init
This commit is contained in:
@@ -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 = "内容")
|
||||
|
||||
@@ -22,4 +22,7 @@ public class UserStatusUpdateAppReq {
|
||||
*/
|
||||
@Schema(description = "是否允许交换微信")
|
||||
private Integer allowTransWx;
|
||||
|
||||
@Schema(description = "是否VIP上榜")
|
||||
private Integer pushVip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user