feat(themes): 新增主题所属国家字段 local
This commit is contained in:
@@ -102,4 +102,8 @@ public class KeyboardThemes {
|
|||||||
@TableField(value = "real_download_count")
|
@TableField(value = "real_download_count")
|
||||||
@Schema(description = "真实下载数量")
|
@Schema(description = "真实下载数量")
|
||||||
private Long realDownloadCount;
|
private Long realDownloadCount;
|
||||||
|
|
||||||
|
@TableField(value = "local")
|
||||||
|
@Schema(description = "所属国家")
|
||||||
|
private String local;
|
||||||
}
|
}
|
||||||
@@ -70,4 +70,7 @@ public class KeyboardThemesRespVO {
|
|||||||
|
|
||||||
@Schema(description = "当前用户是否已购买")
|
@Schema(description = "当前用户是否已购买")
|
||||||
private Boolean isPurchased;
|
private Boolean isPurchased;
|
||||||
|
|
||||||
|
@Schema(description = "所属国家")
|
||||||
|
private String local;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user