浏览代码

fix 样品库存

32197351@qq.com 1 年之前
父节点
当前提交
6264725765

+ 2 - 0
itdmServer/module-iTDM/src/main/java/org/jeecg/modules/inventory/entity/ItdmSampleInventory.java

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