ZnebEbsj.java 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. package com.huimv.zneb.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class ZnebEbsj extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column zneb_ebsj.ID
  8. *
  9. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column zneb_ebsj.EBDAID
  15. *
  16. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  17. */
  18. private Integer ebdaid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column zneb_ebsj.JKZK
  22. *
  23. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  24. */
  25. private String jkzk;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column zneb_ebsj.TW
  29. *
  30. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  31. */
  32. private String tw;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column zneb_ebsj.SW
  36. *
  37. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  38. */
  39. private String sw;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column zneb_ebsj.JLSJ
  43. *
  44. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  45. */
  46. private Date jlsj;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column zneb_ebsj.SFFQ
  50. *
  51. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  52. */
  53. private String sffq;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column zneb_ebsj.SFFM
  57. *
  58. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  59. */
  60. private String sffm;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column zneb_ebsj.JLR
  64. *
  65. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  66. */
  67. private String jlr;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column zneb_ebsj.SCSJ
  71. *
  72. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  73. */
  74. private Date scsj;
  75. /**
  76. * This method was generated by Apache iBATIS ibator.
  77. * This method returns the value of the database column zneb_ebsj.ID
  78. *
  79. * @return the value of zneb_ebsj.ID
  80. *
  81. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  82. */
  83. public Integer getId() {
  84. return id;
  85. }
  86. /**
  87. * This method was generated by Apache iBATIS ibator.
  88. * This method sets the value of the database column zneb_ebsj.ID
  89. *
  90. * @param id the value for zneb_ebsj.ID
  91. *
  92. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  93. */
  94. public void setId(Integer id) {
  95. this.id = id;
  96. }
  97. /**
  98. * This method was generated by Apache iBATIS ibator.
  99. * This method returns the value of the database column zneb_ebsj.EBDAID
  100. *
  101. * @return the value of zneb_ebsj.EBDAID
  102. *
  103. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  104. */
  105. public Integer getEbdaid() {
  106. return ebdaid;
  107. }
  108. /**
  109. * This method was generated by Apache iBATIS ibator.
  110. * This method sets the value of the database column zneb_ebsj.EBDAID
  111. *
  112. * @param ebdaid the value for zneb_ebsj.EBDAID
  113. *
  114. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  115. */
  116. public void setEbdaid(Integer ebdaid) {
  117. this.ebdaid = ebdaid;
  118. }
  119. /**
  120. * This method was generated by Apache iBATIS ibator.
  121. * This method returns the value of the database column zneb_ebsj.JKZK
  122. *
  123. * @return the value of zneb_ebsj.JKZK
  124. *
  125. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  126. */
  127. public String getJkzk() {
  128. return jkzk;
  129. }
  130. /**
  131. * This method was generated by Apache iBATIS ibator.
  132. * This method sets the value of the database column zneb_ebsj.JKZK
  133. *
  134. * @param jkzk the value for zneb_ebsj.JKZK
  135. *
  136. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  137. */
  138. public void setJkzk(String jkzk) {
  139. this.jkzk = jkzk == null ? null : jkzk.trim();
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method returns the value of the database column zneb_ebsj.TW
  144. *
  145. * @return the value of zneb_ebsj.TW
  146. *
  147. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  148. */
  149. public String getTw() {
  150. return tw;
  151. }
  152. /**
  153. * This method was generated by Apache iBATIS ibator.
  154. * This method sets the value of the database column zneb_ebsj.TW
  155. *
  156. * @param tw the value for zneb_ebsj.TW
  157. *
  158. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  159. */
  160. public void setTw(String tw) {
  161. this.tw = tw == null ? null : tw.trim();
  162. }
  163. /**
  164. * This method was generated by Apache iBATIS ibator.
  165. * This method returns the value of the database column zneb_ebsj.SW
  166. *
  167. * @return the value of zneb_ebsj.SW
  168. *
  169. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  170. */
  171. public String getSw() {
  172. return sw;
  173. }
  174. /**
  175. * This method was generated by Apache iBATIS ibator.
  176. * This method sets the value of the database column zneb_ebsj.SW
  177. *
  178. * @param sw the value for zneb_ebsj.SW
  179. *
  180. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  181. */
  182. public void setSw(String sw) {
  183. this.sw = sw == null ? null : sw.trim();
  184. }
  185. /**
  186. * This method was generated by Apache iBATIS ibator.
  187. * This method returns the value of the database column zneb_ebsj.JLSJ
  188. *
  189. * @return the value of zneb_ebsj.JLSJ
  190. *
  191. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  192. */
  193. public Date getJlsj() {
  194. return jlsj;
  195. }
  196. /**
  197. * This method was generated by Apache iBATIS ibator.
  198. * This method sets the value of the database column zneb_ebsj.JLSJ
  199. *
  200. * @param jlsj the value for zneb_ebsj.JLSJ
  201. *
  202. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  203. */
  204. public void setJlsj(Date jlsj) {
  205. this.jlsj = jlsj;
  206. }
  207. /**
  208. * This method was generated by Apache iBATIS ibator.
  209. * This method returns the value of the database column zneb_ebsj.SFFQ
  210. *
  211. * @return the value of zneb_ebsj.SFFQ
  212. *
  213. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  214. */
  215. public String getSffq() {
  216. return sffq;
  217. }
  218. /**
  219. * This method was generated by Apache iBATIS ibator.
  220. * This method sets the value of the database column zneb_ebsj.SFFQ
  221. *
  222. * @param sffq the value for zneb_ebsj.SFFQ
  223. *
  224. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  225. */
  226. public void setSffq(String sffq) {
  227. this.sffq = sffq == null ? null : sffq.trim();
  228. }
  229. /**
  230. * This method was generated by Apache iBATIS ibator.
  231. * This method returns the value of the database column zneb_ebsj.SFFM
  232. *
  233. * @return the value of zneb_ebsj.SFFM
  234. *
  235. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  236. */
  237. public String getSffm() {
  238. return sffm;
  239. }
  240. /**
  241. * This method was generated by Apache iBATIS ibator.
  242. * This method sets the value of the database column zneb_ebsj.SFFM
  243. *
  244. * @param sffm the value for zneb_ebsj.SFFM
  245. *
  246. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  247. */
  248. public void setSffm(String sffm) {
  249. this.sffm = sffm == null ? null : sffm.trim();
  250. }
  251. /**
  252. * This method was generated by Apache iBATIS ibator.
  253. * This method returns the value of the database column zneb_ebsj.JLR
  254. *
  255. * @return the value of zneb_ebsj.JLR
  256. *
  257. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  258. */
  259. public String getJlr() {
  260. return jlr;
  261. }
  262. /**
  263. * This method was generated by Apache iBATIS ibator.
  264. * This method sets the value of the database column zneb_ebsj.JLR
  265. *
  266. * @param jlr the value for zneb_ebsj.JLR
  267. *
  268. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  269. */
  270. public void setJlr(String jlr) {
  271. this.jlr = jlr == null ? null : jlr.trim();
  272. }
  273. /**
  274. * This method was generated by Apache iBATIS ibator.
  275. * This method returns the value of the database column zneb_ebsj.SCSJ
  276. *
  277. * @return the value of zneb_ebsj.SCSJ
  278. *
  279. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  280. */
  281. public Date getScsj() {
  282. return scsj;
  283. }
  284. /**
  285. * This method was generated by Apache iBATIS ibator.
  286. * This method sets the value of the database column zneb_ebsj.SCSJ
  287. *
  288. * @param scsj the value for zneb_ebsj.SCSJ
  289. *
  290. * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
  291. */
  292. public void setScsj(Date scsj) {
  293. this.scsj = scsj;
  294. }
  295. private String jlsjStr;
  296. private String macwd;
  297. public String getMacwd() {
  298. return macwd;
  299. }
  300. public void setMacwd(String macwd) {
  301. this.macwd = macwd;
  302. }
  303. public String getJlsjStr() {
  304. return jlsjStr;
  305. }
  306. public void setJlsjStr(String jlsjStr) {
  307. this.jlsjStr = jlsjStr;
  308. }
  309. }