| | |
| | | package com.yeshi.fanli.vo.order;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.common.JumpDetailV2;
|
| | |
|
| | | public class OrderRebateVO {
|
| | | private int type; // 订单类型 : 1返利 2分享 3邀请团队
|
| | | private String stateDesc; // 到账状态
|
| | | private boolean wq; // 是否维权
|
| | | private String wqDesc; // 维权文字
|
| | | private String wqMoney; // 维权金额
|
| | |
|
| | | private String fanLi; // 预估总返利
|
| | | private String fanLiDesc; // 返利说明
|
| | |
|
| | | private String upperFanLi; // 升级返利
|
| | | private String userLevel; // 用户等级
|
| | | private String jumpLink; // 跳转链接
|
| | |
|
| | | private Integer couponType; // 券图标:1-奖励券 2-免单券
|
| | | private boolean coupon; // 使用奖励券
|
| | | private boolean couponUse; // 已使用券
|
| | | private String couponText; // 状态说明
|
| | | private String couponDesc; // 使用说明
|
| | | private String couponParams;
|
| | | private JumpDetailV2 couponJumpDetail;
|
| | |
|
| | | private List<GoodsRebateVO> listGoods;
|
| | |
|
| | | public String getFanLi() {
|
| | | return fanLi;
|
| | | }
|
| | |
|
| | | public void setFanLi(String fanLi) {
|
| | | this.fanLi = fanLi;
|
| | | }
|
| | |
|
| | | public String getUpperFanLi() {
|
| | | return upperFanLi;
|
| | | }
|
| | |
|
| | | public void setUpperFanLi(String upperFanLi) {
|
| | | this.upperFanLi = upperFanLi;
|
| | | }
|
| | |
|
| | | public String getUserLevel() {
|
| | | return userLevel;
|
| | | }
|
| | |
|
| | | public void setUserLevel(String userLevel) {
|
| | | this.userLevel = userLevel;
|
| | | }
|
| | |
|
| | | public List<GoodsRebateVO> getListGoods() {
|
| | | return listGoods;
|
| | | }
|
| | |
|
| | | public void setListGoods(List<GoodsRebateVO> listGoods) {
|
| | | this.listGoods = listGoods;
|
| | | }
|
| | |
|
| | | public String getJumpLink() {
|
| | | return jumpLink;
|
| | | }
|
| | |
|
| | | public void setJumpLink(String jumpLink) {
|
| | | this.jumpLink = jumpLink;
|
| | | }
|
| | |
|
| | | public int getType() {
|
| | | return type;
|
| | | }
|
| | |
|
| | | public void setType(int type) {
|
| | | this.type = type;
|
| | | }
|
| | |
|
| | | public String getStateDesc() {
|
| | | return stateDesc;
|
| | | }
|
| | |
|
| | | public void setStateDesc(String stateDesc) {
|
| | | this.stateDesc = stateDesc;
|
| | | }
|
| | |
|
| | | public boolean isWq() {
|
| | | return wq;
|
| | | }
|
| | |
|
| | | public void setWq(boolean wq) {
|
| | | this.wq = wq;
|
| | | }
|
| | |
|
| | | public String getWqDesc() {
|
| | | return wqDesc;
|
| | | }
|
| | |
|
| | | public void setWqDesc(String wqDesc) {
|
| | | this.wqDesc = wqDesc;
|
| | | }
|
| | |
|
| | | public String getWqMoney() {
|
| | | return wqMoney;
|
| | | }
|
| | |
|
| | | public void setWqMoney(String wqMoney) {
|
| | | this.wqMoney = wqMoney;
|
| | | }
|
| | |
|
| | | public boolean isCoupon() {
|
| | | return coupon;
|
| | | }
|
| | |
|
| | | public void setCoupon(boolean coupon) {
|
| | | this.coupon = coupon;
|
| | | }
|
| | |
|
| | | public String getFanLiDesc() {
|
| | | return fanLiDesc;
|
| | | }
|
| | |
|
| | | public void setFanLiDesc(String fanLiDesc) {
|
| | | this.fanLiDesc = fanLiDesc;
|
| | | }
|
| | | |
| | | public String getCouponParams() {
|
| | | return couponParams;
|
| | | }
|
| | |
|
| | | public void setCouponParams(String couponParams) {
|
| | | this.couponParams = couponParams;
|
| | | }
|
| | |
|
| | | public JumpDetailV2 getCouponJumpDetail() {
|
| | | return couponJumpDetail;
|
| | | }
|
| | |
|
| | | public void setCouponJumpDetail(JumpDetailV2 couponJumpDetail) {
|
| | | this.couponJumpDetail = couponJumpDetail;
|
| | | }
|
| | |
|
| | | public boolean isCouponUse() {
|
| | | return couponUse;
|
| | | }
|
| | |
|
| | | public void setCouponUse(boolean couponUse) {
|
| | | this.couponUse = couponUse;
|
| | | }
|
| | |
|
| | | public String getCouponText() {
|
| | | return couponText;
|
| | | }
|
| | |
|
| | | public void setCouponText(String couponText) {
|
| | | this.couponText = couponText;
|
| | | }
|
| | |
|
| | | public String getCouponDesc() {
|
| | | return couponDesc;
|
| | | }
|
| | |
|
| | | public void setCouponDesc(String couponDesc) {
|
| | | this.couponDesc = couponDesc;
|
| | | }
|
| | |
|
| | | public Integer getCouponType() {
|
| | | return couponType;
|
| | | }
|
| | |
|
| | | public void setCouponType(Integer couponType) {
|
| | | this.couponType = couponType;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.vo.order; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.entity.common.JumpDetailV2; |
| | | |
| | | public class OrderRebateVO { |
| | | private int type; // 订单类型 : 1返利 2分享 3邀请团队 |
| | | private String stateDesc; // 到账状态 |
| | | private boolean wq; // 是否维权 |
| | | private String wqDesc; // 维权文字 |
| | | private String wqMoney; // 维权金额 |
| | | |
| | | private String fanLi; // 预估总返利 |
| | | private String fanLiDesc; // 返利说明 |
| | | |
| | | private String upperFanLi; // 升级返利 |
| | | private String userLevel; // 用户等级 |
| | | private String jumpLink; // 跳转链接 |
| | | |
| | | private Integer couponType; // 券图标:1-奖励券 2-免单券 |
| | | private boolean coupon; // 使用奖励券 |
| | | private boolean couponUse; // 已使用券 |
| | | private String couponText; // 状态说明 |
| | | private String couponDesc; // 使用说明 |
| | | private String couponParams; |
| | | private JumpDetailV2 couponJumpDetail; |
| | | |
| | | private List<GoodsRebateVO> listGoods; |
| | | |
| | | public String getFanLi() { |
| | | return fanLi; |
| | | } |
| | | |
| | | public void setFanLi(String fanLi) { |
| | | this.fanLi = fanLi; |
| | | } |
| | | |
| | | public String getUpperFanLi() { |
| | | return upperFanLi; |
| | | } |
| | | |
| | | public void setUpperFanLi(String upperFanLi) { |
| | | this.upperFanLi = upperFanLi; |
| | | } |
| | | |
| | | public String getUserLevel() { |
| | | return userLevel; |
| | | } |
| | | |
| | | public void setUserLevel(String userLevel) { |
| | | this.userLevel = userLevel; |
| | | } |
| | | |
| | | public List<GoodsRebateVO> getListGoods() { |
| | | return listGoods; |
| | | } |
| | | |
| | | public void setListGoods(List<GoodsRebateVO> listGoods) { |
| | | this.listGoods = listGoods; |
| | | } |
| | | |
| | | public String getJumpLink() { |
| | | return jumpLink; |
| | | } |
| | | |
| | | public void setJumpLink(String jumpLink) { |
| | | this.jumpLink = jumpLink; |
| | | } |
| | | |
| | | public int getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(int type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public String getStateDesc() { |
| | | return stateDesc; |
| | | } |
| | | |
| | | public void setStateDesc(String stateDesc) { |
| | | this.stateDesc = stateDesc; |
| | | } |
| | | |
| | | public boolean isWq() { |
| | | return wq; |
| | | } |
| | | |
| | | public void setWq(boolean wq) { |
| | | this.wq = wq; |
| | | } |
| | | |
| | | public String getWqDesc() { |
| | | return wqDesc; |
| | | } |
| | | |
| | | public void setWqDesc(String wqDesc) { |
| | | this.wqDesc = wqDesc; |
| | | } |
| | | |
| | | public String getWqMoney() { |
| | | return wqMoney; |
| | | } |
| | | |
| | | public void setWqMoney(String wqMoney) { |
| | | this.wqMoney = wqMoney; |
| | | } |
| | | |
| | | public boolean isCoupon() { |
| | | return coupon; |
| | | } |
| | | |
| | | public void setCoupon(boolean coupon) { |
| | | this.coupon = coupon; |
| | | } |
| | | |
| | | public String getFanLiDesc() { |
| | | return fanLiDesc; |
| | | } |
| | | |
| | | public void setFanLiDesc(String fanLiDesc) { |
| | | this.fanLiDesc = fanLiDesc; |
| | | } |
| | | |
| | | public String getCouponParams() { |
| | | return couponParams; |
| | | } |
| | | |
| | | public void setCouponParams(String couponParams) { |
| | | this.couponParams = couponParams; |
| | | } |
| | | |
| | | public JumpDetailV2 getCouponJumpDetail() { |
| | | return couponJumpDetail; |
| | | } |
| | | |
| | | public void setCouponJumpDetail(JumpDetailV2 couponJumpDetail) { |
| | | this.couponJumpDetail = couponJumpDetail; |
| | | } |
| | | |
| | | public boolean isCouponUse() { |
| | | return couponUse; |
| | | } |
| | | |
| | | public void setCouponUse(boolean couponUse) { |
| | | this.couponUse = couponUse; |
| | | } |
| | | |
| | | public String getCouponText() { |
| | | return couponText; |
| | | } |
| | | |
| | | public void setCouponText(String couponText) { |
| | | this.couponText = couponText; |
| | | } |
| | | |
| | | public String getCouponDesc() { |
| | | return couponDesc; |
| | | } |
| | | |
| | | public void setCouponDesc(String couponDesc) { |
| | | this.couponDesc = couponDesc; |
| | | } |
| | | |
| | | public Integer getCouponType() { |
| | | return couponType; |
| | | } |
| | | |
| | | public void setCouponType(Integer couponType) { |
| | | this.couponType = couponType; |
| | | } |
| | | |
| | | } |