| | |
| | | |
| | | /*****************类型信息 注:以下常量以phis的UserMoneyLog常量为主*******************************/ |
| | | |
| | | /**操作人类型-用户*/ |
| | | public static final int OPERATOR_TYPE_USER = 0; |
| | | /**操作人类型-员工*/ |
| | | public static final int OPERATOR_TYPE_EMPLOYEE = 1; |
| | | /**操作人类型-管理员*/ |
| | | public static final int OPERATOR_TYPE_ADMIN = 2; |
| | | /**操作人类型-系统*/ |
| | | public static final int OPERATOR_TYPE_SYSTEM = 3; |
| | | public static final int OPERATOR_TYPE_SYSTEM = 0; |
| | | /**操作人类型-管理员*/ |
| | | public static final int OPERATOR_TYPE_ADMIN = 1; |
| | | /**操作人类型-用户*/ |
| | | public static final int OPERATOR_TYPE_USER = 2; |
| | | /**操作人类型-员工*/ |
| | | public static final int OPERATOR_TYPE_EMPLOYEE = 3; |
| | | |
| | | |
| | | /**操作类型-系统处理*/ |
| | | public static final int OP_TYPE_SYS = 0; |
| | |
| | | public static final String OPERATION_REASON_CHANGE = "changeGoods"; |
| | | /**操作方式-生日赠送*/ |
| | | public static final String OPERATION_REASON_BIRTHDAY_GIFT = "birthdayGift"; |
| | | /**操作方式-老带新赠送0701*/ |
| | | public static final String OPERATION_REASON_GIFT_0701 = "bringNewUserGift_0701"; |
| | | /**操作方式-活动参与*/ |
| | | public static final String OPERATION_REASON_ACTIVITY_JOIN = "activity_join"; |
| | | /**操作方式-营销助手积分兑换优惠券*/ |
| | | public static final String OPERATION_REASON_EXCHANGE_COUPON_USE_INTEGRAL = "exchange_coupon_use_integral"; |
| | | } |