| | |
| | | // 客户编码,唯一标识 |
| | | @NotNull |
| | | @JsonProperty("customerId") |
| | | private String customerId; |
| | | private String customerId;//对应private String code;企业编码 |
| | | // 客户名称 |
| | | @JsonProperty("customerName") |
| | | private String customerName; |
| | | private String customerName;//private String name;//企业名称 |
| | | // 客户昵称 |
| | | private String customerNickName; |
| | | private String customerNickName;//private String breifCode;//企业助记码 |
| | | // 客户分组,国内,国外 |
| | | private String customerGroup; |
| | | private String type = "customer";//type 固定值 |
| | | // 联系人 |
| | | private String contact; |
| | | private String contact;//联系人 |
| | | // 联系电话 |
| | | private String telephone; |
| | | // 邮箱 |