|
@@ -59,6 +59,8 @@ public class ItdmSampleInventory implements Serializable {
|
|
/**样品分类*/
|
|
/**样品分类*/
|
|
@Excel(name = "样品分类", width = 15)
|
|
@Excel(name = "样品分类", width = 15)
|
|
@ApiModelProperty(value = "样品分类")
|
|
@ApiModelProperty(value = "样品分类")
|
|
|
|
+ @Dict(dicCode = "id",dictTable = "itdm_sample_classification",dicText = "name")
|
|
|
|
+
|
|
private String sampleClassifications;
|
|
private String sampleClassifications;
|
|
/**样品单位*/
|
|
/**样品单位*/
|
|
@Excel(name = "样品单位", width = 15)
|
|
@Excel(name = "样品单位", width = 15)
|