| | |
| | | public final static int STATE_WHOLE_ORDER_BUFENYOUXIAO = 2;
|
| | | public final static int STATE_WHOLE_ORDER_SHIXIAO = 3;
|
| | |
|
| | | |
| | | // 订单红包类型图片
|
| | | public final static String TYPE_FANLI = "http://ec-1255749512.file.myqcloud.com/resource/order/icon_fanli.png";
|
| | | public final static String TYPE_INVITE = "http://ec-1255749512.file.myqcloud.com/resource/order/icon_invite.png";
|
| | |
| | |
|
| | | @Column(name = "co_order_by")
|
| | | private Integer orderBy;// 子订单的排序值
|
| | |
|
| | | @Column(name = "co_trade_id")
|
| | | private String tradeId;
|
| | |
|
| | | // 创建时间
|
| | | @Column(name = "co_create_time")
|
| | |
| | | this.stateWholeOrder = stateWholeOrder;
|
| | | }
|
| | |
|
| | | public String getTradeId() {
|
| | | return tradeId;
|
| | | }
|
| | |
|
| | | public void setTradeId(String tradeId) {
|
| | | this.tradeId = tradeId;
|
| | | }
|
| | |
|
| | | }
|