package com.yeshi.fanli.entity.admin;
|
|
import java.math.BigDecimal;
|
import java.util.Date;
|
|
|
import com.yeshi.fanli.entity.bus.user.UserInfo;
|
|
public class ReslutOrder {
|
|
private Long tboid;
|
|
private String createTime; // 创建时间
|
private String clickTime; // 点击时间
|
private String title; // 商品名称
|
private String auctionId; // 商品ID
|
private String managerWangWang; // 掌柜旺旺
|
private String shop; // 所属店铺
|
private Integer count; // 商品数
|
private BigDecimal price; // 商品单价
|
private String orderState; // 订单状态 :订单付款、订单失效、订单结算
|
private String orderType; // 订单类型
|
private BigDecimal iRatio; // 收入比率
|
private BigDecimal sRatio; // 分成比率
|
private BigDecimal payment; // 付款金额
|
private BigDecimal estimate; // 效果预估
|
private BigDecimal settlement; // 结算金额
|
private BigDecimal eIncome; // 预估收入
|
private String settlementTime; // 结算时间
|
private BigDecimal tkRate; // 佣金比率
|
private BigDecimal tkMoney; // 佣金金额
|
private BigDecimal technologySupportPercent;// 技术服务费
|
private BigDecimal subsidyRatio; // 补贴比率
|
private BigDecimal subsidy; // 补贴金额
|
private String subsidyType; // 补贴类型
|
private String transactionPlatform; // 成交平台
|
private String thirdService; // 第三方服务来源
|
private String orderId; // 订单编号
|
private String className; // 类目名称
|
private String sourceMediaId; // 来源媒体Id
|
private String sourceMediaName; // 来源媒体名称
|
private String adPositionId; // 广告位ID
|
private String adPositionName; // 广告位名称
|
private Date latestUpdateTime;// 最近一次的更新时间
|
|
|
private UserInfo userInfo;
|
private Long hongbaoId; // 上级分享
|
private Long pid; // 上级分享
|
|
|
private BigDecimal money;
|
private Integer type;
|
private Integer state;// 状态编号 1-未到时间不可领取 2-可领取 3-已经领取 4-红包失效
|
private Long createtime;// 红包创建时间
|
private Long preGettime;// 预计领取的时间
|
private Long getTime;// 领取的时间
|
|
|
private Long levelOne;// 一级收益人
|
private Long levelTwo;// 二级收益人
|
private BigDecimal levelOneMoney;// 一级收益
|
private BigDecimal levelTwoMoney;// 二级收益
|
private String levelOneName;// 一级收益人
|
private String levelTwoName;// 二级收益人
|
private String goodsStae; //在线状态
|
private String pictUrl;// 主图链接
|
private String auctionUrl;// 商品链接
|
private String orderStateAdmin; //订单状态
|
|
private String rebateSource;// 订单分类 提成 返利
|
private String moneyState;//到账状态 1到账 0 未到账
|
|
|
private String couponInfo;// 优惠券信息
|
private String shopTitle;// 店铺
|
|
|
|
public Date getLatestUpdateTime() {
|
return latestUpdateTime;
|
}
|
|
public void setLatestUpdateTime(Date latestUpdateTime) {
|
this.latestUpdateTime = latestUpdateTime;
|
}
|
|
public BigDecimal getTechnologySupportPercent() {
|
return technologySupportPercent;
|
}
|
|
public void setTechnologySupportPercent(BigDecimal technologySupportPercent) {
|
this.technologySupportPercent = technologySupportPercent;
|
}
|
|
public String getCreateTime() {
|
return createTime;
|
}
|
|
public void setCreateTime(String createTime) {
|
this.createTime = createTime;
|
}
|
|
public String getClickTime() {
|
return clickTime;
|
}
|
|
public void setClickTime(String clickTime) {
|
this.clickTime = clickTime;
|
}
|
|
public String getTitle() {
|
return title;
|
}
|
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
|
public String getAuctionId() {
|
return auctionId;
|
}
|
|
public void setAuctionId(String auctionId) {
|
this.auctionId = auctionId;
|
}
|
|
public String getManagerWangWang() {
|
return managerWangWang;
|
}
|
|
public void setManagerWangWang(String managerWangWang) {
|
this.managerWangWang = managerWangWang;
|
}
|
|
public String getShop() {
|
return shop;
|
}
|
|
public void setShop(String shop) {
|
this.shop = shop;
|
}
|
|
public Integer getCount() {
|
return count;
|
}
|
|
public void setCount(Integer count) {
|
this.count = count;
|
}
|
|
public BigDecimal getPrice() {
|
return price;
|
}
|
|
public void setPrice(BigDecimal price) {
|
this.price = price;
|
}
|
|
public String getOrderState() {
|
return orderState;
|
}
|
|
public void setOrderState(String orderState) {
|
this.orderState = orderState;
|
}
|
|
public String getOrderType() {
|
return orderType;
|
}
|
|
public void setOrderType(String orderType) {
|
this.orderType = orderType;
|
}
|
|
public BigDecimal getiRatio() {
|
return iRatio;
|
}
|
|
public void setiRatio(BigDecimal iRatio) {
|
this.iRatio = iRatio;
|
}
|
|
public BigDecimal getsRatio() {
|
return sRatio;
|
}
|
|
public void setsRatio(BigDecimal sRatio) {
|
this.sRatio = sRatio;
|
}
|
|
public BigDecimal getPayment() {
|
return payment;
|
}
|
|
public void setPayment(BigDecimal payment) {
|
this.payment = payment;
|
}
|
|
public BigDecimal getEstimate() {
|
return estimate;
|
}
|
|
public void setEstimate(BigDecimal estimate) {
|
this.estimate = estimate;
|
}
|
|
public BigDecimal getSettlement() {
|
return settlement;
|
}
|
|
public void setSettlement(BigDecimal settlement) {
|
this.settlement = settlement;
|
}
|
|
public BigDecimal geteIncome() {
|
return eIncome;
|
}
|
|
public void seteIncome(BigDecimal eIncome) {
|
this.eIncome = eIncome;
|
}
|
|
public String getSettlementTime() {
|
return settlementTime;
|
}
|
|
public void setSettlementTime(String settlementTime) {
|
this.settlementTime = settlementTime;
|
}
|
|
public BigDecimal getTkRate() {
|
return tkRate;
|
}
|
|
public void setTkRate(BigDecimal tkRate) {
|
this.tkRate = tkRate;
|
}
|
|
public BigDecimal getTkMoney() {
|
return tkMoney;
|
}
|
|
public void setTkMoney(BigDecimal tkMoney) {
|
this.tkMoney = tkMoney;
|
}
|
|
public BigDecimal getSubsidyRatio() {
|
return subsidyRatio;
|
}
|
|
public void setSubsidyRatio(BigDecimal subsidyRatio) {
|
this.subsidyRatio = subsidyRatio;
|
}
|
|
public BigDecimal getSubsidy() {
|
return subsidy;
|
}
|
|
public void setSubsidy(BigDecimal subsidy) {
|
this.subsidy = subsidy;
|
}
|
|
public String getSubsidyType() {
|
return subsidyType;
|
}
|
|
public void setSubsidyType(String subsidyType) {
|
this.subsidyType = subsidyType;
|
}
|
|
public String getTransactionPlatform() {
|
return transactionPlatform;
|
}
|
|
public void setTransactionPlatform(String transactionPlatform) {
|
this.transactionPlatform = transactionPlatform;
|
}
|
|
public String getThirdService() {
|
return thirdService;
|
}
|
|
public void setThirdService(String thirdService) {
|
this.thirdService = thirdService;
|
}
|
|
public String getOrderId() {
|
return orderId;
|
}
|
|
public void setOrderId(String orderId) {
|
this.orderId = orderId;
|
}
|
|
public String getClassName() {
|
return className;
|
}
|
|
public void setClassName(String className) {
|
this.className = className;
|
}
|
|
public String getSourceMediaId() {
|
return sourceMediaId;
|
}
|
|
public void setSourceMediaId(String sourceMediaId) {
|
this.sourceMediaId = sourceMediaId;
|
}
|
|
public String getSourceMediaName() {
|
return sourceMediaName;
|
}
|
|
public void setSourceMediaName(String sourceMediaName) {
|
this.sourceMediaName = sourceMediaName;
|
}
|
|
public String getAdPositionId() {
|
return adPositionId;
|
}
|
|
public void setAdPositionId(String adPositionId) {
|
this.adPositionId = adPositionId;
|
}
|
|
public String getAdPositionName() {
|
return adPositionName;
|
}
|
|
public void setAdPositionName(String adPositionName) {
|
this.adPositionName = adPositionName;
|
}
|
|
public BigDecimal getMoney() {
|
return money;
|
}
|
|
public void setMoney(BigDecimal money) {
|
this.money = money;
|
}
|
|
public Integer getType() {
|
return type;
|
}
|
|
public void setType(Integer type) {
|
this.type = type;
|
}
|
|
public Integer getState() {
|
return state;
|
}
|
|
public void setState(Integer state) {
|
this.state = state;
|
}
|
|
public Long getCreatetime() {
|
return createtime;
|
}
|
|
public void setCreatetime(Long createtime) {
|
this.createtime = createtime;
|
}
|
|
public Long getPreGettime() {
|
return preGettime;
|
}
|
|
public void setPreGettime(Long preGettime) {
|
this.preGettime = preGettime;
|
}
|
|
public Long getGetTime() {
|
return getTime;
|
}
|
|
public void setGetTime(Long getTime) {
|
this.getTime = getTime;
|
}
|
|
public UserInfo getUserInfo() {
|
return userInfo;
|
}
|
|
public void setUserInfo(UserInfo userInfo) {
|
this.userInfo = userInfo;
|
}
|
|
public Long getPid() {
|
return pid;
|
}
|
|
public void setPid(Long pid) {
|
this.pid = pid;
|
}
|
|
public Long getLevelOne() {
|
return levelOne;
|
}
|
|
public void setLevelOne(Long levelOne) {
|
this.levelOne = levelOne;
|
}
|
|
public Long getLevelTwo() {
|
return levelTwo;
|
}
|
|
public void setLevelTwo(Long levelTwo) {
|
this.levelTwo = levelTwo;
|
}
|
|
public BigDecimal getLevelOneMoney() {
|
return levelOneMoney;
|
}
|
|
public void setLevelOneMoney(BigDecimal levelOneMoney) {
|
this.levelOneMoney = levelOneMoney;
|
}
|
|
public BigDecimal getLevelTwoMoney() {
|
return levelTwoMoney;
|
}
|
|
public void setLevelTwoMoney(BigDecimal levelTwoMoney) {
|
this.levelTwoMoney = levelTwoMoney;
|
}
|
|
|
|
public String getPictUrl() {
|
return pictUrl;
|
}
|
|
public void setPictUrl(String pictUrl) {
|
this.pictUrl = pictUrl;
|
}
|
|
public String getAuctionUrl() {
|
return auctionUrl;
|
}
|
|
public void setAuctionUrl(String auctionUrl) {
|
this.auctionUrl = auctionUrl;
|
}
|
|
public String getGoodsStae() {
|
return goodsStae;
|
}
|
|
public void setGoodsStae(String goodsStae) {
|
this.goodsStae = goodsStae;
|
}
|
|
public String getOrderStateAdmin() {
|
return orderStateAdmin;
|
}
|
|
public void setOrderStateAdmin(String orderStateAdmin) {
|
this.orderStateAdmin = orderStateAdmin;
|
}
|
|
public String getRebateSource() {
|
return rebateSource;
|
}
|
|
public void setRebateSource(String rebateSource) {
|
this.rebateSource = rebateSource;
|
}
|
|
public String getMoneyState() {
|
return moneyState;
|
}
|
|
public void setMoneyState(String moneyState) {
|
this.moneyState = moneyState;
|
}
|
|
public String getCouponInfo() {
|
return couponInfo;
|
}
|
|
public void setCouponInfo(String couponInfo) {
|
this.couponInfo = couponInfo;
|
}
|
|
public String getShopTitle() {
|
return shopTitle;
|
}
|
|
public void setShopTitle(String shopTitle) {
|
this.shopTitle = shopTitle;
|
}
|
|
public Long getTboid() {
|
return tboid;
|
}
|
|
public void setTboid(Long tboid) {
|
this.tboid = tboid;
|
}
|
|
public String getLevelOneName() {
|
return levelOneName;
|
}
|
|
public void setLevelOneName(String levelOneName) {
|
this.levelOneName = levelOneName;
|
}
|
|
public String getLevelTwoName() {
|
return levelTwoName;
|
}
|
|
public void setLevelTwoName(String levelTwoName) {
|
this.levelTwoName = levelTwoName;
|
}
|
|
public Long getHongbaoId() {
|
return hongbaoId;
|
}
|
|
public void setHongbaoId(Long hongbaoId) {
|
this.hongbaoId = hongbaoId;
|
}
|
|
|
|
}
|