|
@ -166,7 +166,9 @@ public class SysCustomer extends BaseEntity |
|
|
private String auditStatus; |
|
|
private String auditStatus; |
|
|
@Excel(name = "客户的状态") |
|
|
@Excel(name = "客户的状态") |
|
|
private String useStatus; |
|
|
private String useStatus; |
|
|
@Excel(name = "客户标识 0表示潜在客户(仅报价) 1表示 客户(已下单)") |
|
|
|
|
|
|
|
|
//1表示潜在客户(仅报价) 2表示 客户(已下单)
|
|
|
|
|
|
@Excel(name = "客户标识",dictType = "sys_customer_sign") |
|
|
private String customerSign; |
|
|
private String customerSign; |
|
|
|
|
|
|
|
|
private List<String> currency; |
|
|
private List<String> currency; |
|
|