xiaoyong931011
2023-07-26 e70f0cc17b3377a1e200490df94cda368098ff08
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;