xiaoyong931011
2022-09-01 2ecf227c03df1345d9b95180f505cf0026074c9e
src/main/java/cc/mrbird/febs/mall/entity/MallTeamLeader.java
@@ -15,11 +15,12 @@
    //用户ID
    private Long memberId;
    //申请状态 1:审核通过 2:审核不通过 3:申请中
    //申请状态 1:审核通过 2:审核不通过 3:申请中 4:已取消
    private Integer state;
    public static final Integer STATE_YES = 1;
    public static final Integer STATE_NO = 2;
    public static final Integer STATE_ING = 3;
    public static final Integer STATE_CANCEL = 4;
    //团长姓名
    private String name;
    //手机号码