TChangeDun.java 16 KB

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