zhangyuewww 3 years ago
parent
commit
72f21a95a9

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/CustomerInfo.java

@@ -46,7 +46,7 @@ public class CustomerInfo extends BaseModel<CustomerInfo> {
     /**
     /**
      * 客户类型
      * 客户类型
      */
      */
-    private Float customerType;
+    private String customerType;
     /**
     /**
      * 公司名称
      * 公司名称
      */
      */

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/IdentityAuthenticationInfo.java

@@ -44,7 +44,7 @@ public class IdentityAuthenticationInfo extends BaseModel<IdentityAuthentication
     /**
     /**
      * 粮商类型
      * 粮商类型
      */
      */
-    private Float customerType;
+    private String customerType;
     /**
     /**
      * 公司名称
      * 公司名称
      */
      */