From 42411e4a26461229c6bca6e89ca55e98a80f5a4e Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 30 九月 2021 18:08:17 +0800
Subject: [PATCH] bug修改
---
fanli/src/main/java/com/yeshi/fanli/entity/admin/ReslutOrder.java | 1064 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 532 insertions(+), 532 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/admin/ReslutOrder.java b/fanli/src/main/java/com/yeshi/fanli/entity/admin/ReslutOrder.java
index be21aad..cb388fc 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/admin/ReslutOrder.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/admin/ReslutOrder.java
@@ -1,532 +1,532 @@
-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 Long 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; // 浣i噾姣旂巼
- private BigDecimal tkMoney; // 浣i噾閲戦
- 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; // 骞垮憡浣岻D
- 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 Long getAuctionId() {
- return auctionId;
- }
-
- public void setAuctionId(Long 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;
- }
-
-
-
-}
+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 Long 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; // 浣i噾姣旂巼
+ private BigDecimal tkMoney; // 浣i噾閲戦
+ 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; // 骞垮憡浣岻D
+ 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 Long getAuctionId() {
+ return auctionId;
+ }
+
+ public void setAuctionId(Long 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;
+ }
+
+
+
+}
--
Gitblit v1.8.0