SjlrFztt.java 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. package com.huimv.sjlr.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class SjlrFztt extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sjlr_fztt.ID
  8. *
  9. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column sjlr_fztt.MCID
  15. *
  16. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  17. */
  18. private Integer mcid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sjlr_fztt.TTSJ
  22. *
  23. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  24. */
  25. private Date ttsj;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sjlr_fztt.TTLX
  29. *
  30. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  31. */
  32. private String ttlx;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sjlr_fztt.ZZLX
  36. *
  37. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  38. */
  39. private String zzlx;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sjlr_fztt.TTSL
  43. *
  44. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  45. */
  46. private String ttsl;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sjlr_fztt.ZRSL
  50. *
  51. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  52. */
  53. private String zrsl;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sjlr_fztt.TTFS
  57. *
  58. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  59. */
  60. private String ttfs;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sjlr_fztt.TTTS
  64. *
  65. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  66. */
  67. private Integer ttts;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column sjlr_fztt.TTZL
  71. *
  72. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  73. */
  74. private String ttzl;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column sjlr_fztt.XGR
  78. *
  79. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  80. */
  81. private String xgr;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column sjlr_fztt.XGSJ
  85. *
  86. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  87. */
  88. private Date xgsj;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column sjlr_fztt.ZFBZ
  92. *
  93. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  94. */
  95. private Integer zfbz;
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method returns the value of the database column sjlr_fztt.ID
  99. *
  100. * @return the value of sjlr_fztt.ID
  101. *
  102. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  103. */
  104. public Integer getId() {
  105. return id;
  106. }
  107. /**
  108. * This method was generated by Apache iBATIS ibator.
  109. * This method sets the value of the database column sjlr_fztt.ID
  110. *
  111. * @param id the value for sjlr_fztt.ID
  112. *
  113. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  114. */
  115. public void setId(Integer id) {
  116. this.id = id;
  117. }
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method returns the value of the database column sjlr_fztt.MCID
  121. *
  122. * @return the value of sjlr_fztt.MCID
  123. *
  124. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  125. */
  126. public Integer getMcid() {
  127. return mcid;
  128. }
  129. /**
  130. * This method was generated by Apache iBATIS ibator.
  131. * This method sets the value of the database column sjlr_fztt.MCID
  132. *
  133. * @param mcid the value for sjlr_fztt.MCID
  134. *
  135. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  136. */
  137. public void setMcid(Integer mcid) {
  138. this.mcid = mcid;
  139. }
  140. /**
  141. * This method was generated by Apache iBATIS ibator.
  142. * This method returns the value of the database column sjlr_fztt.TTSJ
  143. *
  144. * @return the value of sjlr_fztt.TTSJ
  145. *
  146. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  147. */
  148. public Date getTtsj() {
  149. return ttsj;
  150. }
  151. /**
  152. * This method was generated by Apache iBATIS ibator.
  153. * This method sets the value of the database column sjlr_fztt.TTSJ
  154. *
  155. * @param ttsj the value for sjlr_fztt.TTSJ
  156. *
  157. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  158. */
  159. public void setTtsj(Date ttsj) {
  160. this.ttsj = ttsj;
  161. }
  162. /**
  163. * This method was generated by Apache iBATIS ibator.
  164. * This method returns the value of the database column sjlr_fztt.TTLX
  165. *
  166. * @return the value of sjlr_fztt.TTLX
  167. *
  168. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  169. */
  170. public String getTtlx() {
  171. return ttlx;
  172. }
  173. /**
  174. * This method was generated by Apache iBATIS ibator.
  175. * This method sets the value of the database column sjlr_fztt.TTLX
  176. *
  177. * @param ttlx the value for sjlr_fztt.TTLX
  178. *
  179. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  180. */
  181. public void setTtlx(String ttlx) {
  182. this.ttlx = ttlx == null ? null : ttlx.trim();
  183. }
  184. /**
  185. * This method was generated by Apache iBATIS ibator.
  186. * This method returns the value of the database column sjlr_fztt.ZZLX
  187. *
  188. * @return the value of sjlr_fztt.ZZLX
  189. *
  190. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  191. */
  192. public String getZzlx() {
  193. return zzlx;
  194. }
  195. /**
  196. * This method was generated by Apache iBATIS ibator.
  197. * This method sets the value of the database column sjlr_fztt.ZZLX
  198. *
  199. * @param zzlx the value for sjlr_fztt.ZZLX
  200. *
  201. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  202. */
  203. public void setZzlx(String zzlx) {
  204. this.zzlx = zzlx == null ? null : zzlx.trim();
  205. }
  206. /**
  207. * This method was generated by Apache iBATIS ibator.
  208. * This method returns the value of the database column sjlr_fztt.TTSL
  209. *
  210. * @return the value of sjlr_fztt.TTSL
  211. *
  212. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  213. */
  214. public String getTtsl() {
  215. return ttsl;
  216. }
  217. /**
  218. * This method was generated by Apache iBATIS ibator.
  219. * This method sets the value of the database column sjlr_fztt.TTSL
  220. *
  221. * @param ttsl the value for sjlr_fztt.TTSL
  222. *
  223. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  224. */
  225. public void setTtsl(String ttsl) {
  226. this.ttsl = ttsl == null ? null : ttsl.trim();
  227. }
  228. /**
  229. * This method was generated by Apache iBATIS ibator.
  230. * This method returns the value of the database column sjlr_fztt.ZRSL
  231. *
  232. * @return the value of sjlr_fztt.ZRSL
  233. *
  234. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  235. */
  236. public String getZrsl() {
  237. return zrsl;
  238. }
  239. /**
  240. * This method was generated by Apache iBATIS ibator.
  241. * This method sets the value of the database column sjlr_fztt.ZRSL
  242. *
  243. * @param zrsl the value for sjlr_fztt.ZRSL
  244. *
  245. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  246. */
  247. public void setZrsl(String zrsl) {
  248. this.zrsl = zrsl == null ? null : zrsl.trim();
  249. }
  250. /**
  251. * This method was generated by Apache iBATIS ibator.
  252. * This method returns the value of the database column sjlr_fztt.TTFS
  253. *
  254. * @return the value of sjlr_fztt.TTFS
  255. *
  256. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  257. */
  258. public String getTtfs() {
  259. return ttfs;
  260. }
  261. /**
  262. * This method was generated by Apache iBATIS ibator.
  263. * This method sets the value of the database column sjlr_fztt.TTFS
  264. *
  265. * @param ttfs the value for sjlr_fztt.TTFS
  266. *
  267. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  268. */
  269. public void setTtfs(String ttfs) {
  270. this.ttfs = ttfs == null ? null : ttfs.trim();
  271. }
  272. /**
  273. * This method was generated by Apache iBATIS ibator.
  274. * This method returns the value of the database column sjlr_fztt.TTTS
  275. *
  276. * @return the value of sjlr_fztt.TTTS
  277. *
  278. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  279. */
  280. public Integer getTtts() {
  281. return ttts;
  282. }
  283. /**
  284. * This method was generated by Apache iBATIS ibator.
  285. * This method sets the value of the database column sjlr_fztt.TTTS
  286. *
  287. * @param ttts the value for sjlr_fztt.TTTS
  288. *
  289. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  290. */
  291. public void setTtts(Integer ttts) {
  292. this.ttts = ttts;
  293. }
  294. /**
  295. * This method was generated by Apache iBATIS ibator.
  296. * This method returns the value of the database column sjlr_fztt.TTZL
  297. *
  298. * @return the value of sjlr_fztt.TTZL
  299. *
  300. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  301. */
  302. public String getTtzl() {
  303. return ttzl;
  304. }
  305. /**
  306. * This method was generated by Apache iBATIS ibator.
  307. * This method sets the value of the database column sjlr_fztt.TTZL
  308. *
  309. * @param ttzl the value for sjlr_fztt.TTZL
  310. *
  311. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  312. */
  313. public void setTtzl(String ttzl) {
  314. this.ttzl = ttzl == null ? null : ttzl.trim();
  315. }
  316. /**
  317. * This method was generated by Apache iBATIS ibator.
  318. * This method returns the value of the database column sjlr_fztt.XGR
  319. *
  320. * @return the value of sjlr_fztt.XGR
  321. *
  322. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  323. */
  324. public String getXgr() {
  325. return xgr;
  326. }
  327. /**
  328. * This method was generated by Apache iBATIS ibator.
  329. * This method sets the value of the database column sjlr_fztt.XGR
  330. *
  331. * @param xgr the value for sjlr_fztt.XGR
  332. *
  333. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  334. */
  335. public void setXgr(String xgr) {
  336. this.xgr = xgr == null ? null : xgr.trim();
  337. }
  338. /**
  339. * This method was generated by Apache iBATIS ibator.
  340. * This method returns the value of the database column sjlr_fztt.XGSJ
  341. *
  342. * @return the value of sjlr_fztt.XGSJ
  343. *
  344. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  345. */
  346. public Date getXgsj() {
  347. return xgsj;
  348. }
  349. /**
  350. * This method was generated by Apache iBATIS ibator.
  351. * This method sets the value of the database column sjlr_fztt.XGSJ
  352. *
  353. * @param xgsj the value for sjlr_fztt.XGSJ
  354. *
  355. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  356. */
  357. public void setXgsj(Date xgsj) {
  358. this.xgsj = xgsj;
  359. }
  360. /**
  361. * This method was generated by Apache iBATIS ibator.
  362. * This method returns the value of the database column sjlr_fztt.ZFBZ
  363. *
  364. * @return the value of sjlr_fztt.ZFBZ
  365. *
  366. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  367. */
  368. public Integer getZfbz() {
  369. return zfbz;
  370. }
  371. /**
  372. * This method was generated by Apache iBATIS ibator.
  373. * This method sets the value of the database column sjlr_fztt.ZFBZ
  374. *
  375. * @param zfbz the value for sjlr_fztt.ZFBZ
  376. *
  377. * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
  378. */
  379. public void setZfbz(Integer zfbz) {
  380. this.zfbz = zfbz;
  381. }
  382. private String ttlxStr;
  383. private String ttslStr;
  384. private String zrslStr;
  385. public String getTtlxStr() {
  386. return ttlxStr;
  387. }
  388. public void setTtlxStr(String ttlxStr) {
  389. this.ttlxStr = ttlxStr;
  390. }
  391. public String getTtslStr() {
  392. return ttslStr;
  393. }
  394. public void setTtslStr(String ttslStr) {
  395. this.ttslStr = ttslStr;
  396. }
  397. public String getZrslStr() {
  398. return zrslStr;
  399. }
  400. public void setZrslStr(String zrslStr) {
  401. this.zrslStr = zrslStr;
  402. }
  403. }