xiaoyong931011
2023-08-15 09090250b33c1f818c2364a8d03cf6d7b6c2c6de
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;