|
@@ -43,6 +43,7 @@ public class ItdmSampleClassification implements Serializable {
|
|
|
/**上级id*/
|
|
|
@Excel(name = "上级id", width = 15)
|
|
|
@ApiModelProperty(value = "上级id")
|
|
|
+ @Dict(dictTable = "itdm_sample_classification", dicText = "name", dicCode = "id")
|
|
|
private java.lang.String pid;
|
|
|
/**状态*/
|
|
|
@Excel(name = "状态", width = 15, dicCode = "sample_type_status")
|