This commit is contained in:
张良(004796)
2024-04-23 17:17:05 +08:00
parent e135d66a04
commit 93eb580d57
11 changed files with 226 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ public class WxTransLogListVo {
@Schema(description = "来源的头像")
private String sourceImg;
@Schema(description = "类型 1=消费 2-开通VIP赠送 3-购买 4-系统调账")
private String cateId;
private Integer cateId;
@Schema(description = "标题分类")
private String title;
@Schema(description = "内容")

View File

@@ -22,4 +22,7 @@ public class UserStatusUpdateAppReq {
*/
@Schema(description = "是否允许交换微信")
private Integer allowTransWx;
@Schema(description = "是否VIP上榜")
private Integer pushVip;
}