| | |
| | | public final static int STATE_SX = 4;// 未付款/已退款
|
| | |
|
| | | public enum MsgTypeOrderTypeEnum {
|
| | | fanli("返利订单"), share("分享订单"), invite("邀请订单"), found("订单找回");
|
| | | fanli("返利订单"), share("分享订单"), invite("邀请订单"), found("订单找回"), elme("饿了么订单");
|
| | | private final String desc;
|
| | |
|
| | | private MsgTypeOrderTypeEnum(String desc) {
|
| | |
| | | private MsgTypeOrderTypeEnum type;// 消息类型
|
| | | @Column(name = "mo_order_id")
|
| | | private String orderId;// 订单号
|
| | | @Column(name = "mo_order_type")
|
| | | private Integer orderType;// 订单类型
|
| | | @Column(name = "mo_state")
|
| | | private Integer state;// 状态
|
| | | @Column(name = "mo_goods_count")
|
| | |
| | | this.happendDate = happendDate;
|
| | | }
|
| | |
|
| | | public Integer getOrderType() {
|
| | | return orderType;
|
| | | }
|
| | |
|
| | | public void setOrderType(Integer orderType) {
|
| | | this.orderType = orderType;
|
| | | }
|
| | |
|
| | | }
|