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