init
This commit is contained in:
@@ -17,6 +17,8 @@ public class WxTransLogListVo {
|
||||
private String sourceNickname;
|
||||
@Schema(description = "来源的头像")
|
||||
private String sourceImg;
|
||||
@Schema(description = "类型 1=消费 2-开通VIP赠送 3-购买 4-系统调账")
|
||||
private String cateId;
|
||||
@Schema(description = "标题分类")
|
||||
private String title;
|
||||
@Schema(description = "内容")
|
||||
|
||||
@@ -6,7 +6,7 @@ import java.util.Arrays;
|
||||
|
||||
@Getter
|
||||
public enum WxTransLogCateEnum {
|
||||
CONSUMER(1,"消费"),
|
||||
CONSUMER(1,"交换积分"),
|
||||
VIP_GIVE(2,"开通vip赠送"),
|
||||
ORDER(3,"购买"),
|
||||
SYSTEM(4,"系统调账"),
|
||||
|
||||
Reference in New Issue
Block a user