NewOrderChange.java 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  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 Mon Jan 13 14:39:13 CST 2020
  123. */
  124. private String cwRemarks;
  125. /**
  126. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.estimate_cost
  127. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  128. */
  129. private BigDecimal estimateCost;
  130. /**
  131. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.estimate_refundable
  132. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  133. */
  134. private BigDecimal estimateRefundable;
  135. /**
  136. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.refund_Invoice
  137. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  138. */
  139. private BigDecimal refundInvoice;
  140. /**
  141. * This field was generated by MyBatis Generator. This field corresponds to the database column new_order_change.used_order
  142. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  143. */
  144. private String usedOrder;
  145. /**
  146. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.id
  147. * @return the value of new_order_change.id
  148. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  149. */
  150. public Integer getId() {
  151. return id;
  152. }
  153. /**
  154. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.id
  155. * @param id the value for new_order_change.id
  156. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  157. */
  158. public void setId(Integer id) {
  159. this.id = id;
  160. }
  161. /**
  162. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.order_no
  163. * @return the value of new_order_change.order_no
  164. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  165. */
  166. public String getOrderNo() {
  167. return orderNo;
  168. }
  169. /**
  170. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.order_no
  171. * @param orderNo the value for new_order_change.order_no
  172. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  173. */
  174. public void setOrderNo(String orderNo) {
  175. this.orderNo = orderNo;
  176. }
  177. /**
  178. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.process_state
  179. * @return the value of new_order_change.process_state
  180. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  181. */
  182. public Integer getProcessState() {
  183. return processState;
  184. }
  185. /**
  186. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.process_state
  187. * @param processState the value for new_order_change.process_state
  188. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  189. */
  190. public void setProcessState(Integer processState) {
  191. this.processState = processState;
  192. }
  193. /**
  194. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.status
  195. * @return the value of new_order_change.status
  196. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  197. */
  198. public Integer getStatus() {
  199. return status;
  200. }
  201. /**
  202. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.status
  203. * @param status the value for new_order_change.status
  204. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  205. */
  206. public void setStatus(Integer status) {
  207. this.status = status;
  208. }
  209. /**
  210. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.type
  211. * @return the value of new_order_change.type
  212. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  213. */
  214. public Integer getType() {
  215. return type;
  216. }
  217. /**
  218. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.type
  219. * @param type the value for new_order_change.type
  220. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  221. */
  222. public void setType(Integer type) {
  223. this.type = type;
  224. }
  225. /**
  226. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.create_time
  227. * @return the value of new_order_change.create_time
  228. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  229. */
  230. public Date getCreateTime() {
  231. return createTime;
  232. }
  233. /**
  234. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.create_time
  235. * @param createTime the value for new_order_change.create_time
  236. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  237. */
  238. public void setCreateTime(Date createTime) {
  239. this.createTime = createTime;
  240. }
  241. /**
  242. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.remarks
  243. * @return the value of new_order_change.remarks
  244. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  245. */
  246. public String getRemarks() {
  247. return remarks;
  248. }
  249. /**
  250. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.remarks
  251. * @param remarks the value for new_order_change.remarks
  252. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  253. */
  254. public void setRemarks(String remarks) {
  255. this.remarks = remarks;
  256. }
  257. /**
  258. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.voucher_url
  259. * @return the value of new_order_change.voucher_url
  260. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  261. */
  262. public String getVoucherUrl() {
  263. return voucherUrl;
  264. }
  265. /**
  266. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.voucher_url
  267. * @param voucherUrl the value for new_order_change.voucher_url
  268. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  269. */
  270. public void setVoucherUrl(String voucherUrl) {
  271. this.voucherUrl = voucherUrl;
  272. }
  273. /**
  274. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.total_amount
  275. * @return the value of new_order_change.total_amount
  276. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  277. */
  278. public BigDecimal getTotalAmount() {
  279. return totalAmount;
  280. }
  281. /**
  282. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.total_amount
  283. * @param totalAmount the value for new_order_change.total_amount
  284. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  285. */
  286. public void setTotalAmount(BigDecimal totalAmount) {
  287. this.totalAmount = totalAmount;
  288. }
  289. /**
  290. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.settlement_amount
  291. * @return the value of new_order_change.settlement_amount
  292. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  293. */
  294. public BigDecimal getSettlementAmount() {
  295. return settlementAmount;
  296. }
  297. /**
  298. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.settlement_amount
  299. * @param settlementAmount the value for new_order_change.settlement_amount
  300. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  301. */
  302. public void setSettlementAmount(BigDecimal settlementAmount) {
  303. this.settlementAmount = settlementAmount;
  304. }
  305. /**
  306. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.change_amount
  307. * @return the value of new_order_change.change_amount
  308. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  309. */
  310. public BigDecimal getChangeAmount() {
  311. return changeAmount;
  312. }
  313. /**
  314. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.change_amount
  315. * @param changeAmount the value for new_order_change.change_amount
  316. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  317. */
  318. public void setChangeAmount(BigDecimal changeAmount) {
  319. this.changeAmount = changeAmount;
  320. }
  321. /**
  322. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.applicant
  323. * @return the value of new_order_change.applicant
  324. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  325. */
  326. public String getApplicant() {
  327. return applicant;
  328. }
  329. /**
  330. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.applicant
  331. * @param applicant the value for new_order_change.applicant
  332. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  333. */
  334. public void setApplicant(String applicant) {
  335. this.applicant = applicant;
  336. }
  337. /**
  338. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.dep_name
  339. * @return the value of new_order_change.dep_name
  340. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  341. */
  342. public String getDepName() {
  343. return depName;
  344. }
  345. /**
  346. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.dep_name
  347. * @param depName the value for new_order_change.dep_name
  348. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  349. */
  350. public void setDepName(String depName) {
  351. this.depName = depName;
  352. }
  353. /**
  354. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.project_state
  355. * @return the value of new_order_change.project_state
  356. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  357. */
  358. public String getProjectState() {
  359. return projectState;
  360. }
  361. /**
  362. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.project_state
  363. * @param projectState the value for new_order_change.project_state
  364. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  365. */
  366. public void setProjectState(String projectState) {
  367. this.projectState = projectState;
  368. }
  369. /**
  370. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.zxs_cost
  371. * @return the value of new_order_change.zxs_cost
  372. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  373. */
  374. public BigDecimal getZxsCost() {
  375. return zxsCost;
  376. }
  377. /**
  378. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.zxs_cost
  379. * @param zxsCost the value for new_order_change.zxs_cost
  380. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  381. */
  382. public void setZxsCost(BigDecimal zxsCost) {
  383. this.zxsCost = zxsCost;
  384. }
  385. /**
  386. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.zxs_remarks
  387. * @return the value of new_order_change.zxs_remarks
  388. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  389. */
  390. public String getZxsRemarks() {
  391. return zxsRemarks;
  392. }
  393. /**
  394. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.zxs_remarks
  395. * @param zxsRemarks the value for new_order_change.zxs_remarks
  396. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  397. */
  398. public void setZxsRemarks(String zxsRemarks) {
  399. this.zxsRemarks = zxsRemarks;
  400. }
  401. /**
  402. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.payment_time
  403. * @return the value of new_order_change.payment_time
  404. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  405. */
  406. public Date getPaymentTime() {
  407. return paymentTime;
  408. }
  409. /**
  410. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.payment_time
  411. * @param paymentTime the value for new_order_change.payment_time
  412. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  413. */
  414. public void setPaymentTime(Date paymentTime) {
  415. this.paymentTime = paymentTime;
  416. }
  417. /**
  418. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.payment_amount
  419. * @return the value of new_order_change.payment_amount
  420. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  421. */
  422. public BigDecimal getPaymentAmount() {
  423. return paymentAmount;
  424. }
  425. /**
  426. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.payment_amount
  427. * @param paymentAmount the value for new_order_change.payment_amount
  428. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  429. */
  430. public void setPaymentAmount(BigDecimal paymentAmount) {
  431. this.paymentAmount = paymentAmount;
  432. }
  433. /**
  434. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_time
  435. * @return the value of new_order_change.invoice_time
  436. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  437. */
  438. public Date getInvoiceTime() {
  439. return invoiceTime;
  440. }
  441. /**
  442. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_time
  443. * @param invoiceTime the value for new_order_change.invoice_time
  444. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  445. */
  446. public void setInvoiceTime(Date invoiceTime) {
  447. this.invoiceTime = invoiceTime;
  448. }
  449. /**
  450. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_amount
  451. * @return the value of new_order_change.invoice_amount
  452. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  453. */
  454. public BigDecimal getInvoiceAmount() {
  455. return invoiceAmount;
  456. }
  457. /**
  458. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_amount
  459. * @param invoiceAmount the value for new_order_change.invoice_amount
  460. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  461. */
  462. public void setInvoiceAmount(BigDecimal invoiceAmount) {
  463. this.invoiceAmount = invoiceAmount;
  464. }
  465. /**
  466. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.invoice_type
  467. * @return the value of new_order_change.invoice_type
  468. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  469. */
  470. public String getInvoiceType() {
  471. return invoiceType;
  472. }
  473. /**
  474. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.invoice_type
  475. * @param invoiceType the value for new_order_change.invoice_type
  476. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  477. */
  478. public void setInvoiceType(String invoiceType) {
  479. this.invoiceType = invoiceType;
  480. }
  481. /**
  482. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.cw_cost
  483. * @return the value of new_order_change.cw_cost
  484. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  485. */
  486. public BigDecimal getCwCost() {
  487. return cwCost;
  488. }
  489. /**
  490. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.cw_cost
  491. * @param cwCost the value for new_order_change.cw_cost
  492. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  493. */
  494. public void setCwCost(BigDecimal cwCost) {
  495. this.cwCost = cwCost;
  496. }
  497. /**
  498. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.refundable_amount
  499. * @return the value of new_order_change.refundable_amount
  500. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  501. */
  502. public BigDecimal getRefundableAmount() {
  503. return refundableAmount;
  504. }
  505. /**
  506. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.refundable_amount
  507. * @param refundableAmount the value for new_order_change.refundable_amount
  508. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  509. */
  510. public void setRefundableAmount(BigDecimal refundableAmount) {
  511. this.refundableAmount = refundableAmount;
  512. }
  513. /**
  514. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.cw_remarks
  515. * @return the value of new_order_change.cw_remarks
  516. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  517. */
  518. public String getCwRemarks() {
  519. return cwRemarks;
  520. }
  521. /**
  522. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.cw_remarks
  523. * @param cwRemarks the value for new_order_change.cw_remarks
  524. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  525. */
  526. public void setCwRemarks(String cwRemarks) {
  527. this.cwRemarks = cwRemarks;
  528. }
  529. /**
  530. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.estimate_cost
  531. * @return the value of new_order_change.estimate_cost
  532. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  533. */
  534. public BigDecimal getEstimateCost() {
  535. return estimateCost;
  536. }
  537. /**
  538. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.estimate_cost
  539. * @param estimateCost the value for new_order_change.estimate_cost
  540. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  541. */
  542. public void setEstimateCost(BigDecimal estimateCost) {
  543. this.estimateCost = estimateCost;
  544. }
  545. /**
  546. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.estimate_refundable
  547. * @return the value of new_order_change.estimate_refundable
  548. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  549. */
  550. public BigDecimal getEstimateRefundable() {
  551. return estimateRefundable;
  552. }
  553. /**
  554. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.estimate_refundable
  555. * @param estimateRefundable the value for new_order_change.estimate_refundable
  556. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  557. */
  558. public void setEstimateRefundable(BigDecimal estimateRefundable) {
  559. this.estimateRefundable = estimateRefundable;
  560. }
  561. /**
  562. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.refund_Invoice
  563. * @return the value of new_order_change.refund_Invoice
  564. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  565. */
  566. public BigDecimal getRefundInvoice() {
  567. return refundInvoice;
  568. }
  569. /**
  570. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.refund_Invoice
  571. * @param refundInvoice the value for new_order_change.refund_Invoice
  572. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  573. */
  574. public void setRefundInvoice(BigDecimal refundInvoice) {
  575. this.refundInvoice = refundInvoice;
  576. }
  577. /**
  578. * This method was generated by MyBatis Generator. This method returns the value of the database column new_order_change.used_order
  579. * @return the value of new_order_change.used_order
  580. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  581. */
  582. public String getUsedOrder() {
  583. return usedOrder;
  584. }
  585. /**
  586. * This method was generated by MyBatis Generator. This method sets the value of the database column new_order_change.used_order
  587. * @param usedOrder the value for new_order_change.used_order
  588. * @mbg.generated Mon Jan 13 14:39:13 CST 2020
  589. */
  590. public void setUsedOrder(String usedOrder) {
  591. this.usedOrder = usedOrder;
  592. }
  593. }