@NotNull | @NotNull | ||||
@ApiModelProperty(value = "类型1-本人激活 2-他人激活") | @ApiModelProperty(value = "类型1-本人激活 2-他人激活") | ||||
private Integer type;// 类型1-本人激活 2-他人激活 | private Integer type;// 类型1-本人激活 2-他人激活 | ||||
@NotNull | |||||
@ApiModelProperty(value = "激活类型1-发行激活 2-脱落激活") | |||||
private Integer activeType; | |||||
} | } |