Browse Source

完善代码

yuansh 3 tháng trước cách đây
mục cha
commit
8f97743448

+ 1 - 0
srm-module-code/src/main/java/org/jeecg/modules/baseCode/entity/BaseShipArchiveRelateCustomer.java

@@ -79,6 +79,7 @@ public class BaseShipArchiveRelateCustomer implements Serializable {
     private String name;
 	/**客户*/
 //	@Excel(name = "客户", width = 15)
+    @Dict(dictTable = "cusp_customer_profile", dicCode = "id", dicText = "name")
     @ApiModelProperty(value = "客户")
     private String customerId;
 	/**开始日期*/