| | |
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | | import com.yeshi.fanli.entity.order.CommonOrder;
|
| | | import com.yeshi.fanli.vo.msg.ClientTextStyleVO;
|
| | |
|
| | | /**
|
| | | * 订单-简版
|
| | |
| | | // 券红包金额
|
| | | @Expose
|
| | | private BigDecimal couponMoney;
|
| | | // 1 淘宝 2 天猫
|
| | | // 1 淘宝 2 天猫
|
| | | @Expose
|
| | | private Integer orderType;
|
| | | // 红包状态
|
| | |
| | | // 红包类型图片链接
|
| | | @Expose
|
| | | private String hongBaoTypePic;
|
| | | // 订单: 自购 分享 邀请
|
| | | // 订单产生的方式: 自购 分享 邀请
|
| | | @Expose
|
| | | private String orderOrigin;
|
| | | // 订单状态
|
| | |
| | | @Expose
|
| | | private Map<String, Object> rewardDetail;
|
| | |
|
| | | // 维权信息
|
| | | @Expose
|
| | | private WeiQuanInfo weiQuanInfo;
|
| | | |
| | | // 补贴信息
|
| | | @Expose
|
| | | private ClientTextStyleVO subsidy;
|
| | | // 补贴解释信息
|
| | | @Expose
|
| | | private List<String> subsidyList;
|
| | |
|
| | |
|
| | | // 直接收益人-ID
|
| | |
| | | private String weiQuanState;//维权状态
|
| | |
|
| | | private String weiQuanBackMoney;//维权资金
|
| | | |
| | | private Integer otherState; // 1免单
|
| | |
|
| | | public String getWeiQuanState() {
|
| | | return weiQuanState;
|
| | |
| | | this.hongbaoId = hongbaoId;
|
| | | }
|
| | |
|
| | | public Integer getOtherState() {
|
| | | return otherState;
|
| | | }
|
| | |
|
| | | public void setOtherState(Integer otherState) {
|
| | | this.otherState = otherState;
|
| | | }
|
| | |
|
| | | public WeiQuanInfo getWeiQuanInfo() {
|
| | | return weiQuanInfo;
|
| | | }
|
| | |
|
| | | public void setWeiQuanInfo(WeiQuanInfo weiQuanInfo) {
|
| | | this.weiQuanInfo = weiQuanInfo;
|
| | | }
|
| | |
|
| | | public ClientTextStyleVO getSubsidy() {
|
| | | return subsidy;
|
| | | }
|
| | |
|
| | | public void setSubsidy(ClientTextStyleVO subsidy) {
|
| | | this.subsidy = subsidy;
|
| | | }
|
| | |
|
| | | public List<String> getSubsidyList() {
|
| | | return subsidyList;
|
| | | }
|
| | |
|
| | | public void setSubsidyList(List<String> subsidyList) {
|
| | | this.subsidyList = subsidyList;
|
| | | }
|
| | | }
|