Althars123 3 年 前
コミット
890979f560

+ 3 - 0
twzd-common/src/main/java/com/miaxis/common/core/domain/entity/UserInfo.java

@@ -90,4 +90,7 @@ public class UserInfo extends BaseBusinessEntity{
 
 
 
+    @ApiModelProperty(value = "销售类型0- 非销售1- 个人销售2- 团队销售")
+    private Integer saleType;
+
 }