fix(service): 修复 themeStyle=9999 时查询逻辑缺失

This commit is contained in:
2025-12-09 20:04:27 +08:00
parent 1d258ce5ee
commit d056a71328

View File

@@ -59,4 +59,10 @@ public class KeyboardThemesRespVO {
*/
@Schema(description = "主题购买次数")
private Long themePurchasesNumber;
@Schema(description = "排序")
private Integer sort;
@Schema(description = "是否免费")
private Boolean isFree;
}