SjlrZztt.java 10 KB

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