| | |
| | | public final static String TYPE_INVITE = "http://ec-1255749512.file.myqcloud.com/resource/order/icon_invite.png";
|
| | | public final static String TYPE_SHARE = "http://ec-1255749512.file.myqcloud.com/resource/order/icon_share.png";
|
| | |
|
| | | public final static int ORDER_TYPE_ZIGOU = 1;// 自购
|
| | | public final static int ORDER_TYPE_SHARE = 20;// 分享
|
| | |
|
| | | @Column(name = "co_id")
|
| | | private Long id;
|
| | |
|
| | |
| | |
|
| | | @Column(name = "co_trade_id")
|
| | | private String tradeId;
|
| | |
|
| | | // 状态说明
|
| | | @Column(name = "co_state_desc")
|
| | | private String stateDesc;
|
| | |
|
| | | // 创建时间
|
| | | @Column(name = "co_create_time")
|
| | |
| | | this.tradeId = tradeId;
|
| | | }
|
| | |
|
| | | public String getStateDesc() {
|
| | | return stateDesc;
|
| | | }
|
| | |
|
| | | public void setStateDesc(String stateDesc) {
|
| | | this.stateDesc = stateDesc;
|
| | | }
|
| | |
|
| | | }
|