| | |
| | | private String operatorId; |
| | | /**操作人名称*/ |
| | | private String operatorName; |
| | | /**操作人类型*/ |
| | | private Integer operatorType; |
| | | /**活动标识*/ |
| | | private String groupBuyId; |
| | | private String id; |
| | |
| | | |
| | | /**优惠券标识*/ |
| | | private String couponId; |
| | | /**发放优惠券参数-订单标识*/ |
| | | private String orderId; |
| | | /*用户优惠券*/ |
| | | private String couponNumberId; |
| | | |
| | | //-------------------------------------------------------------------- |
| | | //对应phis表CouponReleaseRecord常量 |
| | | /**操作人类型-员工*/ |
| | | public static Integer OPERATOR_TYPE_EMPLOYEES = 0; |
| | | /**操作人类型-管理员*/ |
| | | public static Integer OPERATOR_TYPE_ADMIN = 1; |
| | | /**操作人类型-用户自领*/ |
| | | public static Integer OPERATOR_TYPE_USER = 2; |
| | | /**操作人类型-系统*/ |
| | | public static Integer OPERATOR_TYPE_SYSTEM = 3; |
| | | /**操作人类型-用户订单购买*/ |
| | | public static Integer OPERATOR_TYPE_USER_ORDER = 4; |
| | | |
| | | } |