1
17 小时以前 fdaef787cf4ffe516a395559abe75db531af9af8
rsf-open-api/src/main/java/com/vincent/rsf/openApi/entity/phyz/Customer.java
@@ -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 = "customer";//type  固定值
    // 联系人
    private String contact;
    private String contact;//联系人
    // 联系电话
    private String telephone;
    // 邮箱