xiaoyong931011
2023-07-15 962adfda22354192f98231771423593ade145e00
src/main/java/cc/mrbird/febs/mall/entity/MallMember.java
@@ -86,6 +86,13 @@
    public static final Integer ACCOUNT_STATUS_DISABLED = 2;
    /**
     * 是否关注;1-关注 2-未关注
     */
    private Integer subStatus;
    public static final Integer SUB_STATUS_ENABLE = 1;
    public static final Integer SUB_STATUS_DISABLED = 2;
    /**
     * 账号类型
     */
    private Integer accountType;