|
@@ -31,24 +31,20 @@ public class UserVipTFVO implements Serializable {
|
|
|
@ApiModelProperty(value = "用户名")
|
|
|
private String userName;
|
|
|
|
|
|
- @ApiModelProperty(value = "科目2 到期时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "科目1 0未开通 1已开通")
|
|
|
private Integer subject1Int;
|
|
|
|
|
|
- @ApiModelProperty(value = "科目2 到期时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "科目2 0未开通 1已开通")
|
|
|
private Integer subject2Int;
|
|
|
|
|
|
- @ApiModelProperty(value = "科目2 到期时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "科目3 0未开通 1已开通")
|
|
|
private Integer subject3Int;
|
|
|
|
|
|
- @ApiModelProperty(value = "科目3 到期时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "科目4 0未开通 1已开通")
|
|
|
private Integer subject4Int;
|
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "科目2 到期时间")
|
|
|
+ @ApiModelProperty(value = "科目1 到期时间")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date subject1;
|
|
|
|
|
@@ -56,11 +52,11 @@ public class UserVipTFVO implements Serializable {
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date subject2;
|
|
|
|
|
|
- @ApiModelProperty(value = "科目2 到期时间")
|
|
|
+ @ApiModelProperty(value = "科目3 到期时间")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date subject3;
|
|
|
|
|
|
- @ApiModelProperty(value = "科目3 到期时间")
|
|
|
+ @ApiModelProperty(value = "科目4 到期时间")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date subject4;
|
|
|
|