SjLqjl.java 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. package com.huimv.cs.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class SjLqjl extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sj_lqjl.ID
  8. *
  9. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column sj_lqjl.JQID
  15. *
  16. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  17. */
  18. private String jqid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sj_lqjl.CMD
  22. *
  23. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  24. */
  25. private String cmd;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sj_lqjl.CS
  29. *
  30. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  31. */
  32. private String cs;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sj_lqjl.XYSJ
  36. *
  37. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  38. */
  39. private String xysj;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sj_lqjl.FHZ
  43. *
  44. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  45. */
  46. private String fhz;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sj_lqjl.XGR
  50. *
  51. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  52. */
  53. private String xgr;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sj_lqjl.XGSJ
  57. *
  58. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  59. */
  60. private Date xgsj;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sj_lqjl.ZFBZ
  64. *
  65. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  66. */
  67. private Integer zfbz;
  68. private String zsid;
  69. private String zsmc;
  70. private String mcmc;
  71. private String mcid;
  72. /**
  73. * This method was generated by Apache iBATIS ibator.
  74. * This method returns the value of the database column sj_lqjl.ID
  75. *
  76. * @return the value of sj_lqjl.ID
  77. *
  78. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  79. */
  80. public Integer getId() {
  81. return id;
  82. }
  83. /**
  84. * This method was generated by Apache iBATIS ibator.
  85. * This method sets the value of the database column sj_lqjl.ID
  86. *
  87. * @param id the value for sj_lqjl.ID
  88. *
  89. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  90. */
  91. public void setId(Integer id) {
  92. this.id = id;
  93. }
  94. /**
  95. * This method was generated by Apache iBATIS ibator.
  96. * This method returns the value of the database column sj_lqjl.JQID
  97. *
  98. * @return the value of sj_lqjl.JQID
  99. *
  100. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  101. */
  102. public String getJqid() {
  103. return jqid;
  104. }
  105. /**
  106. * This method was generated by Apache iBATIS ibator.
  107. * This method sets the value of the database column sj_lqjl.JQID
  108. *
  109. * @param jqid the value for sj_lqjl.JQID
  110. *
  111. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  112. */
  113. public void setJqid(String jqid) {
  114. this.jqid = jqid == null ? null : jqid.trim();
  115. }
  116. /**
  117. * This method was generated by Apache iBATIS ibator.
  118. * This method returns the value of the database column sj_lqjl.CMD
  119. *
  120. * @return the value of sj_lqjl.CMD
  121. *
  122. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  123. */
  124. public String getCmd() {
  125. return cmd;
  126. }
  127. /**
  128. * This method was generated by Apache iBATIS ibator.
  129. * This method sets the value of the database column sj_lqjl.CMD
  130. *
  131. * @param cmd the value for sj_lqjl.CMD
  132. *
  133. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  134. */
  135. public void setCmd(String cmd) {
  136. this.cmd = cmd == null ? null : cmd.trim();
  137. }
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method returns the value of the database column sj_lqjl.CS
  141. *
  142. * @return the value of sj_lqjl.CS
  143. *
  144. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  145. */
  146. public String getCs() {
  147. return cs;
  148. }
  149. /**
  150. * This method was generated by Apache iBATIS ibator.
  151. * This method sets the value of the database column sj_lqjl.CS
  152. *
  153. * @param cs the value for sj_lqjl.CS
  154. *
  155. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  156. */
  157. public void setCs(String cs) {
  158. this.cs = cs == null ? null : cs.trim();
  159. }
  160. /**
  161. * This method was generated by Apache iBATIS ibator.
  162. * This method returns the value of the database column sj_lqjl.XYSJ
  163. *
  164. * @return the value of sj_lqjl.XYSJ
  165. *
  166. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  167. */
  168. public String getXysj() {
  169. return xysj;
  170. }
  171. /**
  172. * This method was generated by Apache iBATIS ibator.
  173. * This method sets the value of the database column sj_lqjl.XYSJ
  174. *
  175. * @param xysj the value for sj_lqjl.XYSJ
  176. *
  177. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  178. */
  179. public void setXysj(String xysj) {
  180. this.xysj = xysj == null ? null : xysj.trim();
  181. }
  182. /**
  183. * This method was generated by Apache iBATIS ibator.
  184. * This method returns the value of the database column sj_lqjl.FHZ
  185. *
  186. * @return the value of sj_lqjl.FHZ
  187. *
  188. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  189. */
  190. public String getFhz() {
  191. return fhz;
  192. }
  193. /**
  194. * This method was generated by Apache iBATIS ibator.
  195. * This method sets the value of the database column sj_lqjl.FHZ
  196. *
  197. * @param fhz the value for sj_lqjl.FHZ
  198. *
  199. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  200. */
  201. public void setFhz(String fhz) {
  202. this.fhz = fhz == null ? null : fhz.trim();
  203. }
  204. /**
  205. * This method was generated by Apache iBATIS ibator.
  206. * This method returns the value of the database column sj_lqjl.XGR
  207. *
  208. * @return the value of sj_lqjl.XGR
  209. *
  210. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  211. */
  212. public String getXgr() {
  213. return xgr;
  214. }
  215. /**
  216. * This method was generated by Apache iBATIS ibator.
  217. * This method sets the value of the database column sj_lqjl.XGR
  218. *
  219. * @param xgr the value for sj_lqjl.XGR
  220. *
  221. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  222. */
  223. public void setXgr(String xgr) {
  224. this.xgr = xgr == null ? null : xgr.trim();
  225. }
  226. /**
  227. * This method was generated by Apache iBATIS ibator.
  228. * This method returns the value of the database column sj_lqjl.XGSJ
  229. *
  230. * @return the value of sj_lqjl.XGSJ
  231. *
  232. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  233. */
  234. public Date getXgsj() {
  235. return xgsj;
  236. }
  237. /**
  238. * This method was generated by Apache iBATIS ibator.
  239. * This method sets the value of the database column sj_lqjl.XGSJ
  240. *
  241. * @param xgsj the value for sj_lqjl.XGSJ
  242. *
  243. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  244. */
  245. public void setXgsj(Date xgsj) {
  246. this.xgsj = xgsj;
  247. }
  248. /**
  249. * This method was generated by Apache iBATIS ibator.
  250. * This method returns the value of the database column sj_lqjl.ZFBZ
  251. *
  252. * @return the value of sj_lqjl.ZFBZ
  253. *
  254. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  255. */
  256. public Integer getZfbz() {
  257. return zfbz;
  258. }
  259. /**
  260. * This method was generated by Apache iBATIS ibator.
  261. * This method sets the value of the database column sj_lqjl.ZFBZ
  262. *
  263. * @param zfbz the value for sj_lqjl.ZFBZ
  264. *
  265. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  266. */
  267. public void setZfbz(Integer zfbz) {
  268. this.zfbz = zfbz;
  269. }
  270. public String getZsid() {
  271. return zsid;
  272. }
  273. public void setZsid(String zsid) {
  274. this.zsid = zsid;
  275. }
  276. public String getZsmc() {
  277. return zsmc;
  278. }
  279. public void setZsmc(String zsmc) {
  280. this.zsmc = zsmc;
  281. }
  282. public String getMcmc() {
  283. return mcmc;
  284. }
  285. public void setMcmc(String mcmc) {
  286. this.mcmc = mcmc;
  287. }
  288. public String getMcid() {
  289. return mcid;
  290. }
  291. public void setMcid(String mcid) {
  292. this.mcid = mcid;
  293. }
  294. }