admin
2019-03-21 1eac9ebc2833997eb5f52fb8cb5d3d72ba72f82f
fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserSystemCouponRecord.java
@@ -13,10 +13,11 @@
@Table("yeshi_ec_user_system_coupon_record")
public class UserSystemCouponRecord {
   // 状态: 匹配中0   规则不匹配1   退款退回4     免单中2  使用成功3
   // 状态: 匹配中0    规则不匹配1   退款退回4  匹配超时退回5   免单中2  使用成功3
   public final static int STATE_WAIT= 0;
   public final static int STATE_FAIL_RULE =1;
   public final static int STATE_FAIL_DRAWBACK = 4;
   public final static int STATE_WAIT_TIME_OUT = 5;
   
   public final static int STATE_FREE_ON = 2;
   public final static int STATE_SUCCESS = 3;