NewOrderChange.java 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. package com.goafanti.common.model;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. public class NewOrderChange {
  5. /**
  6. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.id
  7. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  8. */
  9. private Integer id;
  10. /**
  11. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.order_no
  12. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  13. */
  14. private String orderNo;
  15. /**
  16. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.process_state
  17. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  18. */
  19. private Integer processState;
  20. /**
  21. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.status
  22. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  23. */
  24. private Integer status;
  25. /**
  26. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.type
  27. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  28. */
  29. private Integer type;
  30. /**
  31. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.create_time
  32. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  33. */
  34. private Date createTime;
  35. /**
  36. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.remarks
  37. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  38. */
  39. private String remarks;
  40. /**
  41. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.voucher_url
  42. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  43. */
  44. private String voucherUrl;
  45. /**
  46. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.total_amount
  47. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  48. */
  49. private BigDecimal totalAmount;
  50. /**
  51. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.settlement_amount
  52. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  53. */
  54. private BigDecimal settlementAmount;
  55. /**
  56. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.change_amount
  57. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  58. */
  59. private BigDecimal changeAmount;
  60. /**
  61. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.applicant
  62. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  63. */
  64. private String applicant;
  65. /**
  66. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.dep_name
  67. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  68. */
  69. private String depName;
  70. /**
  71. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.project_state
  72. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  73. */
  74. private String projectState;
  75. /**
  76. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.zxs_cost
  77. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  78. */
  79. private BigDecimal zxsCost;
  80. /**
  81. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.zxs_remarks
  82. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  83. */
  84. private String zxsRemarks;
  85. /**
  86. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.payment_time
  87. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  88. */
  89. private Date paymentTime;
  90. /**
  91. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.payment_amount
  92. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  93. */
  94. private BigDecimal paymentAmount;
  95. /**
  96. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.invoice_time
  97. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  98. */
  99. private Date invoiceTime;
  100. /**
  101. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.invoice_amount
  102. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  103. */
  104. private BigDecimal invoiceAmount;
  105. /**
  106. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.invoice_type
  107. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  108. */
  109. private String invoiceType;
  110. /**
  111. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.cw_cost
  112. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  113. */
  114. private BigDecimal cwCost;
  115. /**
  116. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.refundable_amount
  117. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  118. */
  119. private BigDecimal refundableAmount;
  120. /**
  121. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.cw_remarks
  122. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  123. */
  124. private String cwRemarks;
  125. /**
  126. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.id
  127. * @return the value of new_order_change.id
  128. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  129. */
  130. public Integer getId() {
  131. return id;
  132. }
  133. /**
  134. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.id
  135. * @param id the value for new_order_change.id
  136. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  137. */
  138. public void setId(Integer id) {
  139. this.id = id;
  140. }
  141. /**
  142. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.order_no
  143. * @return the value of new_order_change.order_no
  144. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  145. */
  146. public String getOrderNo() {
  147. return orderNo;
  148. }
  149. /**
  150. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.order_no
  151. * @param orderNo the value for new_order_change.order_no
  152. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  153. */
  154. public void setOrderNo(String orderNo) {
  155. this.orderNo = orderNo;
  156. }
  157. /**
  158. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.process_state
  159. * @return the value of new_order_change.process_state
  160. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  161. */
  162. public Integer getProcessState() {
  163. return processState;
  164. }
  165. /**
  166. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.process_state
  167. * @param processState the value for new_order_change.process_state
  168. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  169. */
  170. public void setProcessState(Integer processState) {
  171. this.processState = processState;
  172. }
  173. /**
  174. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.status
  175. * @return the value of new_order_change.status
  176. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  177. */
  178. public Integer getStatus() {
  179. return status;
  180. }
  181. /**
  182. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.status
  183. * @param status the value for new_order_change.status
  184. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  185. */
  186. public void setStatus(Integer status) {
  187. this.status = status;
  188. }
  189. /**
  190. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.type
  191. * @return the value of new_order_change.type
  192. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  193. */
  194. public Integer getType() {
  195. return type;
  196. }
  197. /**
  198. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.type
  199. * @param type the value for new_order_change.type
  200. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  201. */
  202. public void setType(Integer type) {
  203. this.type = type;
  204. }
  205. /**
  206. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.create_time
  207. * @return the value of new_order_change.create_time
  208. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  209. */
  210. public Date getCreateTime() {
  211. return createTime;
  212. }
  213. /**
  214. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.create_time
  215. * @param createTime the value for new_order_change.create_time
  216. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  217. */
  218. public void setCreateTime(Date createTime) {
  219. this.createTime = createTime;
  220. }
  221. /**
  222. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.remarks
  223. * @return the value of new_order_change.remarks
  224. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  225. */
  226. public String getRemarks() {
  227. return remarks;
  228. }
  229. /**
  230. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.remarks
  231. * @param remarks the value for new_order_change.remarks
  232. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  233. */
  234. public void setRemarks(String remarks) {
  235. this.remarks = remarks;
  236. }
  237. /**
  238. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.voucher_url
  239. * @return the value of new_order_change.voucher_url
  240. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  241. */
  242. public String getVoucherUrl() {
  243. return voucherUrl;
  244. }
  245. /**
  246. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.voucher_url
  247. * @param voucherUrl the value for new_order_change.voucher_url
  248. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  249. */
  250. public void setVoucherUrl(String voucherUrl) {
  251. this.voucherUrl = voucherUrl;
  252. }
  253. /**
  254. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.total_amount
  255. * @return the value of new_order_change.total_amount
  256. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  257. */
  258. public BigDecimal getTotalAmount() {
  259. return totalAmount;
  260. }
  261. /**
  262. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.total_amount
  263. * @param totalAmount the value for new_order_change.total_amount
  264. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  265. */
  266. public void setTotalAmount(BigDecimal totalAmount) {
  267. this.totalAmount = totalAmount;
  268. }
  269. /**
  270. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.settlement_amount
  271. * @return the value of new_order_change.settlement_amount
  272. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  273. */
  274. public BigDecimal getSettlementAmount() {
  275. return settlementAmount;
  276. }
  277. /**
  278. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.settlement_amount
  279. * @param settlementAmount the value for new_order_change.settlement_amount
  280. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  281. */
  282. public void setSettlementAmount(BigDecimal settlementAmount) {
  283. this.settlementAmount = settlementAmount;
  284. }
  285. /**
  286. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.change_amount
  287. * @return the value of new_order_change.change_amount
  288. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  289. */
  290. public BigDecimal getChangeAmount() {
  291. return changeAmount;
  292. }
  293. /**
  294. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.change_amount
  295. * @param changeAmount the value for new_order_change.change_amount
  296. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  297. */
  298. public void setChangeAmount(BigDecimal changeAmount) {
  299. this.changeAmount = changeAmount;
  300. }
  301. /**
  302. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.applicant
  303. * @return the value of new_order_change.applicant
  304. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  305. */
  306. public String getApplicant() {
  307. return applicant;
  308. }
  309. /**
  310. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.applicant
  311. * @param applicant the value for new_order_change.applicant
  312. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  313. */
  314. public void setApplicant(String applicant) {
  315. this.applicant = applicant;
  316. }
  317. /**
  318. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.dep_name
  319. * @return the value of new_order_change.dep_name
  320. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  321. */
  322. public String getDepName() {
  323. return depName;
  324. }
  325. /**
  326. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.dep_name
  327. * @param depName the value for new_order_change.dep_name
  328. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  329. */
  330. public void setDepName(String depName) {
  331. this.depName = depName;
  332. }
  333. /**
  334. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.project_state
  335. * @return the value of new_order_change.project_state
  336. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  337. */
  338. public String getProjectState() {
  339. return projectState;
  340. }
  341. /**
  342. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.project_state
  343. * @param projectState the value for new_order_change.project_state
  344. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  345. */
  346. public void setProjectState(String projectState) {
  347. this.projectState = projectState;
  348. }
  349. /**
  350. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.zxs_cost
  351. * @return the value of new_order_change.zxs_cost
  352. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  353. */
  354. public BigDecimal getZxsCost() {
  355. return zxsCost;
  356. }
  357. /**
  358. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.zxs_cost
  359. * @param zxsCost the value for new_order_change.zxs_cost
  360. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  361. */
  362. public void setZxsCost(BigDecimal zxsCost) {
  363. this.zxsCost = zxsCost;
  364. }
  365. /**
  366. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.zxs_remarks
  367. * @return the value of new_order_change.zxs_remarks
  368. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  369. */
  370. public String getZxsRemarks() {
  371. return zxsRemarks;
  372. }
  373. /**
  374. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.zxs_remarks
  375. * @param zxsRemarks the value for new_order_change.zxs_remarks
  376. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  377. */
  378. public void setZxsRemarks(String zxsRemarks) {
  379. this.zxsRemarks = zxsRemarks;
  380. }
  381. /**
  382. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.payment_time
  383. * @return the value of new_order_change.payment_time
  384. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  385. */
  386. public Date getPaymentTime() {
  387. return paymentTime;
  388. }
  389. /**
  390. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.payment_time
  391. * @param paymentTime the value for new_order_change.payment_time
  392. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  393. */
  394. public void setPaymentTime(Date paymentTime) {
  395. this.paymentTime = paymentTime;
  396. }
  397. /**
  398. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.payment_amount
  399. * @return the value of new_order_change.payment_amount
  400. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  401. */
  402. public BigDecimal getPaymentAmount() {
  403. return paymentAmount;
  404. }
  405. /**
  406. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.payment_amount
  407. * @param paymentAmount the value for new_order_change.payment_amount
  408. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  409. */
  410. public void setPaymentAmount(BigDecimal paymentAmount) {
  411. this.paymentAmount = paymentAmount;
  412. }
  413. /**
  414. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_time
  415. * @return the value of new_order_change.invoice_time
  416. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  417. */
  418. public Date getInvoiceTime() {
  419. return invoiceTime;
  420. }
  421. /**
  422. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_time
  423. * @param invoiceTime the value for new_order_change.invoice_time
  424. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  425. */
  426. public void setInvoiceTime(Date invoiceTime) {
  427. this.invoiceTime = invoiceTime;
  428. }
  429. /**
  430. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_amount
  431. * @return the value of new_order_change.invoice_amount
  432. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  433. */
  434. public BigDecimal getInvoiceAmount() {
  435. return invoiceAmount;
  436. }
  437. /**
  438. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_amount
  439. * @param invoiceAmount the value for new_order_change.invoice_amount
  440. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  441. */
  442. public void setInvoiceAmount(BigDecimal invoiceAmount) {
  443. this.invoiceAmount = invoiceAmount;
  444. }
  445. /**
  446. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_type
  447. * @return the value of new_order_change.invoice_type
  448. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  449. */
  450. public String getInvoiceType() {
  451. return invoiceType;
  452. }
  453. /**
  454. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_type
  455. * @param invoiceType the value for new_order_change.invoice_type
  456. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  457. */
  458. public void setInvoiceType(String invoiceType) {
  459. this.invoiceType = invoiceType;
  460. }
  461. /**
  462. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.cw_cost
  463. * @return the value of new_order_change.cw_cost
  464. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  465. */
  466. public BigDecimal getCwCost() {
  467. return cwCost;
  468. }
  469. /**
  470. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.cw_cost
  471. * @param cwCost the value for new_order_change.cw_cost
  472. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  473. */
  474. public void setCwCost(BigDecimal cwCost) {
  475. this.cwCost = cwCost;
  476. }
  477. /**
  478. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.refundable_amount
  479. * @return the value of new_order_change.refundable_amount
  480. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  481. */
  482. public BigDecimal getRefundableAmount() {
  483. return refundableAmount;
  484. }
  485. /**
  486. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.refundable_amount
  487. * @param refundableAmount the value for new_order_change.refundable_amount
  488. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  489. */
  490. public void setRefundableAmount(BigDecimal refundableAmount) {
  491. this.refundableAmount = refundableAmount;
  492. }
  493. /**
  494. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.cw_remarks
  495. * @return the value of new_order_change.cw_remarks
  496. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  497. */
  498. public String getCwRemarks() {
  499. return cwRemarks;
  500. }
  501. /**
  502. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.cw_remarks
  503. * @param cwRemarks the value for new_order_change.cw_remarks
  504. * @mbg.generated Thu Aug 22 09:48:19 CST 2019
  505. */
  506. public void setCwRemarks(String cwRemarks) {
  507. this.cwRemarks = cwRemarks;
  508. }
  509. }