Browse Source

完善代码

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

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

@@ -87,7 +87,7 @@ public class BaseShipArchive implements Serializable {
 	/**关联客户*/
 	@Excel(name = "关联客户(relate customer)", width = 15)
     @ApiModelProperty(value = "关联客户")
-//    @Dict(dictTable = "cusp_customer_profile", dicCode = "id", dicText = "name")
+    @Dict(dictTable = "cusp_customer_profile", dicCode = "id", dicText = "name")
     private String relateCustomer;
 	/**造船日期*/
 	@Excel(name = "造船日期(ship date)", width = 20, format = "yyyy-MM")