|
|
@@ -102,9 +102,9 @@ public class CampBonusLogVO implements Serializable {
|
|
|
/**
|
|
|
* 来源类型 电签券=0 大机券=1 组合包=2 小盟主=3 大盟主=4 pos开机=5 广电卡激活=6 来客吧激活=7 大小盟主兑换券=8 来客吧活动=9 来客吧非活动=10 好哒码牌=11 好哒pos=12
|
|
|
*/
|
|
|
- @Schema(description = "来源类型 电签券=0 大机券=1 组合包=2 小盟主=3 大盟主=4 pos开机=5 广电卡激活=6 来客吧激活=7 大小盟主兑换券=8 来客吧活动=9 来客吧非活动=10 好哒码牌=11 好哒pos=12")
|
|
|
+ @Schema(description = "来源类型 电签券=0 大机券=1 组合包=2 小盟主=3 大盟主=4 pos开机=5 广电卡激活=6 来客吧激活=7 大小盟主兑换券=8 来客吧活动=9 来客吧非活动=10 好哒码牌=11 好哒pos=12 运营中心=13")
|
|
|
@ExcelProperty(value = "来源类型", index = 9, converter = EasyExcelConvert.class)
|
|
|
- @EnumFiledConvert(enumMap = "0-电签券,1-大机券,2-组合包,3-小盟主,4-大盟主,5-pos开机,6-广电卡激活,7-来客吧激活,8-大小盟主兑换券,9-来客吧活动,10-来客吧非活动,11-好哒码牌,12-好哒POS",single = false)
|
|
|
+ @EnumFiledConvert(enumMap = "0-电签券,1-大机券,2-组合包,3-小盟主,4-大盟主,5-pos开机,6-广电卡激活,7-来客吧激活,8-大小盟主兑换券,9-来客吧活动,10-来客吧非活动,11-好哒码牌,12-好哒POS,13-运营中心",single = false)
|
|
|
private Integer sourceType;
|
|
|
|
|
|
/**
|