TOrderNew.java 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. package com.goafanti.common.model;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. public class TOrderNew {
  5. /**
  6. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.order_no
  7. * @mbg.generated Mon May 06 11:18:39 CST 2019
  8. */
  9. private String orderNo;
  10. /**
  11. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.order_type
  12. * @mbg.generated Mon May 06 11:18:39 CST 2019
  13. */
  14. private Integer orderType;
  15. /**
  16. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.creater
  17. * @mbg.generated Mon May 06 11:18:39 CST 2019
  18. */
  19. private String creater;
  20. /**
  21. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.create_time
  22. * @mbg.generated Mon May 06 11:18:39 CST 2019
  23. */
  24. private Date createTime;
  25. /**
  26. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.update_time
  27. * @mbg.generated Mon May 06 11:18:39 CST 2019
  28. */
  29. private Date updateTime;
  30. /**
  31. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.buyer_id
  32. * @mbg.generated Mon May 06 11:18:39 CST 2019
  33. */
  34. private String buyerId;
  35. /**
  36. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.first_amount
  37. * @mbg.generated Mon May 06 11:18:39 CST 2019
  38. */
  39. private BigDecimal firstAmount;
  40. /**
  41. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.total_amount
  42. * @mbg.generated Mon May 06 11:18:39 CST 2019
  43. */
  44. private BigDecimal totalAmount;
  45. /**
  46. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.settlement_amount
  47. * @mbg.generated Mon May 06 11:18:39 CST 2019
  48. */
  49. private BigDecimal settlementAmount;
  50. /**
  51. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.refund_amount
  52. * @mbg.generated Mon May 06 11:18:39 CST 2019
  53. */
  54. private BigDecimal refundAmount;
  55. /**
  56. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.order_status
  57. * @mbg.generated Mon May 06 11:18:39 CST 2019
  58. */
  59. private Integer orderStatus;
  60. /**
  61. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.liquidation_status
  62. * @mbg.generated Mon May 06 11:18:39 CST 2019
  63. */
  64. private Integer liquidationStatus;
  65. /**
  66. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.process_status
  67. * @mbg.generated Mon May 06 11:18:39 CST 2019
  68. */
  69. private Integer processStatus;
  70. /**
  71. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.project_status
  72. * @mbg.generated Mon May 06 11:18:39 CST 2019
  73. */
  74. private Integer projectStatus;
  75. /**
  76. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.approval
  77. * @mbg.generated Mon May 06 11:18:39 CST 2019
  78. */
  79. private Integer approval;
  80. /**
  81. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.order_remarks
  82. * @mbg.generated Mon May 06 11:18:39 CST 2019
  83. */
  84. private String orderRemarks;
  85. /**
  86. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.delete_sign
  87. * @mbg.generated Mon May 06 11:18:39 CST 2019
  88. */
  89. private Integer deleteSign;
  90. /**
  91. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.salesman_id
  92. * @mbg.generated Mon May 06 11:18:39 CST 2019
  93. */
  94. private String salesmanId;
  95. /**
  96. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.finance_id
  97. * @mbg.generated Mon May 06 11:18:39 CST 2019
  98. */
  99. private String financeId;
  100. /**
  101. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.technician_id
  102. * @mbg.generated Mon May 06 11:18:39 CST 2019
  103. */
  104. private String technicianId;
  105. /**
  106. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.sign_time
  107. * @mbg.generated Mon May 06 11:18:39 CST 2019
  108. */
  109. private Date signTime;
  110. /**
  111. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.settlement_time
  112. * @mbg.generated Mon May 06 11:18:39 CST 2019
  113. */
  114. private Date settlementTime;
  115. /**
  116. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.contract_no
  117. * @mbg.generated Mon May 06 11:18:39 CST 2019
  118. */
  119. private String contractNo;
  120. /**
  121. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.contract_type
  122. * @mbg.generated Mon May 06 11:18:39 CST 2019
  123. */
  124. private String contractType;
  125. /**
  126. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.contacts
  127. * @mbg.generated Mon May 06 11:18:39 CST 2019
  128. */
  129. private String contacts;
  130. /**
  131. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.contact_mobile
  132. * @mbg.generated Mon May 06 11:18:39 CST 2019
  133. */
  134. private String contactMobile;
  135. /**
  136. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.legal_person
  137. * @mbg.generated Mon May 06 11:18:39 CST 2019
  138. */
  139. private String legalPerson;
  140. /**
  141. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.legal_person_tel
  142. * @mbg.generated Mon May 06 11:18:39 CST 2019
  143. */
  144. private String legalPersonTel;
  145. /**
  146. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.proof_count
  147. * @mbg.generated Mon May 06 11:18:39 CST 2019
  148. */
  149. private Float proofCount;
  150. /**
  151. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.proof_aid
  152. * @mbg.generated Mon May 06 11:18:39 CST 2019
  153. */
  154. private String proofAid;
  155. /**
  156. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.proof_time
  157. * @mbg.generated Mon May 06 11:18:39 CST 2019
  158. */
  159. private Date proofTime;
  160. /**
  161. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.proof_status
  162. * @mbg.generated Mon May 06 11:18:39 CST 2019
  163. */
  164. private Integer proofStatus;
  165. /**
  166. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.order_dep
  167. * @mbg.generated Mon May 06 11:18:39 CST 2019
  168. */
  169. private String orderDep;
  170. /**
  171. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_new.contract_picture_url
  172. * @mbg.generated Mon May 06 11:18:39 CST 2019
  173. */
  174. private String contractPictureUrl;
  175. /**
  176. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.order_no
  177. * @return the value of t_order_new.order_no
  178. * @mbg.generated Mon May 06 11:18:39 CST 2019
  179. */
  180. public String getOrderNo() {
  181. return orderNo;
  182. }
  183. /**
  184. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.order_no
  185. * @param orderNo the value for t_order_new.order_no
  186. * @mbg.generated Mon May 06 11:18:39 CST 2019
  187. */
  188. public void setOrderNo(String orderNo) {
  189. this.orderNo = orderNo;
  190. }
  191. /**
  192. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.order_type
  193. * @return the value of t_order_new.order_type
  194. * @mbg.generated Mon May 06 11:18:39 CST 2019
  195. */
  196. public Integer getOrderType() {
  197. return orderType;
  198. }
  199. /**
  200. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.order_type
  201. * @param orderType the value for t_order_new.order_type
  202. * @mbg.generated Mon May 06 11:18:39 CST 2019
  203. */
  204. public void setOrderType(Integer orderType) {
  205. this.orderType = orderType;
  206. }
  207. /**
  208. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.creater
  209. * @return the value of t_order_new.creater
  210. * @mbg.generated Mon May 06 11:18:39 CST 2019
  211. */
  212. public String getCreater() {
  213. return creater;
  214. }
  215. /**
  216. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.creater
  217. * @param creater the value for t_order_new.creater
  218. * @mbg.generated Mon May 06 11:18:39 CST 2019
  219. */
  220. public void setCreater(String creater) {
  221. this.creater = creater;
  222. }
  223. /**
  224. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.create_time
  225. * @return the value of t_order_new.create_time
  226. * @mbg.generated Mon May 06 11:18:39 CST 2019
  227. */
  228. public Date getCreateTime() {
  229. return createTime;
  230. }
  231. /**
  232. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.create_time
  233. * @param createTime the value for t_order_new.create_time
  234. * @mbg.generated Mon May 06 11:18:39 CST 2019
  235. */
  236. public void setCreateTime(Date createTime) {
  237. this.createTime = createTime;
  238. }
  239. /**
  240. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.update_time
  241. * @return the value of t_order_new.update_time
  242. * @mbg.generated Mon May 06 11:18:39 CST 2019
  243. */
  244. public Date getUpdateTime() {
  245. return updateTime;
  246. }
  247. /**
  248. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.update_time
  249. * @param updateTime the value for t_order_new.update_time
  250. * @mbg.generated Mon May 06 11:18:39 CST 2019
  251. */
  252. public void setUpdateTime(Date updateTime) {
  253. this.updateTime = updateTime;
  254. }
  255. /**
  256. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.buyer_id
  257. * @return the value of t_order_new.buyer_id
  258. * @mbg.generated Mon May 06 11:18:39 CST 2019
  259. */
  260. public String getBuyerId() {
  261. return buyerId;
  262. }
  263. /**
  264. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.buyer_id
  265. * @param buyerId the value for t_order_new.buyer_id
  266. * @mbg.generated Mon May 06 11:18:39 CST 2019
  267. */
  268. public void setBuyerId(String buyerId) {
  269. this.buyerId = buyerId;
  270. }
  271. /**
  272. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.first_amount
  273. * @return the value of t_order_new.first_amount
  274. * @mbg.generated Mon May 06 11:18:39 CST 2019
  275. */
  276. public BigDecimal getFirstAmount() {
  277. return firstAmount;
  278. }
  279. /**
  280. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.first_amount
  281. * @param firstAmount the value for t_order_new.first_amount
  282. * @mbg.generated Mon May 06 11:18:39 CST 2019
  283. */
  284. public void setFirstAmount(BigDecimal firstAmount) {
  285. this.firstAmount = firstAmount;
  286. }
  287. /**
  288. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.total_amount
  289. * @return the value of t_order_new.total_amount
  290. * @mbg.generated Mon May 06 11:18:39 CST 2019
  291. */
  292. public BigDecimal getTotalAmount() {
  293. return totalAmount;
  294. }
  295. /**
  296. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.total_amount
  297. * @param totalAmount the value for t_order_new.total_amount
  298. * @mbg.generated Mon May 06 11:18:39 CST 2019
  299. */
  300. public void setTotalAmount(BigDecimal totalAmount) {
  301. this.totalAmount = totalAmount;
  302. }
  303. /**
  304. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.settlement_amount
  305. * @return the value of t_order_new.settlement_amount
  306. * @mbg.generated Mon May 06 11:18:39 CST 2019
  307. */
  308. public BigDecimal getSettlementAmount() {
  309. return settlementAmount;
  310. }
  311. /**
  312. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.settlement_amount
  313. * @param settlementAmount the value for t_order_new.settlement_amount
  314. * @mbg.generated Mon May 06 11:18:39 CST 2019
  315. */
  316. public void setSettlementAmount(BigDecimal settlementAmount) {
  317. this.settlementAmount = settlementAmount;
  318. }
  319. /**
  320. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.refund_amount
  321. * @return the value of t_order_new.refund_amount
  322. * @mbg.generated Mon May 06 11:18:39 CST 2019
  323. */
  324. public BigDecimal getRefundAmount() {
  325. return refundAmount;
  326. }
  327. /**
  328. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.refund_amount
  329. * @param refundAmount the value for t_order_new.refund_amount
  330. * @mbg.generated Mon May 06 11:18:39 CST 2019
  331. */
  332. public void setRefundAmount(BigDecimal refundAmount) {
  333. this.refundAmount = refundAmount;
  334. }
  335. /**
  336. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.order_status
  337. * @return the value of t_order_new.order_status
  338. * @mbg.generated Mon May 06 11:18:39 CST 2019
  339. */
  340. public Integer getOrderStatus() {
  341. return orderStatus;
  342. }
  343. /**
  344. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.order_status
  345. * @param orderStatus the value for t_order_new.order_status
  346. * @mbg.generated Mon May 06 11:18:39 CST 2019
  347. */
  348. public void setOrderStatus(Integer orderStatus) {
  349. this.orderStatus = orderStatus;
  350. }
  351. /**
  352. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.liquidation_status
  353. * @return the value of t_order_new.liquidation_status
  354. * @mbg.generated Mon May 06 11:18:39 CST 2019
  355. */
  356. public Integer getLiquidationStatus() {
  357. return liquidationStatus;
  358. }
  359. /**
  360. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.liquidation_status
  361. * @param liquidationStatus the value for t_order_new.liquidation_status
  362. * @mbg.generated Mon May 06 11:18:39 CST 2019
  363. */
  364. public void setLiquidationStatus(Integer liquidationStatus) {
  365. this.liquidationStatus = liquidationStatus;
  366. }
  367. /**
  368. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.process_status
  369. * @return the value of t_order_new.process_status
  370. * @mbg.generated Mon May 06 11:18:39 CST 2019
  371. */
  372. public Integer getProcessStatus() {
  373. return processStatus;
  374. }
  375. /**
  376. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.process_status
  377. * @param processStatus the value for t_order_new.process_status
  378. * @mbg.generated Mon May 06 11:18:39 CST 2019
  379. */
  380. public void setProcessStatus(Integer processStatus) {
  381. this.processStatus = processStatus;
  382. }
  383. /**
  384. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.project_status
  385. * @return the value of t_order_new.project_status
  386. * @mbg.generated Mon May 06 11:18:39 CST 2019
  387. */
  388. public Integer getProjectStatus() {
  389. return projectStatus;
  390. }
  391. /**
  392. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.project_status
  393. * @param projectStatus the value for t_order_new.project_status
  394. * @mbg.generated Mon May 06 11:18:39 CST 2019
  395. */
  396. public void setProjectStatus(Integer projectStatus) {
  397. this.projectStatus = projectStatus;
  398. }
  399. /**
  400. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.approval
  401. * @return the value of t_order_new.approval
  402. * @mbg.generated Mon May 06 11:18:39 CST 2019
  403. */
  404. public Integer getApproval() {
  405. return approval;
  406. }
  407. /**
  408. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.approval
  409. * @param approval the value for t_order_new.approval
  410. * @mbg.generated Mon May 06 11:18:39 CST 2019
  411. */
  412. public void setApproval(Integer approval) {
  413. this.approval = approval;
  414. }
  415. /**
  416. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.order_remarks
  417. * @return the value of t_order_new.order_remarks
  418. * @mbg.generated Mon May 06 11:18:39 CST 2019
  419. */
  420. public String getOrderRemarks() {
  421. return orderRemarks;
  422. }
  423. /**
  424. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.order_remarks
  425. * @param orderRemarks the value for t_order_new.order_remarks
  426. * @mbg.generated Mon May 06 11:18:39 CST 2019
  427. */
  428. public void setOrderRemarks(String orderRemarks) {
  429. this.orderRemarks = orderRemarks;
  430. }
  431. /**
  432. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.delete_sign
  433. * @return the value of t_order_new.delete_sign
  434. * @mbg.generated Mon May 06 11:18:39 CST 2019
  435. */
  436. public Integer getDeleteSign() {
  437. return deleteSign;
  438. }
  439. /**
  440. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.delete_sign
  441. * @param deleteSign the value for t_order_new.delete_sign
  442. * @mbg.generated Mon May 06 11:18:39 CST 2019
  443. */
  444. public void setDeleteSign(Integer deleteSign) {
  445. this.deleteSign = deleteSign;
  446. }
  447. /**
  448. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.salesman_id
  449. * @return the value of t_order_new.salesman_id
  450. * @mbg.generated Mon May 06 11:18:39 CST 2019
  451. */
  452. public String getSalesmanId() {
  453. return salesmanId;
  454. }
  455. /**
  456. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.salesman_id
  457. * @param salesmanId the value for t_order_new.salesman_id
  458. * @mbg.generated Mon May 06 11:18:39 CST 2019
  459. */
  460. public void setSalesmanId(String salesmanId) {
  461. this.salesmanId = salesmanId;
  462. }
  463. /**
  464. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.finance_id
  465. * @return the value of t_order_new.finance_id
  466. * @mbg.generated Mon May 06 11:18:39 CST 2019
  467. */
  468. public String getFinanceId() {
  469. return financeId;
  470. }
  471. /**
  472. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.finance_id
  473. * @param financeId the value for t_order_new.finance_id
  474. * @mbg.generated Mon May 06 11:18:39 CST 2019
  475. */
  476. public void setFinanceId(String financeId) {
  477. this.financeId = financeId;
  478. }
  479. /**
  480. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.technician_id
  481. * @return the value of t_order_new.technician_id
  482. * @mbg.generated Mon May 06 11:18:39 CST 2019
  483. */
  484. public String getTechnicianId() {
  485. return technicianId;
  486. }
  487. /**
  488. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.technician_id
  489. * @param technicianId the value for t_order_new.technician_id
  490. * @mbg.generated Mon May 06 11:18:39 CST 2019
  491. */
  492. public void setTechnicianId(String technicianId) {
  493. this.technicianId = technicianId;
  494. }
  495. /**
  496. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.sign_time
  497. * @return the value of t_order_new.sign_time
  498. * @mbg.generated Mon May 06 11:18:39 CST 2019
  499. */
  500. public Date getSignTime() {
  501. return signTime;
  502. }
  503. /**
  504. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.sign_time
  505. * @param signTime the value for t_order_new.sign_time
  506. * @mbg.generated Mon May 06 11:18:39 CST 2019
  507. */
  508. public void setSignTime(Date signTime) {
  509. this.signTime = signTime;
  510. }
  511. /**
  512. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.settlement_time
  513. * @return the value of t_order_new.settlement_time
  514. * @mbg.generated Mon May 06 11:18:39 CST 2019
  515. */
  516. public Date getSettlementTime() {
  517. return settlementTime;
  518. }
  519. /**
  520. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.settlement_time
  521. * @param settlementTime the value for t_order_new.settlement_time
  522. * @mbg.generated Mon May 06 11:18:39 CST 2019
  523. */
  524. public void setSettlementTime(Date settlementTime) {
  525. this.settlementTime = settlementTime;
  526. }
  527. /**
  528. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.contract_no
  529. * @return the value of t_order_new.contract_no
  530. * @mbg.generated Mon May 06 11:18:39 CST 2019
  531. */
  532. public String getContractNo() {
  533. return contractNo;
  534. }
  535. /**
  536. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.contract_no
  537. * @param contractNo the value for t_order_new.contract_no
  538. * @mbg.generated Mon May 06 11:18:39 CST 2019
  539. */
  540. public void setContractNo(String contractNo) {
  541. this.contractNo = contractNo;
  542. }
  543. /**
  544. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.contract_type
  545. * @return the value of t_order_new.contract_type
  546. * @mbg.generated Mon May 06 11:18:39 CST 2019
  547. */
  548. public String getContractType() {
  549. return contractType;
  550. }
  551. /**
  552. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.contract_type
  553. * @param contractType the value for t_order_new.contract_type
  554. * @mbg.generated Mon May 06 11:18:39 CST 2019
  555. */
  556. public void setContractType(String contractType) {
  557. this.contractType = contractType;
  558. }
  559. /**
  560. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.contacts
  561. * @return the value of t_order_new.contacts
  562. * @mbg.generated Mon May 06 11:18:39 CST 2019
  563. */
  564. public String getContacts() {
  565. return contacts;
  566. }
  567. /**
  568. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.contacts
  569. * @param contacts the value for t_order_new.contacts
  570. * @mbg.generated Mon May 06 11:18:39 CST 2019
  571. */
  572. public void setContacts(String contacts) {
  573. this.contacts = contacts;
  574. }
  575. /**
  576. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.contact_mobile
  577. * @return the value of t_order_new.contact_mobile
  578. * @mbg.generated Mon May 06 11:18:39 CST 2019
  579. */
  580. public String getContactMobile() {
  581. return contactMobile;
  582. }
  583. /**
  584. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.contact_mobile
  585. * @param contactMobile the value for t_order_new.contact_mobile
  586. * @mbg.generated Mon May 06 11:18:39 CST 2019
  587. */
  588. public void setContactMobile(String contactMobile) {
  589. this.contactMobile = contactMobile;
  590. }
  591. /**
  592. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.legal_person
  593. * @return the value of t_order_new.legal_person
  594. * @mbg.generated Mon May 06 11:18:39 CST 2019
  595. */
  596. public String getLegalPerson() {
  597. return legalPerson;
  598. }
  599. /**
  600. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.legal_person
  601. * @param legalPerson the value for t_order_new.legal_person
  602. * @mbg.generated Mon May 06 11:18:39 CST 2019
  603. */
  604. public void setLegalPerson(String legalPerson) {
  605. this.legalPerson = legalPerson;
  606. }
  607. /**
  608. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.legal_person_tel
  609. * @return the value of t_order_new.legal_person_tel
  610. * @mbg.generated Mon May 06 11:18:39 CST 2019
  611. */
  612. public String getLegalPersonTel() {
  613. return legalPersonTel;
  614. }
  615. /**
  616. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.legal_person_tel
  617. * @param legalPersonTel the value for t_order_new.legal_person_tel
  618. * @mbg.generated Mon May 06 11:18:39 CST 2019
  619. */
  620. public void setLegalPersonTel(String legalPersonTel) {
  621. this.legalPersonTel = legalPersonTel;
  622. }
  623. /**
  624. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.proof_count
  625. * @return the value of t_order_new.proof_count
  626. * @mbg.generated Mon May 06 11:18:39 CST 2019
  627. */
  628. public Float getProofCount() {
  629. return proofCount;
  630. }
  631. /**
  632. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.proof_count
  633. * @param proofCount the value for t_order_new.proof_count
  634. * @mbg.generated Mon May 06 11:18:39 CST 2019
  635. */
  636. public void setProofCount(Float proofCount) {
  637. this.proofCount = proofCount;
  638. }
  639. /**
  640. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.proof_aid
  641. * @return the value of t_order_new.proof_aid
  642. * @mbg.generated Mon May 06 11:18:39 CST 2019
  643. */
  644. public String getProofAid() {
  645. return proofAid;
  646. }
  647. /**
  648. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.proof_aid
  649. * @param proofAid the value for t_order_new.proof_aid
  650. * @mbg.generated Mon May 06 11:18:39 CST 2019
  651. */
  652. public void setProofAid(String proofAid) {
  653. this.proofAid = proofAid;
  654. }
  655. /**
  656. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.proof_time
  657. * @return the value of t_order_new.proof_time
  658. * @mbg.generated Mon May 06 11:18:39 CST 2019
  659. */
  660. public Date getProofTime() {
  661. return proofTime;
  662. }
  663. /**
  664. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.proof_time
  665. * @param proofTime the value for t_order_new.proof_time
  666. * @mbg.generated Mon May 06 11:18:39 CST 2019
  667. */
  668. public void setProofTime(Date proofTime) {
  669. this.proofTime = proofTime;
  670. }
  671. /**
  672. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.proof_status
  673. * @return the value of t_order_new.proof_status
  674. * @mbg.generated Mon May 06 11:18:39 CST 2019
  675. */
  676. public Integer getProofStatus() {
  677. return proofStatus;
  678. }
  679. /**
  680. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.proof_status
  681. * @param proofStatus the value for t_order_new.proof_status
  682. * @mbg.generated Mon May 06 11:18:39 CST 2019
  683. */
  684. public void setProofStatus(Integer proofStatus) {
  685. this.proofStatus = proofStatus;
  686. }
  687. /**
  688. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.order_dep
  689. * @return the value of t_order_new.order_dep
  690. * @mbg.generated Mon May 06 11:18:39 CST 2019
  691. */
  692. public String getOrderDep() {
  693. return orderDep;
  694. }
  695. /**
  696. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.order_dep
  697. * @param orderDep the value for t_order_new.order_dep
  698. * @mbg.generated Mon May 06 11:18:39 CST 2019
  699. */
  700. public void setOrderDep(String orderDep) {
  701. this.orderDep = orderDep;
  702. }
  703. /**
  704. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_new.contract_picture_url
  705. * @return the value of t_order_new.contract_picture_url
  706. * @mbg.generated Mon May 06 11:18:39 CST 2019
  707. */
  708. public String getContractPictureUrl() {
  709. return contractPictureUrl;
  710. }
  711. /**
  712. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_new.contract_picture_url
  713. * @param contractPictureUrl the value for t_order_new.contract_picture_url
  714. * @mbg.generated Mon May 06 11:18:39 CST 2019
  715. */
  716. public void setContractPictureUrl(String contractPictureUrl) {
  717. this.contractPictureUrl = contractPictureUrl;
  718. }
  719. }