1
7 小时以前 12d9f4e03c0331efc9a656356e78b9f314639707
rsf-open-api/src/main/java/com/vincent/rsf/openApi/entity/phyz/Customer.java
@@ -6,7 +6,7 @@
import lombok.Data;
import lombok.experimental.Accessors;
import javax.validation.constraints.NotNull;
import jakarta.validation.constraints.NotNull;
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
@@ -17,16 +17,17 @@
    // 客户编码,唯一标识
    @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 = "客户";//type  固定值
    // 联系人
    private String contact;
    private String contact;//联系人
    // 联系电话
    private String telephone;
    // 邮箱