Browse Source

bug fixes

plf 5 years ago
parent
commit
67cab31e73

+ 5 - 0
base-module/src/main/java/com/caimei/module/base/entity/vo/ClubVo.java

@@ -27,4 +27,9 @@ public class ClubVo extends Club {
      * 省市区地址
      */
     private String provincialAddress;
+
+    /**
+     * 用户身份 1、协销 2、会员机构 3、供应商 4.普通机构
+     */
+    private Integer userIdentity;
 }