| | |
| | | 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";
|
| | |
|
| | | |
| | | @Column(name = "co_id")
|
| | | private Long id;
|
| | |
|
| | |
| | | // 收货时间-结算时间
|
| | | @Column(name = "co_settle_time")
|
| | | private Date settleTime;
|
| | |
|
| | | @Column(name = "co_order_by")
|
| | | private Integer orderBy;// 子订单的排序值
|
| | |
|
| | | // 创建时间
|
| | | @Column(name = "co_create_time")
|
| | |
| | | this.settleTime = settleTime;
|
| | | }
|
| | |
|
| | | public Integer getOrderBy() {
|
| | | return orderBy;
|
| | | }
|
| | |
|
| | | public void setOrderBy(Integer orderBy) {
|
| | | this.orderBy = orderBy;
|
| | | }
|
| | |
|
| | | public Date getCreateTime() {
|
| | | return createTime;
|
| | | }
|