|
@@ -67,6 +67,9 @@ public class ItdmSampleInventory implements Serializable {
|
|
|
/**样品状态(是否损坏)*/
|
|
|
@Excel(name = "样品状态(是否损坏)", width = 15)
|
|
|
@ApiModelProperty(value = "样品状态(是否损坏)")
|
|
|
+
|
|
|
+ @Dict(dicCode = "sample_status")
|
|
|
+
|
|
|
private String sampleStatus;
|
|
|
/**样品类型(用来判断生成条码)*/
|
|
|
@Excel(name = "样品类型(用来判断生成条码)", width = 15)
|