소스 검색

完善代码

yuansh 3 달 전
부모
커밋
8f97743448
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      srm-module-code/src/main/java/org/jeecg/modules/baseCode/entity/BaseShipArchiveRelateCustomer.java

+ 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;
 	/**开始日期*/