PayOrder.java 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. package com.platform.yijia.pojo;
  2. import lombok.Data;
  3. import java.util.Date;
  4. @Data
  5. public class PayOrder {
  6. /**
  7. *
  8. * This field was generated by MyBatis Generator.
  9. * This field corresponds to the database column pay_order.order_id
  10. *
  11. * @mbg.generated
  12. */
  13. private Integer orderId;
  14. /**
  15. *
  16. * This field was generated by MyBatis Generator.
  17. * This field corresponds to the database column pay_order.order_no
  18. *
  19. * @mbg.generated
  20. */
  21. private String orderNo;
  22. /**
  23. *
  24. * This field was generated by MyBatis Generator.
  25. * This field corresponds to the database column pay_order.oil_gun
  26. *
  27. * @mbg.generated
  28. */
  29. private String oilGun;
  30. /**
  31. *
  32. * This field was generated by MyBatis Generator.
  33. * This field corresponds to the database column pay_order.oil_name
  34. *
  35. * @mbg.generated
  36. */
  37. private String oilName;
  38. /**
  39. *
  40. * This field was generated by MyBatis Generator.
  41. * This field corresponds to the database column pay_order.consumer_id
  42. *
  43. * @mbg.generated
  44. */
  45. private Integer consumerId;
  46. /**
  47. *
  48. * This field was generated by MyBatis Generator.
  49. * This field corresponds to the database column pay_order.consumer
  50. *
  51. * @mbg.generated
  52. */
  53. private String consumer;
  54. /**
  55. *
  56. * This field was generated by MyBatis Generator.
  57. * This field corresponds to the database column pay_order.amt
  58. *
  59. * @mbg.generated
  60. */
  61. private Double amt;
  62. /**
  63. *
  64. * This field was generated by MyBatis Generator.
  65. * This field corresponds to the database column pay_order.station_id
  66. *
  67. * @mbg.generated
  68. */
  69. private Integer stationId;
  70. /**
  71. *
  72. * This field was generated by MyBatis Generator.
  73. * This field corresponds to the database column pay_order.status
  74. *
  75. * @mbg.generated
  76. */
  77. private String status;
  78. /**
  79. *
  80. * This field was generated by MyBatis Generator.
  81. * This field corresponds to the database column pay_order.order_liters
  82. *
  83. * @mbg.generated
  84. */
  85. private String orderLiters;
  86. /**
  87. *
  88. * This field was generated by MyBatis Generator.
  89. * This field corresponds to the database column pay_order.pay_type
  90. *
  91. * @mbg.generated
  92. */
  93. private String payType;
  94. /**
  95. *
  96. * This field was generated by MyBatis Generator.
  97. * This field corresponds to the database column pay_order.pay_way
  98. *
  99. * @mbg.generated
  100. */
  101. private String payWay;
  102. /**
  103. *
  104. * This field was generated by MyBatis Generator.
  105. * This field corresponds to the database column pay_order.pay_date
  106. *
  107. * @mbg.generated
  108. */
  109. private Date payDate;
  110. /**
  111. *
  112. * This field was generated by MyBatis Generator.
  113. * This field corresponds to the database column pay_order.oil_personnel
  114. *
  115. * @mbg.generated
  116. */
  117. private String oilPersonnel;
  118. /**
  119. *
  120. * This field was generated by MyBatis Generator.
  121. * This field corresponds to the database column pay_order.created_date
  122. *
  123. * @mbg.generated
  124. */
  125. private Date createdDate;
  126. /**
  127. *
  128. * This field was generated by MyBatis Generator.
  129. * This field corresponds to the database column pay_order.order_type
  130. *
  131. * @mbg.generated
  132. */
  133. private String orderType;
  134. private String oilPirce;
  135. private String stationName;
  136. private Double receivableAmt; //应收金额
  137. private Double receivedAmt; //到账金额
  138. private String discountCoupon; //优惠券
  139. private Double discountAmt; //优惠金额
  140. private Double discountCouponAmt; //优惠券金额
  141. private Double wxAmt; //微信支付金额
  142. private Double zfbAmt; //支付宝支付金额
  143. private Double posAmt; //pos支付金额
  144. private Double xjAmt; //现金支付金额
  145. private Double didiAppAmt; //滴滴app支付金额
  146. private Double tyAppAmt; //团油app支付金额
  147. private Double otherAmt; //其他支付金额
  148. private Double dzkAmt; //电子卡金额
  149. private Integer score; //消费积分
  150. private String memberNo; //会员卡号
  151. private Double memberAmt; //会员支付金额
  152. private Integer printCount; //打印小票数量
  153. private String carNo; //车牌号
  154. private String customerPhone; //客户电话
  155. private String customerGrade; //客户等级
  156. private String oilType; //油品类型 oil_type
  157. // public Double getAmt() {
  158. // return amt;
  159. // }
  160. //
  161. // public void setAmt(Double amt) {
  162. // this.amt = amt;
  163. // }
  164. //
  165. // public String getOilType() {
  166. // return oilType;
  167. // }
  168. //
  169. // public void setOilType(String oilType) {
  170. // this.oilType = oilType;
  171. // }
  172. //
  173. // public Double getReceivableAmt() {
  174. // return receivableAmt;
  175. // }
  176. //
  177. // public void setReceivableAmt(Double receivableAmt) {
  178. // this.receivableAmt = receivableAmt;
  179. // }
  180. //
  181. // public Double getReceivedAmt() {
  182. // return receivedAmt;
  183. // }
  184. //
  185. // public void setReceivedAmt(Double receivedAmt) {
  186. // this.receivedAmt = receivedAmt;
  187. // }
  188. //
  189. // public String getDiscountCoupon() {
  190. // return discountCoupon;
  191. // }
  192. //
  193. // public void setDiscountCoupon(String discountCoupon) {
  194. // this.discountCoupon = discountCoupon;
  195. // }
  196. //
  197. // public Double getDiscountAmt() {
  198. // return discountAmt;
  199. // }
  200. //
  201. // public void setDiscountAmt(Double discountAmt) {
  202. // this.discountAmt = discountAmt;
  203. // }
  204. //
  205. // public Double getDiscountCouponAmt() {
  206. // return discountCouponAmt;
  207. // }
  208. //
  209. // public void setDiscountCouponAmt(Double discountCouponAmt) {
  210. // this.discountCouponAmt = discountCouponAmt;
  211. // }
  212. //
  213. // public Double getWxAmt() {
  214. // return wxAmt;
  215. // }
  216. //
  217. // public void setWxAmt(Double wxAmt) {
  218. // this.wxAmt = wxAmt;
  219. // }
  220. //
  221. // public Double getZfbAmt() {
  222. // return zfbAmt;
  223. // }
  224. //
  225. // public void setZfbAmt(Double zfbAmt) {
  226. // this.zfbAmt = zfbAmt;
  227. // }
  228. //
  229. // public Double getPosAmt() {
  230. // return posAmt;
  231. // }
  232. //
  233. // public void setPosAmt(Double posAmt) {
  234. // this.posAmt = posAmt;
  235. // }
  236. //
  237. // public Double getXjAmt() {
  238. // return xjAmt;
  239. // }
  240. //
  241. // public void setXjAmt(Double xjAmt) {
  242. // this.xjAmt = xjAmt;
  243. // }
  244. //
  245. // public Double getDidiAppAmt() {
  246. // return didiAppAmt;
  247. // }
  248. //
  249. // public void setDidiAppAmt(Double didiAppAmt) {
  250. // this.didiAppAmt = didiAppAmt;
  251. // }
  252. //
  253. // public Double getTyAppAmt() {
  254. // return tyAppAmt;
  255. // }
  256. //
  257. // public void setTyAppAmt(Double tyAppAmt) {
  258. // this.tyAppAmt = tyAppAmt;
  259. // }
  260. //
  261. // public Double getOtherAmt() {
  262. // return otherAmt;
  263. // }
  264. //
  265. // public void setOtherAmt(Double otherAmt) {
  266. // this.otherAmt = otherAmt;
  267. // }
  268. //
  269. // public Double getDzkAmt() {
  270. // return dzkAmt;
  271. // }
  272. //
  273. // public void setDzkAmt(Double dzkAmt) {
  274. // this.dzkAmt = dzkAmt;
  275. // }
  276. //
  277. // public Integer getScore() {
  278. // return score;
  279. // }
  280. //
  281. // public void setScore(Integer score) {
  282. // this.score = score;
  283. // }
  284. //
  285. // public String getMemberNo() {
  286. // return memberNo;
  287. // }
  288. //
  289. // public void setMemberNo(String memberNo) {
  290. // this.memberNo = memberNo;
  291. // }
  292. //
  293. // public Double getMemberAmt() {
  294. // return memberAmt;
  295. // }
  296. //
  297. // public void setMemberAmt(Double memberAmt) {
  298. // this.memberAmt = memberAmt;
  299. // }
  300. //
  301. // public Integer getPrintCount() {
  302. // return printCount;
  303. // }
  304. //
  305. // public void setPrintCount(Integer printCount) {
  306. // this.printCount = printCount;
  307. // }
  308. //
  309. // public String getCarNo() {
  310. // return carNo;
  311. // }
  312. //
  313. // public void setCarNo(String carNo) {
  314. // this.carNo = carNo;
  315. // }
  316. //
  317. // public String getCustomerPhone() {
  318. // return customerPhone;
  319. // }
  320. //
  321. // public void setCustomerPhone(String customerPhone) {
  322. // this.customerPhone = customerPhone;
  323. // }
  324. //
  325. // public String getCustomerGrade() {
  326. // return customerGrade;
  327. // }
  328. //
  329. // public void setCustomerGrade(String customerGrade) {
  330. // this.customerGrade = customerGrade;
  331. // }
  332. //
  333. // public String getOilPirce() {
  334. // return oilPirce;
  335. // }
  336. //
  337. // public void setOilPirce(String oilPirce) {
  338. // this.oilPirce = oilPirce;
  339. // }
  340. //
  341. // public String getStationName() {
  342. // return stationName;
  343. // }
  344. //
  345. // public void setStationName(String stationName) {
  346. // this.stationName = stationName;
  347. // }
  348. //
  349. // /**
  350. // * This method was generated by MyBatis Generator.
  351. // * This method returns the value of the database column pay_order.order_id
  352. // *
  353. // * @return the value of pay_order.order_id
  354. // *
  355. // * @mbg.generated
  356. // */
  357. // public Integer getOrderId() {
  358. // return orderId;
  359. // }
  360. //
  361. // /**
  362. // * This method was generated by MyBatis Generator.
  363. // * This method sets the value of the database column pay_order.order_id
  364. // *
  365. // * @param orderId the value for pay_order.order_id
  366. // *
  367. // * @mbg.generated
  368. // */
  369. // public void setOrderId(Integer orderId) {
  370. // this.orderId = orderId;
  371. // }
  372. //
  373. // /**
  374. // * This method was generated by MyBatis Generator.
  375. // * This method returns the value of the database column pay_order.order_no
  376. // *
  377. // * @return the value of pay_order.order_no
  378. // *
  379. // * @mbg.generated
  380. // */
  381. // public String getOrderNo() {
  382. // return orderNo;
  383. // }
  384. //
  385. // /**
  386. // * This method was generated by MyBatis Generator.
  387. // * This method sets the value of the database column pay_order.order_no
  388. // *
  389. // * @param orderNo the value for pay_order.order_no
  390. // *
  391. // * @mbg.generated
  392. // */
  393. // public void setOrderNo(String orderNo) {
  394. // this.orderNo = orderNo == null ? null : orderNo.trim();
  395. // }
  396. //
  397. // /**
  398. // * This method was generated by MyBatis Generator.
  399. // * This method returns the value of the database column pay_order.oil_gun
  400. // *
  401. // * @return the value of pay_order.oil_gun
  402. // *
  403. // * @mbg.generated
  404. // */
  405. // public String getOilGun() {
  406. // return oilGun;
  407. // }
  408. //
  409. // /**
  410. // * This method was generated by MyBatis Generator.
  411. // * This method sets the value of the database column pay_order.oil_gun
  412. // *
  413. // * @param oilGun the value for pay_order.oil_gun
  414. // *
  415. // * @mbg.generated
  416. // */
  417. // public void setOilGun(String oilGun) {
  418. // this.oilGun = oilGun == null ? null : oilGun.trim();
  419. // }
  420. //
  421. // /**
  422. // * This method was generated by MyBatis Generator.
  423. // * This method returns the value of the database column pay_order.oil_name
  424. // *
  425. // * @return the value of pay_order.oil_name
  426. // *
  427. // * @mbg.generated
  428. // */
  429. // public String getOilName() {
  430. // return oilName;
  431. // }
  432. //
  433. // /**
  434. // * This method was generated by MyBatis Generator.
  435. // * This method sets the value of the database column pay_order.oil_name
  436. // *
  437. // * @param oilName the value for pay_order.oil_name
  438. // *
  439. // * @mbg.generated
  440. // */
  441. // public void setOilName(String oilName) {
  442. // this.oilName = oilName == null ? null : oilName.trim();
  443. // }
  444. //
  445. // /**
  446. // * This method was generated by MyBatis Generator.
  447. // * This method returns the value of the database column pay_order.consumer_id
  448. // *
  449. // * @return the value of pay_order.consumer_id
  450. // *
  451. // * @mbg.generated
  452. // */
  453. // public Integer getConsumerId() {
  454. // return consumerId;
  455. // }
  456. //
  457. // /**
  458. // * This method was generated by MyBatis Generator.
  459. // * This method sets the value of the database column pay_order.consumer_id
  460. // *
  461. // * @param consumerId the value for pay_order.consumer_id
  462. // *
  463. // * @mbg.generated
  464. // */
  465. // public void setConsumerId(Integer consumerId) {
  466. // this.consumerId = consumerId;
  467. // }
  468. //
  469. // /**
  470. // * This method was generated by MyBatis Generator.
  471. // * This method returns the value of the database column pay_order.consumer
  472. // *
  473. // * @return the value of pay_order.consumer
  474. // *
  475. // * @mbg.generated
  476. // */
  477. // public String getConsumer() {
  478. // return consumer;
  479. // }
  480. //
  481. // /**
  482. // * This method was generated by MyBatis Generator.
  483. // * This method sets the value of the database column pay_order.consumer
  484. // *
  485. // * @param consumer the value for pay_order.consumer
  486. // *
  487. // * @mbg.generated
  488. // */
  489. // public void setConsumer(String consumer) {
  490. // this.consumer = consumer == null ? null : consumer.trim();
  491. // }
  492. //
  493. // /**
  494. // * This method was generated by MyBatis Generator.
  495. // * This method returns the value of the database column pay_order.station_id
  496. // *
  497. // * @return the value of pay_order.station_id
  498. // *
  499. // * @mbg.generated
  500. // */
  501. // public Integer getStationId() {
  502. // return stationId;
  503. // }
  504. //
  505. // /**
  506. // * This method was generated by MyBatis Generator.
  507. // * This method sets the value of the database column pay_order.station_id
  508. // *
  509. // * @param stationId the value for pay_order.station_id
  510. // *
  511. // * @mbg.generated
  512. // */
  513. // public void setStationId(Integer stationId) {
  514. // this.stationId = stationId;
  515. // }
  516. //
  517. // /**
  518. // * This method was generated by MyBatis Generator.
  519. // * This method returns the value of the database column pay_order.status
  520. // *
  521. // * @return the value of pay_order.status
  522. // *
  523. // * @mbg.generated
  524. // */
  525. // public String getStatus() {
  526. // return status;
  527. // }
  528. //
  529. // /**
  530. // * This method was generated by MyBatis Generator.
  531. // * This method sets the value of the database column pay_order.status
  532. // *
  533. // * @param status the value for pay_order.status
  534. // *
  535. // * @mbg.generated
  536. // */
  537. // public void setStatus(String status) {
  538. // this.status = status == null ? null : status.trim();
  539. // }
  540. //
  541. // /**
  542. // * This method was generated by MyBatis Generator.
  543. // * This method returns the value of the database column pay_order.order_liters
  544. // *
  545. // * @return the value of pay_order.order_liters
  546. // *
  547. // * @mbg.generated
  548. // */
  549. // public String getOrderLiters() {
  550. // return orderLiters;
  551. // }
  552. //
  553. // /**
  554. // * This method was generated by MyBatis Generator.
  555. // * This method sets the value of the database column pay_order.order_liters
  556. // *
  557. // * @param orderLiters the value for pay_order.order_liters
  558. // *
  559. // * @mbg.generated
  560. // */
  561. // public void setOrderLiters(String orderLiters) {
  562. // this.orderLiters = orderLiters == null ? null : orderLiters.trim();
  563. // }
  564. //
  565. // /**
  566. // * This method was generated by MyBatis Generator.
  567. // * This method returns the value of the database column pay_order.pay_type
  568. // *
  569. // * @return the value of pay_order.pay_type
  570. // *
  571. // * @mbg.generated
  572. // */
  573. // public String getPayType() {
  574. // return payType;
  575. // }
  576. //
  577. // /**
  578. // * This method was generated by MyBatis Generator.
  579. // * This method sets the value of the database column pay_order.pay_type
  580. // *
  581. // * @param payType the value for pay_order.pay_type
  582. // *
  583. // * @mbg.generated
  584. // */
  585. // public void setPayType(String payType) {
  586. // this.payType = payType == null ? null : payType.trim();
  587. // }
  588. //
  589. // /**
  590. // * This method was generated by MyBatis Generator.
  591. // * This method returns the value of the database column pay_order.pay_way
  592. // *
  593. // * @return the value of pay_order.pay_way
  594. // *
  595. // * @mbg.generated
  596. // */
  597. // public String getPayWay() {
  598. // return payWay;
  599. // }
  600. //
  601. // /**
  602. // * This method was generated by MyBatis Generator.
  603. // * This method sets the value of the database column pay_order.pay_way
  604. // *
  605. // * @param payWay the value for pay_order.pay_way
  606. // *
  607. // * @mbg.generated
  608. // */
  609. // public void setPayWay(String payWay) {
  610. // this.payWay = payWay == null ? null : payWay.trim();
  611. // }
  612. //
  613. // /**
  614. // * This method was generated by MyBatis Generator.
  615. // * This method returns the value of the database column pay_order.pay_date
  616. // *
  617. // * @return the value of pay_order.pay_date
  618. // *
  619. // * @mbg.generated
  620. // */
  621. // public Date getPayDate() {
  622. // return payDate;
  623. // }
  624. //
  625. // /**
  626. // * This method was generated by MyBatis Generator.
  627. // * This method sets the value of the database column pay_order.pay_date
  628. // *
  629. // * @param payDate the value for pay_order.pay_date
  630. // *
  631. // * @mbg.generated
  632. // */
  633. // public void setPayDate(Date payDate) {
  634. // this.payDate = payDate;
  635. // }
  636. //
  637. // /**
  638. // * This method was generated by MyBatis Generator.
  639. // * This method returns the value of the database column pay_order.oil_personnel
  640. // *
  641. // * @return the value of pay_order.oil_personnel
  642. // *
  643. // * @mbg.generated
  644. // */
  645. // public String getOilPersonnel() {
  646. // return oilPersonnel;
  647. // }
  648. //
  649. // /**
  650. // * This method was generated by MyBatis Generator.
  651. // * This method sets the value of the database column pay_order.oil_personnel
  652. // *
  653. // * @param oilPersonnel the value for pay_order.oil_personnel
  654. // *
  655. // * @mbg.generated
  656. // */
  657. // public void setOilPersonnel(String oilPersonnel) {
  658. // this.oilPersonnel = oilPersonnel == null ? null : oilPersonnel.trim();
  659. // }
  660. //
  661. // /**
  662. // * This method was generated by MyBatis Generator.
  663. // * This method returns the value of the database column pay_order.created_date
  664. // *
  665. // * @return the value of pay_order.created_date
  666. // *
  667. // * @mbg.generated
  668. // */
  669. // public Date getCreatedDate() {
  670. // return createdDate;
  671. // }
  672. //
  673. // /**
  674. // * This method was generated by MyBatis Generator.
  675. // * This method sets the value of the database column pay_order.created_date
  676. // *
  677. // * @param createdDate the value for pay_order.created_date
  678. // *
  679. // * @mbg.generated
  680. // */
  681. // public void setCreatedDate(Date createdDate) {
  682. // this.createdDate = createdDate;
  683. // }
  684. //
  685. // /**
  686. // * This method was generated by MyBatis Generator.
  687. // * This method returns the value of the database column pay_order.order_type
  688. // *
  689. // * @return the value of pay_order.order_type
  690. // *
  691. // * @mbg.generated
  692. // */
  693. // public String getOrderType() {
  694. // return orderType;
  695. // }
  696. //
  697. // /**
  698. // * This method was generated by MyBatis Generator.
  699. // * This method sets the value of the database column pay_order.order_type
  700. // *
  701. // * @param orderType the value for pay_order.order_type
  702. // *
  703. // * @mbg.generated
  704. // */
  705. // public void setOrderType(String orderType) {
  706. // this.orderType = orderType == null ? null : orderType.trim();
  707. // }
  708. }