| | |
| | | * 审核状态-3未通过 |
| | | */ |
| | | public static final int APPLY_STATUS_WTG = 3; |
| | | /** |
| | | * 审核状态-4系统删除 |
| | | */ |
| | | public static final int APPLY_STATUS_XTQX = 4; |
| | | |
| | | |
| | | /** |
| | |
| | | private Integer applyWay; |
| | | |
| | | @ApiModelProperty(value = "申请用户id") |
| | | private String userId; |
| | | private Long userId; |
| | | |
| | | |
| | | @ApiModelProperty(value = "邀请用户ID") |
| | | private String parentUserId; |
| | | private Long parentUserId; |
| | | |
| | | |
| | | @ApiModelProperty(value = "申请状态1、待审核,2通过,3未通过") |
| | |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | |
| | | @ApiModelProperty(value = "等级ID") |
| | | private long gradeId; |
| | | |
| | | /** |
| | | * 公司ID |
| | | */ |