TASK: 用户试用添加,印花逻辑调整;
This commit is contained in:
@@ -27,4 +27,6 @@ public class AccountAddDTO {
|
||||
@ApiModelProperty("End time of account validity ")
|
||||
private String validEndTime;
|
||||
|
||||
private Integer isTrial;
|
||||
|
||||
}
|
||||
|
||||
@@ -26,4 +26,7 @@ public class QueryLibraryPageDTO extends PageQueryBaseVo {
|
||||
|
||||
@ApiModelProperty("分类ID")
|
||||
private List<Long> classificationIdList;
|
||||
|
||||
@ApiModelProperty("交集还是并集:1交集2并集")
|
||||
private Integer intersection;
|
||||
}
|
||||
|
||||
@@ -28,4 +28,6 @@ public class QueryLibraryPageServiceDTO extends PageQueryBaseVo {
|
||||
|
||||
private List<Long> classificationIdList;
|
||||
|
||||
private Integer intersection;
|
||||
|
||||
}
|
||||
|
||||
@@ -26,4 +26,7 @@ public class AccountLoginVO {
|
||||
@ApiModelProperty("userId")
|
||||
private Long userId;
|
||||
|
||||
@ApiModelProperty("是否是试用用户")
|
||||
private Integer isTrial;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user