OrderVo.java 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920
  1. package com.caimei.modules.order.entity;
  2. import java.io.Serializable;
  3. import java.util.List;
  4. /**
  5. * Description
  6. *
  7. * @author : Charles
  8. * @date : 2021/7/20
  9. */
  10. public class OrderVo implements Serializable {
  11. private static final long serialVersionUID = 1L;
  12. /**
  13. * orderSeen:订单对机构可见度,1可见,2不可见
  14. */
  15. private Integer orderSeen;
  16. /**
  17. * 订单号
  18. */
  19. private Integer orderId;
  20. /**
  21. * 订单来源:1WWW、2CRM、4客服[适用后台下单]、5外单[适用后台下单]、6小程序[采美,星范]、7呵呵商城小程序、8维沙小程序
  22. */
  23. private Integer orderSource;
  24. /**
  25. * 订单编号
  26. */
  27. private String orderNo;
  28. /**
  29. * 用户Id
  30. */
  31. private Integer userId;
  32. /**
  33. * 机构Id
  34. */
  35. private Integer clubId;
  36. /**
  37. * 组织Id
  38. */
  39. private Integer organizeId;
  40. /**
  41. * 用户身份:1协销 2会员机构 3供应商 4普通机构
  42. */
  43. private Integer userIdentity;
  44. /**
  45. * 机构名称(协销订单列表用)
  46. */
  47. private String clubName;
  48. /**
  49. * 超级会员标识,1是,不是
  50. */
  51. private Integer svipUserFlag;
  52. /**
  53. * 下单人Id(协销Id,或运营人Id,或用户Id)
  54. */
  55. private Integer buyUserId;
  56. /**
  57. * 订单提交时间
  58. */
  59. private String orderTime;
  60. /**
  61. * 更新时间
  62. */
  63. private String updateDate;
  64. /**
  65. * 订单状态 0 有效 其它无效
  66. */
  67. private Integer delFlag;
  68. /**
  69. * 采美豆抵扣运费的抵扣数量
  70. */
  71. private Integer userBeans;
  72. /**
  73. * 订单类型 协销订单 0, 普通订单 1
  74. */
  75. private Integer orderType;
  76. /**
  77. * 订单提交类型 0:个人自己下单 1:企业自己下单 2:员工帮会所下单 3:协销帮会所下单 4:后台下单 5:采美豆订单
  78. */
  79. private Integer orderSubmitType;
  80. /**
  81. * 订单确认标志,0否,1后台确认,2买家确认(适用协销订单并且1或2都算已确认订单,主动订单默认1为确认)
  82. */
  83. private Integer confirmFlag;
  84. /**
  85. * 是否能走线上支付 0可以 1不可以 只能线下
  86. */
  87. private Integer onlinePayFlag;
  88. /**
  89. * 订单是否可拆分 1可拆分 0不可拆分
  90. */
  91. private Integer splitFlag;
  92. /**
  93. * 是否已支付 未支付0 已支付1
  94. */
  95. private Integer payFlag;
  96. /**
  97. * (向买家)收款状态:1待收款、2部分收款、3已收款
  98. */
  99. private Integer receiptStatus;
  100. /**
  101. * (向供应商)付款状态:1待付款、2部分付款、3已付款
  102. */
  103. private Integer payStatus;
  104. /**
  105. * 订单0成本标识:0订单有成本,1订单无成本(订单中所有商品成本为0)
  106. */
  107. private Integer zeroCostFlag;
  108. /**
  109. * 发货状态:1待发货、2部分发货、3已发货
  110. */
  111. private Integer sendOutStatus;
  112. /**
  113. * 退货退款类型:0未发生退款、1部分退、2全部退
  114. */
  115. private Integer refundType;
  116. /**
  117. * 确认付款供应商标识 0未确认,1已确认
  118. */
  119. private Integer affirmPaymentFlag;
  120. /**
  121. * 购买总数
  122. */
  123. private Integer productCount;
  124. /**
  125. * 赠送总数 不计算价格
  126. */
  127. private Integer presentCount;
  128. /**
  129. * 促销赠品总数
  130. */
  131. private Integer promotionalGiftsCount;
  132. /**
  133. * 是否包含活动商品(受订单未支付自动关闭时间影响) 0 否 1 是
  134. */
  135. private Integer hasActProduct;
  136. /**
  137. * 促销满减优惠
  138. */
  139. private Double promotionFullReduction;
  140. /**
  141. * 超级会员优惠
  142. */
  143. private Double svipFullReduction;
  144. /**
  145. * 二手商品订单标识 0非二手商品订单、 1二手商品订单
  146. */
  147. private Integer secondHandOrderFlag;
  148. /**
  149. * 是否开发票 没开发票 0 开个人发票 1 开企业发票2
  150. */
  151. private Integer invoiceFlag;
  152. /**
  153. * 免邮标志 运费:-1到付,0包邮,1需要运费,-2仪器到付其它包邮
  154. */
  155. private Integer postageFlag;
  156. /**
  157. * -1到付,0包邮,大于0具体金额,-2仪器到付其它包邮(且运费已使用商品形式存储)
  158. */
  159. private Double postage;
  160. /**
  161. * 商品总金额 (商品单价乘以数量,再加上税费)
  162. */
  163. private Double productTotalFee;
  164. /**
  165. * 小计金额 (商品折后单价乘以数量,再加上税费)
  166. */
  167. private Double orderTotalFee;
  168. /**
  169. * 经理折扣
  170. */
  171. private Double discountFee;
  172. /**
  173. * 使用优惠券金额
  174. */
  175. private Double couponAmount;
  176. /**
  177. * 订单总额(小计金额减去经理折扣后,再加上运费)
  178. */
  179. private Double payTotalFee;
  180. /**
  181. * 真实支付金额(订单总额减去抵扣的账户余额)
  182. */
  183. private Double payableAmount;
  184. /**
  185. * 余额支付金额
  186. */
  187. private Double balancePayFee;
  188. /**
  189. * 0待确认,11待收待发,12待收部发,13待收全发,21部收待发,22部收部发,23部收全发,31已收待发,32已收部发,33已收全发,4交易完成,5订单完成,6已关闭,7交易全退
  190. */
  191. private Integer status;
  192. /**
  193. * 订单确认时间
  194. */
  195. private String confirmTime;
  196. /**
  197. * 订单支付时间
  198. */
  199. private String payTime;
  200. /**
  201. * 返佣订单标识 0非返佣订单,1返佣订单
  202. */
  203. private Integer rebateFlag;
  204. /**
  205. * 条款ID
  206. */
  207. private Integer clauseId;
  208. /**
  209. * 条款名称
  210. */
  211. private String clauseName;
  212. /**
  213. * 子订单ID
  214. */
  215. private String shopOrderIds;
  216. /**
  217. * 订单取消原因
  218. */
  219. private String closeReason;
  220. /**
  221. * 订单取消时间
  222. */
  223. private String closeTime;
  224. /**
  225. * 订单备注
  226. */
  227. private String note;
  228. /**
  229. * 已支付成功次数统计(适用线上多笔付款用来确认当前是哪一笔)
  230. */
  231. private Integer paySuccessCounter;
  232. /**
  233. * 子订单信息
  234. */
  235. private List<ShopOrderVo> shopOrderList;
  236. /**
  237. * 支付按钮是否消失,true消失
  238. */
  239. private boolean payButton = false;
  240. /**
  241. * 待付总金额
  242. */
  243. private Double pendingPayments;
  244. /**
  245. * 付款总金额
  246. */
  247. private Double receiptAmount;
  248. /**
  249. * 订单标识:#订单号#
  250. */
  251. private String orderMark;
  252. /**
  253. * 是否包含充值商品
  254. */
  255. private boolean rechargeGoods = false;
  256. /**
  257. * 总税费
  258. */
  259. private Double expensesOfTaxation;
  260. /**
  261. * 退款总金额
  262. */
  263. private Double returnedPurchaseFee;
  264. /**
  265. * 是否有商品发票属性的限制,为true时只能线下支付
  266. */
  267. private boolean invoiceStatus = false;
  268. /**
  269. * 客户名称
  270. */
  271. private String userName;
  272. /**
  273. * 收款详情是否可以查看
  274. */
  275. private Boolean authority = false;
  276. /**
  277. * 存在退款中的记录 (0:否,1:是)
  278. */
  279. private String haveReturning;
  280. /**
  281. * 存在收款中的记录 (0:否,1:是)
  282. */
  283. private String haveReceipting;
  284. /**
  285. * 剩余应收金额
  286. */
  287. private Double surplusAmount;
  288. /**
  289. * 已支付金额
  290. */
  291. private Double paidAmount;
  292. /**
  293. * 待审金额
  294. */
  295. private Double unCheckAmount;
  296. /**
  297. * 退货退款价值(抵扣经理折扣后)
  298. */
  299. private Double returnValue;
  300. /**
  301. * 退款总额(给买家)
  302. */
  303. private Double refundFee;
  304. /**
  305. * 订单状态备注
  306. */
  307. private String statusName;
  308. /**
  309. * 总税费
  310. */
  311. private Double totalAddedValueTax;
  312. public static long getSerialVersionUID() {
  313. return serialVersionUID;
  314. }
  315. public Integer getOrderSeen() {
  316. return orderSeen;
  317. }
  318. public void setOrderSeen(Integer orderSeen) {
  319. this.orderSeen = orderSeen;
  320. }
  321. public Integer getOrderId() {
  322. return orderId;
  323. }
  324. public void setOrderId(Integer orderId) {
  325. this.orderId = orderId;
  326. }
  327. public Integer getOrderSource() {
  328. return orderSource;
  329. }
  330. public void setOrderSource(Integer orderSource) {
  331. this.orderSource = orderSource;
  332. }
  333. public String getOrderNo() {
  334. return orderNo;
  335. }
  336. public void setOrderNo(String orderNo) {
  337. this.orderNo = orderNo;
  338. }
  339. public Integer getUserId() {
  340. return userId;
  341. }
  342. public void setUserId(Integer userId) {
  343. this.userId = userId;
  344. }
  345. public Integer getClubId() {
  346. return clubId;
  347. }
  348. public void setClubId(Integer clubId) {
  349. this.clubId = clubId;
  350. }
  351. public Integer getOrganizeId() {
  352. return organizeId;
  353. }
  354. public void setOrganizeId(Integer organizeId) {
  355. this.organizeId = organizeId;
  356. }
  357. public Integer getUserIdentity() {
  358. return userIdentity;
  359. }
  360. public void setUserIdentity(Integer userIdentity) {
  361. this.userIdentity = userIdentity;
  362. }
  363. public String getClubName() {
  364. return clubName;
  365. }
  366. public void setClubName(String clubName) {
  367. this.clubName = clubName;
  368. }
  369. public Integer getSvipUserFlag() {
  370. return svipUserFlag;
  371. }
  372. public void setSvipUserFlag(Integer svipUserFlag) {
  373. this.svipUserFlag = svipUserFlag;
  374. }
  375. public Integer getBuyUserId() {
  376. return buyUserId;
  377. }
  378. public void setBuyUserId(Integer buyUserId) {
  379. this.buyUserId = buyUserId;
  380. }
  381. public String getOrderTime() {
  382. return orderTime;
  383. }
  384. public void setOrderTime(String orderTime) {
  385. this.orderTime = orderTime;
  386. }
  387. public String getUpdateDate() {
  388. return updateDate;
  389. }
  390. public void setUpdateDate(String updateDate) {
  391. this.updateDate = updateDate;
  392. }
  393. public Integer getDelFlag() {
  394. return delFlag;
  395. }
  396. public void setDelFlag(Integer delFlag) {
  397. this.delFlag = delFlag;
  398. }
  399. public Integer getUserBeans() {
  400. return userBeans;
  401. }
  402. public void setUserBeans(Integer userBeans) {
  403. this.userBeans = userBeans;
  404. }
  405. public Integer getOrderType() {
  406. return orderType;
  407. }
  408. public void setOrderType(Integer orderType) {
  409. this.orderType = orderType;
  410. }
  411. public Integer getOrderSubmitType() {
  412. return orderSubmitType;
  413. }
  414. public void setOrderSubmitType(Integer orderSubmitType) {
  415. this.orderSubmitType = orderSubmitType;
  416. }
  417. public Integer getConfirmFlag() {
  418. return confirmFlag;
  419. }
  420. public void setConfirmFlag(Integer confirmFlag) {
  421. this.confirmFlag = confirmFlag;
  422. }
  423. public Integer getOnlinePayFlag() {
  424. return onlinePayFlag;
  425. }
  426. public void setOnlinePayFlag(Integer onlinePayFlag) {
  427. this.onlinePayFlag = onlinePayFlag;
  428. }
  429. public Integer getSplitFlag() {
  430. return splitFlag;
  431. }
  432. public void setSplitFlag(Integer splitFlag) {
  433. this.splitFlag = splitFlag;
  434. }
  435. public Integer getPayFlag() {
  436. return payFlag;
  437. }
  438. public void setPayFlag(Integer payFlag) {
  439. this.payFlag = payFlag;
  440. }
  441. public Integer getReceiptStatus() {
  442. return receiptStatus;
  443. }
  444. public void setReceiptStatus(Integer receiptStatus) {
  445. this.receiptStatus = receiptStatus;
  446. }
  447. public Integer getPayStatus() {
  448. return payStatus;
  449. }
  450. public void setPayStatus(Integer payStatus) {
  451. this.payStatus = payStatus;
  452. }
  453. public Integer getZeroCostFlag() {
  454. return zeroCostFlag;
  455. }
  456. public void setZeroCostFlag(Integer zeroCostFlag) {
  457. this.zeroCostFlag = zeroCostFlag;
  458. }
  459. public Integer getSendOutStatus() {
  460. return sendOutStatus;
  461. }
  462. public void setSendOutStatus(Integer sendOutStatus) {
  463. this.sendOutStatus = sendOutStatus;
  464. }
  465. public Integer getRefundType() {
  466. return refundType;
  467. }
  468. public void setRefundType(Integer refundType) {
  469. this.refundType = refundType;
  470. }
  471. public Integer getAffirmPaymentFlag() {
  472. return affirmPaymentFlag;
  473. }
  474. public void setAffirmPaymentFlag(Integer affirmPaymentFlag) {
  475. this.affirmPaymentFlag = affirmPaymentFlag;
  476. }
  477. public Integer getProductCount() {
  478. return productCount;
  479. }
  480. public void setProductCount(Integer productCount) {
  481. this.productCount = productCount;
  482. }
  483. public Integer getPresentCount() {
  484. return presentCount;
  485. }
  486. public void setPresentCount(Integer presentCount) {
  487. this.presentCount = presentCount;
  488. }
  489. public Integer getPromotionalGiftsCount() {
  490. return promotionalGiftsCount;
  491. }
  492. public void setPromotionalGiftsCount(Integer promotionalGiftsCount) {
  493. this.promotionalGiftsCount = promotionalGiftsCount;
  494. }
  495. public Integer getHasActProduct() {
  496. return hasActProduct;
  497. }
  498. public void setHasActProduct(Integer hasActProduct) {
  499. this.hasActProduct = hasActProduct;
  500. }
  501. public Double getPromotionFullReduction() {
  502. return promotionFullReduction;
  503. }
  504. public void setPromotionFullReduction(Double promotionFullReduction) {
  505. this.promotionFullReduction = promotionFullReduction;
  506. }
  507. public Double getSvipFullReduction() {
  508. return svipFullReduction;
  509. }
  510. public void setSvipFullReduction(Double svipFullReduction) {
  511. this.svipFullReduction = svipFullReduction;
  512. }
  513. public Integer getSecondHandOrderFlag() {
  514. return secondHandOrderFlag;
  515. }
  516. public void setSecondHandOrderFlag(Integer secondHandOrderFlag) {
  517. this.secondHandOrderFlag = secondHandOrderFlag;
  518. }
  519. public Integer getInvoiceFlag() {
  520. return invoiceFlag;
  521. }
  522. public void setInvoiceFlag(Integer invoiceFlag) {
  523. this.invoiceFlag = invoiceFlag;
  524. }
  525. public Integer getPostageFlag() {
  526. return postageFlag;
  527. }
  528. public void setPostageFlag(Integer postageFlag) {
  529. this.postageFlag = postageFlag;
  530. }
  531. public Double getPostage() {
  532. return postage;
  533. }
  534. public void setPostage(Double postage) {
  535. this.postage = postage;
  536. }
  537. public Double getProductTotalFee() {
  538. return productTotalFee;
  539. }
  540. public void setProductTotalFee(Double productTotalFee) {
  541. this.productTotalFee = productTotalFee;
  542. }
  543. public Double getOrderTotalFee() {
  544. return orderTotalFee;
  545. }
  546. public void setOrderTotalFee(Double orderTotalFee) {
  547. this.orderTotalFee = orderTotalFee;
  548. }
  549. public Double getDiscountFee() {
  550. return discountFee;
  551. }
  552. public void setDiscountFee(Double discountFee) {
  553. this.discountFee = discountFee;
  554. }
  555. public Double getCouponAmount() {
  556. return couponAmount;
  557. }
  558. public void setCouponAmount(Double couponAmount) {
  559. this.couponAmount = couponAmount;
  560. }
  561. public Double getPayTotalFee() {
  562. return payTotalFee;
  563. }
  564. public void setPayTotalFee(Double payTotalFee) {
  565. this.payTotalFee = payTotalFee;
  566. }
  567. public Double getPayableAmount() {
  568. return payableAmount;
  569. }
  570. public void setPayableAmount(Double payableAmount) {
  571. this.payableAmount = payableAmount;
  572. }
  573. public Double getBalancePayFee() {
  574. return balancePayFee;
  575. }
  576. public void setBalancePayFee(Double balancePayFee) {
  577. this.balancePayFee = balancePayFee;
  578. }
  579. public Integer getStatus() {
  580. return status;
  581. }
  582. public void setStatus(Integer status) {
  583. this.status = status;
  584. }
  585. public String getConfirmTime() {
  586. return confirmTime;
  587. }
  588. public void setConfirmTime(String confirmTime) {
  589. this.confirmTime = confirmTime;
  590. }
  591. public String getPayTime() {
  592. return payTime;
  593. }
  594. public void setPayTime(String payTime) {
  595. this.payTime = payTime;
  596. }
  597. public Integer getRebateFlag() {
  598. return rebateFlag;
  599. }
  600. public void setRebateFlag(Integer rebateFlag) {
  601. this.rebateFlag = rebateFlag;
  602. }
  603. public Integer getClauseId() {
  604. return clauseId;
  605. }
  606. public void setClauseId(Integer clauseId) {
  607. this.clauseId = clauseId;
  608. }
  609. public String getClauseName() {
  610. return clauseName;
  611. }
  612. public void setClauseName(String clauseName) {
  613. this.clauseName = clauseName;
  614. }
  615. public String getShopOrderIds() {
  616. return shopOrderIds;
  617. }
  618. public void setShopOrderIds(String shopOrderIds) {
  619. this.shopOrderIds = shopOrderIds;
  620. }
  621. public String getCloseReason() {
  622. return closeReason;
  623. }
  624. public void setCloseReason(String closeReason) {
  625. this.closeReason = closeReason;
  626. }
  627. public String getCloseTime() {
  628. return closeTime;
  629. }
  630. public void setCloseTime(String closeTime) {
  631. this.closeTime = closeTime;
  632. }
  633. public String getNote() {
  634. return note;
  635. }
  636. public void setNote(String note) {
  637. this.note = note;
  638. }
  639. public Integer getPaySuccessCounter() {
  640. return paySuccessCounter;
  641. }
  642. public void setPaySuccessCounter(Integer paySuccessCounter) {
  643. this.paySuccessCounter = paySuccessCounter;
  644. }
  645. public List<ShopOrderVo> getShopOrderList() {
  646. return shopOrderList;
  647. }
  648. public void setShopOrderList(List<ShopOrderVo> shopOrderList) {
  649. this.shopOrderList = shopOrderList;
  650. }
  651. public boolean isPayButton() {
  652. return payButton;
  653. }
  654. public void setPayButton(boolean payButton) {
  655. this.payButton = payButton;
  656. }
  657. public Double getPendingPayments() {
  658. return pendingPayments;
  659. }
  660. public void setPendingPayments(Double pendingPayments) {
  661. this.pendingPayments = pendingPayments;
  662. }
  663. public Double getReceiptAmount() {
  664. return receiptAmount;
  665. }
  666. public void setReceiptAmount(Double receiptAmount) {
  667. this.receiptAmount = receiptAmount;
  668. }
  669. public String getOrderMark() {
  670. return orderMark;
  671. }
  672. public void setOrderMark(String orderMark) {
  673. this.orderMark = orderMark;
  674. }
  675. public boolean isRechargeGoods() {
  676. return rechargeGoods;
  677. }
  678. public void setRechargeGoods(boolean rechargeGoods) {
  679. this.rechargeGoods = rechargeGoods;
  680. }
  681. public Double getExpensesOfTaxation() {
  682. return expensesOfTaxation;
  683. }
  684. public void setExpensesOfTaxation(Double expensesOfTaxation) {
  685. this.expensesOfTaxation = expensesOfTaxation;
  686. }
  687. public Double getReturnedPurchaseFee() {
  688. return returnedPurchaseFee;
  689. }
  690. public void setReturnedPurchaseFee(Double returnedPurchaseFee) {
  691. this.returnedPurchaseFee = returnedPurchaseFee;
  692. }
  693. public boolean isInvoiceStatus() {
  694. return invoiceStatus;
  695. }
  696. public void setInvoiceStatus(boolean invoiceStatus) {
  697. this.invoiceStatus = invoiceStatus;
  698. }
  699. public String getUserName() {
  700. return userName;
  701. }
  702. public void setUserName(String userName) {
  703. this.userName = userName;
  704. }
  705. public Boolean getAuthority() {
  706. return authority;
  707. }
  708. public void setAuthority(Boolean authority) {
  709. this.authority = authority;
  710. }
  711. public String getHaveReturning() {
  712. return haveReturning;
  713. }
  714. public void setHaveReturning(String haveReturning) {
  715. this.haveReturning = haveReturning;
  716. }
  717. public String getHaveReceipting() {
  718. return haveReceipting;
  719. }
  720. public void setHaveReceipting(String haveReceipting) {
  721. this.haveReceipting = haveReceipting;
  722. }
  723. public Double getSurplusAmount() {
  724. return surplusAmount;
  725. }
  726. public void setSurplusAmount(Double surplusAmount) {
  727. this.surplusAmount = surplusAmount;
  728. }
  729. public Double getPaidAmount() {
  730. return paidAmount;
  731. }
  732. public void setPaidAmount(Double paidAmount) {
  733. this.paidAmount = paidAmount;
  734. }
  735. public Double getUnCheckAmount() {
  736. return unCheckAmount;
  737. }
  738. public void setUnCheckAmount(Double unCheckAmount) {
  739. this.unCheckAmount = unCheckAmount;
  740. }
  741. public Double getReturnValue() {
  742. return returnValue;
  743. }
  744. public void setReturnValue(Double returnValue) {
  745. this.returnValue = returnValue;
  746. }
  747. public Double getRefundFee() {
  748. return refundFee;
  749. }
  750. public void setRefundFee(Double refundFee) {
  751. this.refundFee = refundFee;
  752. }
  753. public String getStatusName() {
  754. return statusName;
  755. }
  756. public void setStatusName(String statusName) {
  757. this.statusName = statusName;
  758. }
  759. public Double getTotalAddedValueTax() {
  760. return totalAddedValueTax;
  761. }
  762. public void setTotalAddedValueTax(Double totalAddedValueTax) {
  763. this.totalAddedValueTax = totalAddedValueTax;
  764. }
  765. }