| | |
| | | public final static int STATE_YILINGQU = 3;
|
| | | public final static int STATE_SHIXIAO = 4;
|
| | |
|
| | | // 5-部分失效
|
| | | // 5-部分失效(返回客户端显示用,不用作逻辑处理)
|
| | | public final static int STATE_BUFENSHIXIAO = 5;
|
| | |
|
| | | // 自购红包 老版 2属于自购
|
| | |
| | | public final static int TYPE_HUODONG = 3;
|
| | | // 新人红包
|
| | | public final static int TYPE_XINREN = 4;
|
| | | |
| | | // 使用券红包
|
| | | public final static int TYPE_COUPON = 10;
|
| | |
|
| | |
|
| | | public final static int TYPE_YAOQING = 5;
|
| | |
| | | // 二级分享赚分销红包
|
| | | public final static int TYPE_SHARE_ERJI = 22;
|
| | |
|
| | | // 使用券红包
|
| | | public final static int TYPE_EXCHANGE = 30;
|
| | |
|
| | | @Column(name = "hb_id")
|
| | | private Long id;
|