TOrderOutsource.java 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. package com.goafanti.common.model;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. public class TOrderOutsource {
  5. /**
  6. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.id
  7. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  8. */
  9. private Integer id;
  10. /**
  11. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.order_no
  12. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  13. */
  14. private String orderNo;
  15. /**
  16. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.refund_status
  17. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  18. */
  19. private Integer refundStatus;
  20. /**
  21. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.create_time
  22. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  23. */
  24. private Date createTime;
  25. /**
  26. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.remarks
  27. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  28. */
  29. private String remarks;
  30. /**
  31. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.attachment_url
  32. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  33. */
  34. private String attachmentUrl;
  35. /**
  36. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.picture_url
  37. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  38. */
  39. private String pictureUrl;
  40. /**
  41. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.amount
  42. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  43. */
  44. private BigDecimal amount;
  45. /**
  46. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.company_name
  47. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  48. */
  49. private String companyName;
  50. /**
  51. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.audit_time
  52. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  53. */
  54. private Date auditTime;
  55. /**
  56. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.unit_price
  57. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  58. */
  59. private BigDecimal unitPrice;
  60. /**
  61. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.unit_number
  62. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  63. */
  64. private Integer unitNumber;
  65. /**
  66. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.outsource_remarks
  67. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  68. */
  69. private String outsourceRemarks;
  70. /**
  71. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.type
  72. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  73. */
  74. private Integer type;
  75. /**
  76. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.tid
  77. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  78. */
  79. private Integer tid;
  80. /**
  81. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.start_type
  82. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  83. */
  84. private Integer startType;
  85. /**
  86. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.patent_name_type
  87. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  88. */
  89. private Integer patentNameType;
  90. /**
  91. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.patent_name
  92. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  93. */
  94. private String patentName;
  95. /**
  96. * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.patent_type
  97. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  98. */
  99. private Integer patentType;
  100. private String reason;
  101. /**
  102. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.id
  103. * @return the value of t_order_outsource.id
  104. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  105. */
  106. public Integer getId() {
  107. return id;
  108. }
  109. /**
  110. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.id
  111. * @param id the value for t_order_outsource.id
  112. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  113. */
  114. public void setId(Integer id) {
  115. this.id = id;
  116. }
  117. /**
  118. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.order_no
  119. * @return the value of t_order_outsource.order_no
  120. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  121. */
  122. public String getOrderNo() {
  123. return orderNo;
  124. }
  125. /**
  126. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.order_no
  127. * @param orderNo the value for t_order_outsource.order_no
  128. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  129. */
  130. public void setOrderNo(String orderNo) {
  131. this.orderNo = orderNo;
  132. }
  133. /**
  134. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.refund_status
  135. * @return the value of t_order_outsource.refund_status
  136. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  137. */
  138. public Integer getRefundStatus() {
  139. return refundStatus;
  140. }
  141. /**
  142. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.refund_status
  143. * @param refundStatus the value for t_order_outsource.refund_status
  144. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  145. */
  146. public void setRefundStatus(Integer refundStatus) {
  147. this.refundStatus = refundStatus;
  148. }
  149. /**
  150. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.create_time
  151. * @return the value of t_order_outsource.create_time
  152. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  153. */
  154. public Date getCreateTime() {
  155. return createTime;
  156. }
  157. /**
  158. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.create_time
  159. * @param createTime the value for t_order_outsource.create_time
  160. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  161. */
  162. public void setCreateTime(Date createTime) {
  163. this.createTime = createTime;
  164. }
  165. /**
  166. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.remarks
  167. * @return the value of t_order_outsource.remarks
  168. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  169. */
  170. public String getRemarks() {
  171. return remarks;
  172. }
  173. /**
  174. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.remarks
  175. * @param remarks the value for t_order_outsource.remarks
  176. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  177. */
  178. public void setRemarks(String remarks) {
  179. this.remarks = remarks;
  180. }
  181. /**
  182. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.attachment_url
  183. * @return the value of t_order_outsource.attachment_url
  184. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  185. */
  186. public String getAttachmentUrl() {
  187. return attachmentUrl;
  188. }
  189. /**
  190. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.attachment_url
  191. * @param attachmentUrl the value for t_order_outsource.attachment_url
  192. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  193. */
  194. public void setAttachmentUrl(String attachmentUrl) {
  195. this.attachmentUrl = attachmentUrl;
  196. }
  197. /**
  198. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.picture_url
  199. * @return the value of t_order_outsource.picture_url
  200. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  201. */
  202. public String getPictureUrl() {
  203. return pictureUrl;
  204. }
  205. /**
  206. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.picture_url
  207. * @param pictureUrl the value for t_order_outsource.picture_url
  208. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  209. */
  210. public void setPictureUrl(String pictureUrl) {
  211. this.pictureUrl = pictureUrl;
  212. }
  213. /**
  214. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.amount
  215. * @return the value of t_order_outsource.amount
  216. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  217. */
  218. public BigDecimal getAmount() {
  219. return amount;
  220. }
  221. /**
  222. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.amount
  223. * @param amount the value for t_order_outsource.amount
  224. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  225. */
  226. public void setAmount(BigDecimal amount) {
  227. this.amount = amount;
  228. }
  229. /**
  230. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.company_name
  231. * @return the value of t_order_outsource.company_name
  232. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  233. */
  234. public String getCompanyName() {
  235. return companyName;
  236. }
  237. /**
  238. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.company_name
  239. * @param companyName the value for t_order_outsource.company_name
  240. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  241. */
  242. public void setCompanyName(String companyName) {
  243. this.companyName = companyName;
  244. }
  245. /**
  246. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.audit_time
  247. * @return the value of t_order_outsource.audit_time
  248. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  249. */
  250. public Date getAuditTime() {
  251. return auditTime;
  252. }
  253. /**
  254. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.audit_time
  255. * @param auditTime the value for t_order_outsource.audit_time
  256. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  257. */
  258. public void setAuditTime(Date auditTime) {
  259. this.auditTime = auditTime;
  260. }
  261. /**
  262. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.unit_price
  263. * @return the value of t_order_outsource.unit_price
  264. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  265. */
  266. public BigDecimal getUnitPrice() {
  267. return unitPrice;
  268. }
  269. /**
  270. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.unit_price
  271. * @param unitPrice the value for t_order_outsource.unit_price
  272. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  273. */
  274. public void setUnitPrice(BigDecimal unitPrice) {
  275. this.unitPrice = unitPrice;
  276. }
  277. /**
  278. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.unit_number
  279. * @return the value of t_order_outsource.unit_number
  280. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  281. */
  282. public Integer getUnitNumber() {
  283. return unitNumber;
  284. }
  285. /**
  286. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.unit_number
  287. * @param unitNumber the value for t_order_outsource.unit_number
  288. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  289. */
  290. public void setUnitNumber(Integer unitNumber) {
  291. this.unitNumber = unitNumber;
  292. }
  293. /**
  294. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.outsource_remarks
  295. * @return the value of t_order_outsource.outsource_remarks
  296. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  297. */
  298. public String getOutsourceRemarks() {
  299. return outsourceRemarks;
  300. }
  301. /**
  302. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.outsource_remarks
  303. * @param outsourceRemarks the value for t_order_outsource.outsource_remarks
  304. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  305. */
  306. public void setOutsourceRemarks(String outsourceRemarks) {
  307. this.outsourceRemarks = outsourceRemarks;
  308. }
  309. /**
  310. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.type
  311. * @return the value of t_order_outsource.type
  312. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  313. */
  314. public Integer getType() {
  315. return type;
  316. }
  317. /**
  318. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.type
  319. * @param type the value for t_order_outsource.type
  320. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  321. */
  322. public void setType(Integer type) {
  323. this.type = type;
  324. }
  325. /**
  326. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.tid
  327. * @return the value of t_order_outsource.tid
  328. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  329. */
  330. public Integer getTid() {
  331. return tid;
  332. }
  333. /**
  334. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.tid
  335. * @param tid the value for t_order_outsource.tid
  336. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  337. */
  338. public void setTid(Integer tid) {
  339. this.tid = tid;
  340. }
  341. /**
  342. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.start_type
  343. * @return the value of t_order_outsource.start_type
  344. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  345. */
  346. public Integer getStartType() {
  347. return startType;
  348. }
  349. /**
  350. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.start_type
  351. * @param startType the value for t_order_outsource.start_type
  352. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  353. */
  354. public void setStartType(Integer startType) {
  355. this.startType = startType;
  356. }
  357. /**
  358. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.patent_name_type
  359. * @return the value of t_order_outsource.patent_name_type
  360. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  361. */
  362. public Integer getPatentNameType() {
  363. return patentNameType;
  364. }
  365. /**
  366. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.patent_name_type
  367. * @param patentNameType the value for t_order_outsource.patent_name_type
  368. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  369. */
  370. public void setPatentNameType(Integer patentNameType) {
  371. this.patentNameType = patentNameType;
  372. }
  373. /**
  374. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.patent_name
  375. * @return the value of t_order_outsource.patent_name
  376. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  377. */
  378. public String getPatentName() {
  379. return patentName;
  380. }
  381. /**
  382. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.patent_name
  383. * @param patentName the value for t_order_outsource.patent_name
  384. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  385. */
  386. public void setPatentName(String patentName) {
  387. this.patentName = patentName;
  388. }
  389. /**
  390. * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.patent_type
  391. * @return the value of t_order_outsource.patent_type
  392. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  393. */
  394. public Integer getPatentType() {
  395. return patentType;
  396. }
  397. /**
  398. * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.patent_type
  399. * @param patentType the value for t_order_outsource.patent_type
  400. * @mbg.generated Fri Jun 12 13:38:21 CST 2020
  401. */
  402. public void setPatentType(Integer patentType) {
  403. this.patentType = patentType;
  404. }
  405. public String getReason() {
  406. return reason;
  407. }
  408. public void setReason(String reason) {
  409. this.reason = reason;
  410. }
  411. }