fix(service): 修复 themeStyle=9999 时查询逻辑缺失
This commit is contained in:
@@ -59,4 +59,10 @@ public class KeyboardThemesRespVO {
|
|||||||
*/
|
*/
|
||||||
@Schema(description = "主题购买次数")
|
@Schema(description = "主题购买次数")
|
||||||
private Long themePurchasesNumber;
|
private Long themePurchasesNumber;
|
||||||
|
|
||||||
|
@Schema(description = "排序")
|
||||||
|
private Integer sort;
|
||||||
|
|
||||||
|
@Schema(description = "是否免费")
|
||||||
|
private Boolean isFree;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user