ソースを参照

Merge remote-tracking branch 'origin/master'

LLL 1 年間 前
コミット
dc92726fe0
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      itdmServer/module-iTDM/src/main/java/org/jeecg/modules/inventory/entity/ItdmSampleInventory.java

+ 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)