| | |
| | | |
| | | /** 分类id */ |
| | | private String classifyId; |
| | | /** 状态 */ |
| | | /** 状态:0未开始1进行中2已结束 */ |
| | | private Integer status; |
| | | /** 开始时间 */ |
| | | private String startTime; |
| | |
| | | private Integer isProject; |
| | | /** 是否同步艾芯会 */ |
| | | private Integer isSyncCrm; |
| | | /** 是否上下架 */ |
| | | private Integer isUp; |
| | | |
| | | //门店助手使用自动------------------- |
| | | /** 会员等级 */ |
| | | private String userLevel; |
| | | /** 门店id/所属门店id */ |
| | | private String shopId; |
| | | /** 是否是领取优惠券 */ |
| | | private Integer isReceiveCoupon; |
| | | /** 是否是使用优惠券 */ |
| | | private Integer isUseCoupon; |
| | | /** 是否消费 */ |
| | | private Integer isConsume; |
| | | |
| | | /** 关联项目类型 */ |
| | | private String commonType; |
| | | |
| | | |
| | | //------------------- |
| | | /** 多门店id(逗号分割) */ |
| | | private String shopIds; |
| | | /** 用户id */ |
| | |
| | | /** 营销活动关联优惠券id */ |
| | | private String activityCouponId; |
| | | |
| | | /** 平台类型 */ |
| | | /** 平台类型(PlatformConstants) */ |
| | | private String platformType; |
| | | /** 操作人标识 */ |
| | | private String opId; |
| | | /** 操作人名称 */ |
| | | private String opName; |
| | | /** 操作人类型 */ |
| | | /** 操作人类型(OperatorConstants) */ |
| | | private Integer opType; |
| | | /** 操作人角色id(EmployeeRole) */ |
| | | private String opRoleId; |
| | | |
| | | |
| | | } |