| | |
| | | public final static int STATE_FREE_ON = 2;
|
| | | public final static int STATE_SUCCESS = 3;
|
| | |
|
| | | public final static int STATE_GIVE_ON = 11; // 增送中
|
| | | |
| | | |
| | |
|
| | | @Column(name = "ucr_id")
|
| | | private Long id;
|
| | |
| | |
|
| | | // 商品来源
|
| | | @Column(name = "ucr_good_source")
|
| | | private int goodSource;
|
| | | private Integer goodSource;
|
| | |
|
| | | // 用户券
|
| | | @Column(name = "ucr_user_coupon_id")
|
| | |
| | | this.goodId = goodId;
|
| | | }
|
| | |
|
| | | public int getGoodSource() {
|
| | | public Integer getGoodSource() {
|
| | | return goodSource;
|
| | | }
|
| | |
|
| | | public void setGoodSource(int goodSource) {
|
| | | public void setGoodSource(Integer goodSource) {
|
| | | this.goodSource = goodSource;
|
| | | }
|
| | |
|