xiaoyi
3 天以前 f71dabccb0e4c2fa410683e6058eb906a7dbf094
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/customer/CrmCustomerDO.java
@@ -124,4 +124,21 @@
     */
    private String remark;
    /**
     * 客户分类(电力CRM扩展)
     *
     * 对应字典 {@link DictTypeConstants#CRM_CUSTOMER_TYPE}
     */
    private String customerType;
    /**
     * 当前信用等级(最新一次信用评级的等级,由信用评级模块写入)
     *
     * 对应字典 {@link DictTypeConstants#CRM_CREDIT_LEVEL}
     */
    private String creditLevel;
    /**
     * 当前信用分
     */
    private Integer creditScore;
}