XtSjpz.java 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. package com.huimv.xt.dataobject;
  2. public class XtSjpz extends BaseDO {
  3. /**
  4. * This field was generated by Apache iBATIS ibator.
  5. * This field corresponds to the database column xt_sjpz.ID
  6. *
  7. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  8. */
  9. private Integer id;
  10. /**
  11. * This field was generated by Apache iBATIS ibator.
  12. * This field corresponds to the database column xt_sjpz.JQID
  13. *
  14. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  15. */
  16. private String jqid;
  17. /**
  18. * This field was generated by Apache iBATIS ibator.
  19. * This field corresponds to the database column xt_sjpz.KZBSJSL
  20. *
  21. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  22. */
  23. private Integer kzbsjsl;
  24. /**
  25. * This field was generated by Apache iBATIS ibator.
  26. * This field corresponds to the database column xt_sjpz.KZBSJHM
  27. *
  28. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  29. */
  30. private String kzbsjhm;
  31. /**
  32. * This field was generated by Apache iBATIS ibator.
  33. * This field corresponds to the database column xt_sjpz.KZBSJBZ
  34. *
  35. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  36. */
  37. private String kzbsjbz;
  38. /**
  39. * This field was generated by Apache iBATIS ibator.
  40. * This field corresponds to the database column xt_sjpz.BJQSJSL
  41. *
  42. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  43. */
  44. private Integer bjqsjsl;
  45. /**
  46. * This field was generated by Apache iBATIS ibator.
  47. * This field corresponds to the database column xt_sjpz.BJQSJHM
  48. *
  49. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  50. */
  51. private String bjqsjhm;
  52. /**
  53. * This field was generated by Apache iBATIS ibator.
  54. * This field corresponds to the database column xt_sjpz.BJQSJBZ
  55. *
  56. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  57. */
  58. private String bjqsjbz;
  59. /**
  60. * This field was generated by Apache iBATIS ibator.
  61. * This field corresponds to the database column xt_sjpz.MBSJSL
  62. *
  63. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  64. */
  65. private Integer mbsjsl;
  66. /**
  67. * This field was generated by Apache iBATIS ibator.
  68. * This field corresponds to the database column xt_sjpz.MBSJHM
  69. *
  70. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  71. */
  72. private String mbsjhm;
  73. /**
  74. * This field was generated by Apache iBATIS ibator.
  75. * This field corresponds to the database column xt_sjpz.MBSJBZ
  76. *
  77. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  78. */
  79. private String mbsjbz;
  80. /**
  81. * This method was generated by Apache iBATIS ibator.
  82. * This method returns the value of the database column xt_sjpz.ID
  83. *
  84. * @return the value of xt_sjpz.ID
  85. *
  86. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  87. */
  88. public Integer getId() {
  89. return id;
  90. }
  91. /**
  92. * This method was generated by Apache iBATIS ibator.
  93. * This method sets the value of the database column xt_sjpz.ID
  94. *
  95. * @param id the value for xt_sjpz.ID
  96. *
  97. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  98. */
  99. public void setId(Integer id) {
  100. this.id = id;
  101. }
  102. /**
  103. * This method was generated by Apache iBATIS ibator.
  104. * This method returns the value of the database column xt_sjpz.JQID
  105. *
  106. * @return the value of xt_sjpz.JQID
  107. *
  108. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  109. */
  110. public String getJqid() {
  111. return jqid;
  112. }
  113. /**
  114. * This method was generated by Apache iBATIS ibator.
  115. * This method sets the value of the database column xt_sjpz.JQID
  116. *
  117. * @param jqid the value for xt_sjpz.JQID
  118. *
  119. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  120. */
  121. public void setJqid(String jqid) {
  122. this.jqid = jqid == null ? null : jqid.trim();
  123. }
  124. /**
  125. * This method was generated by Apache iBATIS ibator.
  126. * This method returns the value of the database column xt_sjpz.KZBSJSL
  127. *
  128. * @return the value of xt_sjpz.KZBSJSL
  129. *
  130. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  131. */
  132. public Integer getKzbsjsl() {
  133. return kzbsjsl;
  134. }
  135. /**
  136. * This method was generated by Apache iBATIS ibator.
  137. * This method sets the value of the database column xt_sjpz.KZBSJSL
  138. *
  139. * @param kzbsjsl the value for xt_sjpz.KZBSJSL
  140. *
  141. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  142. */
  143. public void setKzbsjsl(Integer kzbsjsl) {
  144. this.kzbsjsl = kzbsjsl;
  145. }
  146. /**
  147. * This method was generated by Apache iBATIS ibator.
  148. * This method returns the value of the database column xt_sjpz.KZBSJHM
  149. *
  150. * @return the value of xt_sjpz.KZBSJHM
  151. *
  152. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  153. */
  154. public String getKzbsjhm() {
  155. return kzbsjhm;
  156. }
  157. /**
  158. * This method was generated by Apache iBATIS ibator.
  159. * This method sets the value of the database column xt_sjpz.KZBSJHM
  160. *
  161. * @param kzbsjhm the value for xt_sjpz.KZBSJHM
  162. *
  163. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  164. */
  165. public void setKzbsjhm(String kzbsjhm) {
  166. this.kzbsjhm = kzbsjhm == null ? null : kzbsjhm.trim();
  167. }
  168. /**
  169. * This method was generated by Apache iBATIS ibator.
  170. * This method returns the value of the database column xt_sjpz.KZBSJBZ
  171. *
  172. * @return the value of xt_sjpz.KZBSJBZ
  173. *
  174. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  175. */
  176. public String getKzbsjbz() {
  177. return kzbsjbz;
  178. }
  179. /**
  180. * This method was generated by Apache iBATIS ibator.
  181. * This method sets the value of the database column xt_sjpz.KZBSJBZ
  182. *
  183. * @param kzbsjbz the value for xt_sjpz.KZBSJBZ
  184. *
  185. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  186. */
  187. public void setKzbsjbz(String kzbsjbz) {
  188. this.kzbsjbz = kzbsjbz == null ? null : kzbsjbz.trim();
  189. }
  190. /**
  191. * This method was generated by Apache iBATIS ibator.
  192. * This method returns the value of the database column xt_sjpz.BJQSJSL
  193. *
  194. * @return the value of xt_sjpz.BJQSJSL
  195. *
  196. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  197. */
  198. public Integer getBjqsjsl() {
  199. return bjqsjsl;
  200. }
  201. /**
  202. * This method was generated by Apache iBATIS ibator.
  203. * This method sets the value of the database column xt_sjpz.BJQSJSL
  204. *
  205. * @param bjqsjsl the value for xt_sjpz.BJQSJSL
  206. *
  207. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  208. */
  209. public void setBjqsjsl(Integer bjqsjsl) {
  210. this.bjqsjsl = bjqsjsl;
  211. }
  212. /**
  213. * This method was generated by Apache iBATIS ibator.
  214. * This method returns the value of the database column xt_sjpz.BJQSJHM
  215. *
  216. * @return the value of xt_sjpz.BJQSJHM
  217. *
  218. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  219. */
  220. public String getBjqsjhm() {
  221. return bjqsjhm;
  222. }
  223. /**
  224. * This method was generated by Apache iBATIS ibator.
  225. * This method sets the value of the database column xt_sjpz.BJQSJHM
  226. *
  227. * @param bjqsjhm the value for xt_sjpz.BJQSJHM
  228. *
  229. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  230. */
  231. public void setBjqsjhm(String bjqsjhm) {
  232. this.bjqsjhm = bjqsjhm == null ? null : bjqsjhm.trim();
  233. }
  234. /**
  235. * This method was generated by Apache iBATIS ibator.
  236. * This method returns the value of the database column xt_sjpz.BJQSJBZ
  237. *
  238. * @return the value of xt_sjpz.BJQSJBZ
  239. *
  240. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  241. */
  242. public String getBjqsjbz() {
  243. return bjqsjbz;
  244. }
  245. /**
  246. * This method was generated by Apache iBATIS ibator.
  247. * This method sets the value of the database column xt_sjpz.BJQSJBZ
  248. *
  249. * @param bjqsjbz the value for xt_sjpz.BJQSJBZ
  250. *
  251. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  252. */
  253. public void setBjqsjbz(String bjqsjbz) {
  254. this.bjqsjbz = bjqsjbz == null ? null : bjqsjbz.trim();
  255. }
  256. /**
  257. * This method was generated by Apache iBATIS ibator.
  258. * This method returns the value of the database column xt_sjpz.MBSJSL
  259. *
  260. * @return the value of xt_sjpz.MBSJSL
  261. *
  262. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  263. */
  264. public Integer getMbsjsl() {
  265. return mbsjsl;
  266. }
  267. /**
  268. * This method was generated by Apache iBATIS ibator.
  269. * This method sets the value of the database column xt_sjpz.MBSJSL
  270. *
  271. * @param mbsjsl the value for xt_sjpz.MBSJSL
  272. *
  273. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  274. */
  275. public void setMbsjsl(Integer mbsjsl) {
  276. this.mbsjsl = mbsjsl;
  277. }
  278. /**
  279. * This method was generated by Apache iBATIS ibator.
  280. * This method returns the value of the database column xt_sjpz.MBSJHM
  281. *
  282. * @return the value of xt_sjpz.MBSJHM
  283. *
  284. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  285. */
  286. public String getMbsjhm() {
  287. return mbsjhm;
  288. }
  289. /**
  290. * This method was generated by Apache iBATIS ibator.
  291. * This method sets the value of the database column xt_sjpz.MBSJHM
  292. *
  293. * @param mbsjhm the value for xt_sjpz.MBSJHM
  294. *
  295. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  296. */
  297. public void setMbsjhm(String mbsjhm) {
  298. this.mbsjhm = mbsjhm == null ? null : mbsjhm.trim();
  299. }
  300. /**
  301. * This method was generated by Apache iBATIS ibator.
  302. * This method returns the value of the database column xt_sjpz.MBSJBZ
  303. *
  304. * @return the value of xt_sjpz.MBSJBZ
  305. *
  306. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  307. */
  308. public String getMbsjbz() {
  309. return mbsjbz;
  310. }
  311. /**
  312. * This method was generated by Apache iBATIS ibator.
  313. * This method sets the value of the database column xt_sjpz.MBSJBZ
  314. *
  315. * @param mbsjbz the value for xt_sjpz.MBSJBZ
  316. *
  317. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  318. */
  319. public void setMbsjbz(String mbsjbz) {
  320. this.mbsjbz = mbsjbz == null ? null : mbsjbz.trim();
  321. }
  322. private String mcid;
  323. private String mcmc;
  324. private String zsid;
  325. private String zsmc;
  326. public String getMcid() {
  327. return mcid;
  328. }
  329. public void setMcid(String mcid) {
  330. this.mcid = mcid;
  331. }
  332. public String getMcmc() {
  333. return mcmc;
  334. }
  335. public void setMcmc(String mcmc) {
  336. this.mcmc = mcmc;
  337. }
  338. public String getZsid() {
  339. return zsid;
  340. }
  341. public void setZsid(String zsid) {
  342. this.zsid = zsid;
  343. }
  344. public String getZsmc() {
  345. return zsmc;
  346. }
  347. public void setZsmc(String zsmc) {
  348. this.zsmc = zsmc;
  349. }
  350. }