feat(product-items): 新增订阅等级字段
This commit is contained in:
@@ -50,4 +50,6 @@ public class KeyboardProductItemsPageReqVO extends PageParam {
|
||||
@Schema(description = "订阅时长的具体天数")
|
||||
private Integer durationDays;
|
||||
|
||||
@Schema(description = "订阅等级")
|
||||
private Integer level;
|
||||
}
|
||||
@@ -65,4 +65,6 @@ public class KeyboardProductItemsRespVO {
|
||||
@ExcelProperty("订阅时长的具体天数")
|
||||
private Integer durationDays;
|
||||
|
||||
@Schema(description = "订阅等级")
|
||||
private Integer level;
|
||||
}
|
||||
@@ -57,4 +57,6 @@ public class KeyboardProductItemsSaveReqVO {
|
||||
@NotNull(message = "订阅时长的具体天数不能为空")
|
||||
private Integer durationDays;
|
||||
|
||||
@Schema(description = "订阅等级")
|
||||
private Integer level;
|
||||
}
|
||||
@@ -77,6 +77,8 @@ public class KeyboardProductItemsDO{
|
||||
* 订阅时长的具体天数
|
||||
*/
|
||||
private Integer durationDays;
|
||||
|
||||
|
||||
/**
|
||||
* 订阅等级
|
||||
*/
|
||||
private Integer level;
|
||||
}
|
||||
Reference in New Issue
Block a user