WhhDjtjExample.java 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474
  1. package com.huimv.whh.dataobject;
  2. import java.util.ArrayList;
  3. import java.util.Date;
  4. import java.util.HashMap;
  5. import java.util.List;
  6. import java.util.Map;
  7. public class WhhDjtjExample {
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database table whh_djtj
  11. *
  12. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  13. */
  14. protected String orderByClause;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database table whh_djtj
  18. *
  19. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  20. */
  21. protected List<Criteria> oredCriteria;
  22. /**
  23. * This field was generated by Apache iBATIS ibator.
  24. * This field corresponds to the database table whh_djtj
  25. *
  26. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  27. */
  28. protected int start = -1;
  29. /**
  30. * This field was generated by Apache iBATIS ibator.
  31. * This field corresponds to the database table whh_djtj
  32. *
  33. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  34. */
  35. protected int limit = -1;
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table whh_djtj
  39. *
  40. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  41. */
  42. public WhhDjtjExample() {
  43. oredCriteria = new ArrayList<Criteria>();
  44. }
  45. /**
  46. * This method was generated by Apache iBATIS ibator.
  47. * This method corresponds to the database table whh_djtj
  48. *
  49. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  50. */
  51. protected WhhDjtjExample(WhhDjtjExample example) {
  52. this.orderByClause = example.orderByClause;
  53. this.oredCriteria = example.oredCriteria;
  54. }
  55. /**
  56. * This method was generated by Apache iBATIS ibator.
  57. * This method corresponds to the database table whh_djtj
  58. *
  59. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  60. */
  61. public void setOrderByClause(String orderByClause) {
  62. this.orderByClause = orderByClause;
  63. }
  64. /**
  65. * This method was generated by Apache iBATIS ibator.
  66. * This method corresponds to the database table whh_djtj
  67. *
  68. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  69. */
  70. public String getOrderByClause() {
  71. return orderByClause;
  72. }
  73. /**
  74. * This method was generated by Apache iBATIS ibator.
  75. * This method corresponds to the database table whh_djtj
  76. *
  77. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  78. */
  79. public List<Criteria> getOredCriteria() {
  80. return oredCriteria;
  81. }
  82. /**
  83. * This method was generated by Apache iBATIS ibator.
  84. * This method corresponds to the database table whh_djtj
  85. *
  86. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  87. */
  88. public void or(Criteria criteria) {
  89. oredCriteria.add(criteria);
  90. }
  91. /**
  92. * This method was generated by Apache iBATIS ibator.
  93. * This method corresponds to the database table whh_djtj
  94. *
  95. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  96. */
  97. public Criteria createCriteria() {
  98. Criteria criteria = createCriteriaInternal();
  99. if (oredCriteria.size() == 0) {
  100. oredCriteria.add(criteria);
  101. }
  102. return criteria;
  103. }
  104. /**
  105. * This method was generated by Apache iBATIS ibator.
  106. * This method corresponds to the database table whh_djtj
  107. *
  108. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  109. */
  110. protected Criteria createCriteriaInternal() {
  111. Criteria criteria = new Criteria();
  112. return criteria;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method corresponds to the database table whh_djtj
  117. *
  118. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  119. */
  120. public void clear() {
  121. oredCriteria.clear();
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method corresponds to the database table whh_djtj
  126. *
  127. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  128. */
  129. public void setStart(int start) {
  130. this.start=start;
  131. }
  132. /**
  133. * This method was generated by Apache iBATIS ibator.
  134. * This method corresponds to the database table whh_djtj
  135. *
  136. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  137. */
  138. public int getStart() {
  139. return start;
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method corresponds to the database table whh_djtj
  144. *
  145. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  146. */
  147. public void setLimit(int limit) {
  148. this.limit=limit;
  149. }
  150. /**
  151. * This method was generated by Apache iBATIS ibator.
  152. * This method corresponds to the database table whh_djtj
  153. *
  154. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  155. */
  156. public int getLimit() {
  157. return limit;
  158. }
  159. /**
  160. * This class was generated by Apache iBATIS ibator.
  161. * This class corresponds to the database table whh_djtj
  162. *
  163. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  164. */
  165. public static class Criteria {
  166. protected List<String> criteriaWithoutValue;
  167. protected List<Map<String, Object>> criteriaWithSingleValue;
  168. protected List<Map<String, Object>> criteriaWithListValue;
  169. protected List<Map<String, Object>> criteriaWithBetweenValue;
  170. protected Criteria() {
  171. super();
  172. criteriaWithoutValue = new ArrayList<String>();
  173. criteriaWithSingleValue = new ArrayList<Map<String, Object>>();
  174. criteriaWithListValue = new ArrayList<Map<String, Object>>();
  175. criteriaWithBetweenValue = new ArrayList<Map<String, Object>>();
  176. }
  177. public boolean isValid() {
  178. return criteriaWithoutValue.size() > 0
  179. || criteriaWithSingleValue.size() > 0
  180. || criteriaWithListValue.size() > 0
  181. || criteriaWithBetweenValue.size() > 0;
  182. }
  183. public List<String> getCriteriaWithoutValue() {
  184. return criteriaWithoutValue;
  185. }
  186. public List<Map<String, Object>> getCriteriaWithSingleValue() {
  187. return criteriaWithSingleValue;
  188. }
  189. public List<Map<String, Object>> getCriteriaWithListValue() {
  190. return criteriaWithListValue;
  191. }
  192. public List<Map<String, Object>> getCriteriaWithBetweenValue() {
  193. return criteriaWithBetweenValue;
  194. }
  195. protected void addCriterion(String condition) {
  196. if (condition == null) {
  197. throw new RuntimeException("Value for condition cannot be null");
  198. }
  199. criteriaWithoutValue.add(condition);
  200. }
  201. protected void addCriterion(String condition, Object value, String property) {
  202. if (value == null) {
  203. throw new RuntimeException("Value for " + property + " cannot be null");
  204. }
  205. Map<String, Object> map = new HashMap<String, Object>();
  206. map.put("condition", condition);
  207. map.put("value", value);
  208. criteriaWithSingleValue.add(map);
  209. }
  210. protected void addCriterion(String condition, List<? extends Object> values, String property) {
  211. if (values == null || values.size() == 0) {
  212. throw new RuntimeException("Value list for " + property + " cannot be null or empty");
  213. }
  214. Map<String, Object> map = new HashMap<String, Object>();
  215. map.put("condition", condition);
  216. map.put("values", values);
  217. criteriaWithListValue.add(map);
  218. }
  219. protected void addCriterion(String condition, Object value1, Object value2, String property) {
  220. if (value1 == null || value2 == null) {
  221. throw new RuntimeException("Between values for " + property + " cannot be null");
  222. }
  223. List<Object> list = new ArrayList<Object>();
  224. list.add(value1);
  225. list.add(value2);
  226. Map<String, Object> map = new HashMap<String, Object>();
  227. map.put("condition", condition);
  228. map.put("values", list);
  229. criteriaWithBetweenValue.add(map);
  230. }
  231. public Criteria andIdIsNull() {
  232. addCriterion("ID is null");
  233. return this;
  234. }
  235. public Criteria andIdIsNotNull() {
  236. addCriterion("ID is not null");
  237. return this;
  238. }
  239. public Criteria andIdEqualTo(Integer value) {
  240. addCriterion("ID =", value, "id");
  241. return this;
  242. }
  243. public Criteria andIdNotEqualTo(Integer value) {
  244. addCriterion("ID <>", value, "id");
  245. return this;
  246. }
  247. public Criteria andIdGreaterThan(Integer value) {
  248. addCriterion("ID >", value, "id");
  249. return this;
  250. }
  251. public Criteria andIdGreaterThanOrEqualTo(Integer value) {
  252. addCriterion("ID >=", value, "id");
  253. return this;
  254. }
  255. public Criteria andIdLessThan(Integer value) {
  256. addCriterion("ID <", value, "id");
  257. return this;
  258. }
  259. public Criteria andIdLessThanOrEqualTo(Integer value) {
  260. addCriterion("ID <=", value, "id");
  261. return this;
  262. }
  263. public Criteria andIdIn(List<Integer> values) {
  264. addCriterion("ID in", values, "id");
  265. return this;
  266. }
  267. public Criteria andIdNotIn(List<Integer> values) {
  268. addCriterion("ID not in", values, "id");
  269. return this;
  270. }
  271. public Criteria andIdBetween(Integer value1, Integer value2) {
  272. addCriterion("ID between", value1, value2, "id");
  273. return this;
  274. }
  275. public Criteria andIdNotBetween(Integer value1, Integer value2) {
  276. addCriterion("ID not between", value1, value2, "id");
  277. return this;
  278. }
  279. public Criteria andMcidIsNull() {
  280. addCriterion("MCID is null");
  281. return this;
  282. }
  283. public Criteria andMcidIsNotNull() {
  284. addCriterion("MCID is not null");
  285. return this;
  286. }
  287. public Criteria andMcidEqualTo(Integer value) {
  288. addCriterion("MCID =", value, "mcid");
  289. return this;
  290. }
  291. public Criteria andMcidNotEqualTo(Integer value) {
  292. addCriterion("MCID <>", value, "mcid");
  293. return this;
  294. }
  295. public Criteria andMcidGreaterThan(Integer value) {
  296. addCriterion("MCID >", value, "mcid");
  297. return this;
  298. }
  299. public Criteria andMcidGreaterThanOrEqualTo(Integer value) {
  300. addCriterion("MCID >=", value, "mcid");
  301. return this;
  302. }
  303. public Criteria andMcidLessThan(Integer value) {
  304. addCriterion("MCID <", value, "mcid");
  305. return this;
  306. }
  307. public Criteria andMcidLessThanOrEqualTo(Integer value) {
  308. addCriterion("MCID <=", value, "mcid");
  309. return this;
  310. }
  311. public Criteria andMcidIn(List<Integer> values) {
  312. addCriterion("MCID in", values, "mcid");
  313. return this;
  314. }
  315. public Criteria andMcidNotIn(List<Integer> values) {
  316. addCriterion("MCID not in", values, "mcid");
  317. return this;
  318. }
  319. public Criteria andMcidBetween(Integer value1, Integer value2) {
  320. addCriterion("MCID between", value1, value2, "mcid");
  321. return this;
  322. }
  323. public Criteria andMcidNotBetween(Integer value1, Integer value2) {
  324. addCriterion("MCID not between", value1, value2, "mcid");
  325. return this;
  326. }
  327. public Criteria andGlhIsNull() {
  328. addCriterion("GLH is null");
  329. return this;
  330. }
  331. public Criteria andGlhIsNotNull() {
  332. addCriterion("GLH is not null");
  333. return this;
  334. }
  335. public Criteria andGlhEqualTo(String value) {
  336. addCriterion("GLH =", value, "glh");
  337. return this;
  338. }
  339. public Criteria andGlhNotEqualTo(String value) {
  340. addCriterion("GLH <>", value, "glh");
  341. return this;
  342. }
  343. public Criteria andGlhGreaterThan(String value) {
  344. addCriterion("GLH >", value, "glh");
  345. return this;
  346. }
  347. public Criteria andGlhGreaterThanOrEqualTo(String value) {
  348. addCriterion("GLH >=", value, "glh");
  349. return this;
  350. }
  351. public Criteria andGlhLessThan(String value) {
  352. addCriterion("GLH <", value, "glh");
  353. return this;
  354. }
  355. public Criteria andGlhLessThanOrEqualTo(String value) {
  356. addCriterion("GLH <=", value, "glh");
  357. return this;
  358. }
  359. public Criteria andGlhLike(String value) {
  360. addCriterion("GLH like", value, "glh");
  361. return this;
  362. }
  363. public Criteria andGlhNotLike(String value) {
  364. addCriterion("GLH not like", value, "glh");
  365. return this;
  366. }
  367. public Criteria andGlhIn(List<String> values) {
  368. addCriterion("GLH in", values, "glh");
  369. return this;
  370. }
  371. public Criteria andGlhNotIn(List<String> values) {
  372. addCriterion("GLH not in", values, "glh");
  373. return this;
  374. }
  375. public Criteria andGlhBetween(String value1, String value2) {
  376. addCriterion("GLH between", value1, value2, "glh");
  377. return this;
  378. }
  379. public Criteria andGlhNotBetween(String value1, String value2) {
  380. addCriterion("GLH not between", value1, value2, "glh");
  381. return this;
  382. }
  383. public Criteria andRwdIsNull() {
  384. addCriterion("RWD is null");
  385. return this;
  386. }
  387. public Criteria andRwdIsNotNull() {
  388. addCriterion("RWD is not null");
  389. return this;
  390. }
  391. public Criteria andRwdEqualTo(String value) {
  392. addCriterion("RWD =", value, "rwd");
  393. return this;
  394. }
  395. public Criteria andRwdNotEqualTo(String value) {
  396. addCriterion("RWD <>", value, "rwd");
  397. return this;
  398. }
  399. public Criteria andRwdGreaterThan(String value) {
  400. addCriterion("RWD >", value, "rwd");
  401. return this;
  402. }
  403. public Criteria andRwdGreaterThanOrEqualTo(String value) {
  404. addCriterion("RWD >=", value, "rwd");
  405. return this;
  406. }
  407. public Criteria andRwdLessThan(String value) {
  408. addCriterion("RWD <", value, "rwd");
  409. return this;
  410. }
  411. public Criteria andRwdLessThanOrEqualTo(String value) {
  412. addCriterion("RWD <=", value, "rwd");
  413. return this;
  414. }
  415. public Criteria andRwdLike(String value) {
  416. addCriterion("RWD like", value, "rwd");
  417. return this;
  418. }
  419. public Criteria andRwdNotLike(String value) {
  420. addCriterion("RWD not like", value, "rwd");
  421. return this;
  422. }
  423. public Criteria andRwdIn(List<String> values) {
  424. addCriterion("RWD in", values, "rwd");
  425. return this;
  426. }
  427. public Criteria andRwdNotIn(List<String> values) {
  428. addCriterion("RWD not in", values, "rwd");
  429. return this;
  430. }
  431. public Criteria andRwdBetween(String value1, String value2) {
  432. addCriterion("RWD between", value1, value2, "rwd");
  433. return this;
  434. }
  435. public Criteria andRwdNotBetween(String value1, String value2) {
  436. addCriterion("RWD not between", value1, value2, "rwd");
  437. return this;
  438. }
  439. public Criteria andPcIsNull() {
  440. addCriterion("PC is null");
  441. return this;
  442. }
  443. public Criteria andPcIsNotNull() {
  444. addCriterion("PC is not null");
  445. return this;
  446. }
  447. public Criteria andPcEqualTo(String value) {
  448. addCriterion("PC =", value, "pc");
  449. return this;
  450. }
  451. public Criteria andPcNotEqualTo(String value) {
  452. addCriterion("PC <>", value, "pc");
  453. return this;
  454. }
  455. public Criteria andPcGreaterThan(String value) {
  456. addCriterion("PC >", value, "pc");
  457. return this;
  458. }
  459. public Criteria andPcGreaterThanOrEqualTo(String value) {
  460. addCriterion("PC >=", value, "pc");
  461. return this;
  462. }
  463. public Criteria andPcLessThan(String value) {
  464. addCriterion("PC <", value, "pc");
  465. return this;
  466. }
  467. public Criteria andPcLessThanOrEqualTo(String value) {
  468. addCriterion("PC <=", value, "pc");
  469. return this;
  470. }
  471. public Criteria andPcLike(String value) {
  472. addCriterion("PC like", value, "pc");
  473. return this;
  474. }
  475. public Criteria andPcNotLike(String value) {
  476. addCriterion("PC not like", value, "pc");
  477. return this;
  478. }
  479. public Criteria andPcIn(List<String> values) {
  480. addCriterion("PC in", values, "pc");
  481. return this;
  482. }
  483. public Criteria andPcNotIn(List<String> values) {
  484. addCriterion("PC not in", values, "pc");
  485. return this;
  486. }
  487. public Criteria andPcBetween(String value1, String value2) {
  488. addCriterion("PC between", value1, value2, "pc");
  489. return this;
  490. }
  491. public Criteria andPcNotBetween(String value1, String value2) {
  492. addCriterion("PC not between", value1, value2, "pc");
  493. return this;
  494. }
  495. public Criteria andSlIsNull() {
  496. addCriterion("SL is null");
  497. return this;
  498. }
  499. public Criteria andSlIsNotNull() {
  500. addCriterion("SL is not null");
  501. return this;
  502. }
  503. public Criteria andSlEqualTo(Integer value) {
  504. addCriterion("SL =", value, "sl");
  505. return this;
  506. }
  507. public Criteria andSlNotEqualTo(Integer value) {
  508. addCriterion("SL <>", value, "sl");
  509. return this;
  510. }
  511. public Criteria andSlGreaterThan(Integer value) {
  512. addCriterion("SL >", value, "sl");
  513. return this;
  514. }
  515. public Criteria andSlGreaterThanOrEqualTo(Integer value) {
  516. addCriterion("SL >=", value, "sl");
  517. return this;
  518. }
  519. public Criteria andSlLessThan(Integer value) {
  520. addCriterion("SL <", value, "sl");
  521. return this;
  522. }
  523. public Criteria andSlLessThanOrEqualTo(Integer value) {
  524. addCriterion("SL <=", value, "sl");
  525. return this;
  526. }
  527. public Criteria andSlIn(List<Integer> values) {
  528. addCriterion("SL in", values, "sl");
  529. return this;
  530. }
  531. public Criteria andSlNotIn(List<Integer> values) {
  532. addCriterion("SL not in", values, "sl");
  533. return this;
  534. }
  535. public Criteria andSlBetween(Integer value1, Integer value2) {
  536. addCriterion("SL between", value1, value2, "sl");
  537. return this;
  538. }
  539. public Criteria andSlNotBetween(Integer value1, Integer value2) {
  540. addCriterion("SL not between", value1, value2, "sl");
  541. return this;
  542. }
  543. public Criteria andSqsjIsNull() {
  544. addCriterion("SQSJ is null");
  545. return this;
  546. }
  547. public Criteria andSqsjIsNotNull() {
  548. addCriterion("SQSJ is not null");
  549. return this;
  550. }
  551. public Criteria andSqsjEqualTo(Date value) {
  552. addCriterion("SQSJ =", value, "sqsj");
  553. return this;
  554. }
  555. public Criteria andSqsjNotEqualTo(Date value) {
  556. addCriterion("SQSJ <>", value, "sqsj");
  557. return this;
  558. }
  559. public Criteria andSqsjGreaterThan(Date value) {
  560. addCriterion("SQSJ >", value, "sqsj");
  561. return this;
  562. }
  563. public Criteria andSqsjGreaterThanOrEqualTo(Date value) {
  564. addCriterion("SQSJ >=", value, "sqsj");
  565. return this;
  566. }
  567. public Criteria andSqsjLessThan(Date value) {
  568. addCriterion("SQSJ <", value, "sqsj");
  569. return this;
  570. }
  571. public Criteria andSqsjLessThanOrEqualTo(Date value) {
  572. addCriterion("SQSJ <=", value, "sqsj");
  573. return this;
  574. }
  575. public Criteria andSqsjIn(List<Date> values) {
  576. addCriterion("SQSJ in", values, "sqsj");
  577. return this;
  578. }
  579. public Criteria andSqsjNotIn(List<Date> values) {
  580. addCriterion("SQSJ not in", values, "sqsj");
  581. return this;
  582. }
  583. public Criteria andSqsjBetween(Date value1, Date value2) {
  584. addCriterion("SQSJ between", value1, value2, "sqsj");
  585. return this;
  586. }
  587. public Criteria andSqsjNotBetween(Date value1, Date value2) {
  588. addCriterion("SQSJ not between", value1, value2, "sqsj");
  589. return this;
  590. }
  591. public Criteria andSqrIsNull() {
  592. addCriterion("SQR is null");
  593. return this;
  594. }
  595. public Criteria andSqrIsNotNull() {
  596. addCriterion("SQR is not null");
  597. return this;
  598. }
  599. public Criteria andSqrEqualTo(Integer value) {
  600. addCriterion("SQR =", value, "sqr");
  601. return this;
  602. }
  603. public Criteria andSqrNotEqualTo(Integer value) {
  604. addCriterion("SQR <>", value, "sqr");
  605. return this;
  606. }
  607. public Criteria andSqrGreaterThan(Integer value) {
  608. addCriterion("SQR >", value, "sqr");
  609. return this;
  610. }
  611. public Criteria andSqrGreaterThanOrEqualTo(Integer value) {
  612. addCriterion("SQR >=", value, "sqr");
  613. return this;
  614. }
  615. public Criteria andSqrLessThan(Integer value) {
  616. addCriterion("SQR <", value, "sqr");
  617. return this;
  618. }
  619. public Criteria andSqrLessThanOrEqualTo(Integer value) {
  620. addCriterion("SQR <=", value, "sqr");
  621. return this;
  622. }
  623. public Criteria andSqrIn(List<Integer> values) {
  624. addCriterion("SQR in", values, "sqr");
  625. return this;
  626. }
  627. public Criteria andSqrNotIn(List<Integer> values) {
  628. addCriterion("SQR not in", values, "sqr");
  629. return this;
  630. }
  631. public Criteria andSqrBetween(Integer value1, Integer value2) {
  632. addCriterion("SQR between", value1, value2, "sqr");
  633. return this;
  634. }
  635. public Criteria andSqrNotBetween(Integer value1, Integer value2) {
  636. addCriterion("SQR not between", value1, value2, "sqr");
  637. return this;
  638. }
  639. public Criteria andSqbzIsNull() {
  640. addCriterion("SQBZ is null");
  641. return this;
  642. }
  643. public Criteria andSqbzIsNotNull() {
  644. addCriterion("SQBZ is not null");
  645. return this;
  646. }
  647. public Criteria andSqbzEqualTo(String value) {
  648. addCriterion("SQBZ =", value, "sqbz");
  649. return this;
  650. }
  651. public Criteria andSqbzNotEqualTo(String value) {
  652. addCriterion("SQBZ <>", value, "sqbz");
  653. return this;
  654. }
  655. public Criteria andSqbzGreaterThan(String value) {
  656. addCriterion("SQBZ >", value, "sqbz");
  657. return this;
  658. }
  659. public Criteria andSqbzGreaterThanOrEqualTo(String value) {
  660. addCriterion("SQBZ >=", value, "sqbz");
  661. return this;
  662. }
  663. public Criteria andSqbzLessThan(String value) {
  664. addCriterion("SQBZ <", value, "sqbz");
  665. return this;
  666. }
  667. public Criteria andSqbzLessThanOrEqualTo(String value) {
  668. addCriterion("SQBZ <=", value, "sqbz");
  669. return this;
  670. }
  671. public Criteria andSqbzLike(String value) {
  672. addCriterion("SQBZ like", value, "sqbz");
  673. return this;
  674. }
  675. public Criteria andSqbzNotLike(String value) {
  676. addCriterion("SQBZ not like", value, "sqbz");
  677. return this;
  678. }
  679. public Criteria andSqbzIn(List<String> values) {
  680. addCriterion("SQBZ in", values, "sqbz");
  681. return this;
  682. }
  683. public Criteria andSqbzNotIn(List<String> values) {
  684. addCriterion("SQBZ not in", values, "sqbz");
  685. return this;
  686. }
  687. public Criteria andSqbzBetween(String value1, String value2) {
  688. addCriterion("SQBZ between", value1, value2, "sqbz");
  689. return this;
  690. }
  691. public Criteria andSqbzNotBetween(String value1, String value2) {
  692. addCriterion("SQBZ not between", value1, value2, "sqbz");
  693. return this;
  694. }
  695. public Criteria andShbzIsNull() {
  696. addCriterion("SHBZ is null");
  697. return this;
  698. }
  699. public Criteria andShbzIsNotNull() {
  700. addCriterion("SHBZ is not null");
  701. return this;
  702. }
  703. public Criteria andShbzEqualTo(String value) {
  704. addCriterion("SHBZ =", value, "shbz");
  705. return this;
  706. }
  707. public Criteria andShbzNotEqualTo(String value) {
  708. addCriterion("SHBZ <>", value, "shbz");
  709. return this;
  710. }
  711. public Criteria andShbzGreaterThan(String value) {
  712. addCriterion("SHBZ >", value, "shbz");
  713. return this;
  714. }
  715. public Criteria andShbzGreaterThanOrEqualTo(String value) {
  716. addCriterion("SHBZ >=", value, "shbz");
  717. return this;
  718. }
  719. public Criteria andShbzLessThan(String value) {
  720. addCriterion("SHBZ <", value, "shbz");
  721. return this;
  722. }
  723. public Criteria andShbzLessThanOrEqualTo(String value) {
  724. addCriterion("SHBZ <=", value, "shbz");
  725. return this;
  726. }
  727. public Criteria andShbzLike(String value) {
  728. addCriterion("SHBZ like", value, "shbz");
  729. return this;
  730. }
  731. public Criteria andShbzNotLike(String value) {
  732. addCriterion("SHBZ not like", value, "shbz");
  733. return this;
  734. }
  735. public Criteria andShbzIn(List<String> values) {
  736. addCriterion("SHBZ in", values, "shbz");
  737. return this;
  738. }
  739. public Criteria andShbzNotIn(List<String> values) {
  740. addCriterion("SHBZ not in", values, "shbz");
  741. return this;
  742. }
  743. public Criteria andShbzBetween(String value1, String value2) {
  744. addCriterion("SHBZ between", value1, value2, "shbz");
  745. return this;
  746. }
  747. public Criteria andShbzNotBetween(String value1, String value2) {
  748. addCriterion("SHBZ not between", value1, value2, "shbz");
  749. return this;
  750. }
  751. public Criteria andShryIsNull() {
  752. addCriterion("SHRY is null");
  753. return this;
  754. }
  755. public Criteria andShryIsNotNull() {
  756. addCriterion("SHRY is not null");
  757. return this;
  758. }
  759. public Criteria andShryEqualTo(Integer value) {
  760. addCriterion("SHRY =", value, "shry");
  761. return this;
  762. }
  763. public Criteria andShryNotEqualTo(Integer value) {
  764. addCriterion("SHRY <>", value, "shry");
  765. return this;
  766. }
  767. public Criteria andShryGreaterThan(Integer value) {
  768. addCriterion("SHRY >", value, "shry");
  769. return this;
  770. }
  771. public Criteria andShryGreaterThanOrEqualTo(Integer value) {
  772. addCriterion("SHRY >=", value, "shry");
  773. return this;
  774. }
  775. public Criteria andShryLessThan(Integer value) {
  776. addCriterion("SHRY <", value, "shry");
  777. return this;
  778. }
  779. public Criteria andShryLessThanOrEqualTo(Integer value) {
  780. addCriterion("SHRY <=", value, "shry");
  781. return this;
  782. }
  783. public Criteria andShryIn(List<Integer> values) {
  784. addCriterion("SHRY in", values, "shry");
  785. return this;
  786. }
  787. public Criteria andShryNotIn(List<Integer> values) {
  788. addCriterion("SHRY not in", values, "shry");
  789. return this;
  790. }
  791. public Criteria andShryBetween(Integer value1, Integer value2) {
  792. addCriterion("SHRY between", value1, value2, "shry");
  793. return this;
  794. }
  795. public Criteria andShryNotBetween(Integer value1, Integer value2) {
  796. addCriterion("SHRY not between", value1, value2, "shry");
  797. return this;
  798. }
  799. public Criteria andBzIsNull() {
  800. addCriterion("BZ is null");
  801. return this;
  802. }
  803. public Criteria andBzIsNotNull() {
  804. addCriterion("BZ is not null");
  805. return this;
  806. }
  807. public Criteria andBzEqualTo(Integer value) {
  808. addCriterion("BZ =", value, "bz");
  809. return this;
  810. }
  811. public Criteria andBzNotEqualTo(Integer value) {
  812. addCriterion("BZ <>", value, "bz");
  813. return this;
  814. }
  815. public Criteria andBzGreaterThan(Integer value) {
  816. addCriterion("BZ >", value, "bz");
  817. return this;
  818. }
  819. public Criteria andBzGreaterThanOrEqualTo(Integer value) {
  820. addCriterion("BZ >=", value, "bz");
  821. return this;
  822. }
  823. public Criteria andBzLessThan(Integer value) {
  824. addCriterion("BZ <", value, "bz");
  825. return this;
  826. }
  827. public Criteria andBzLessThanOrEqualTo(Integer value) {
  828. addCriterion("BZ <=", value, "bz");
  829. return this;
  830. }
  831. public Criteria andBzIn(List<Integer> values) {
  832. addCriterion("BZ in", values, "bz");
  833. return this;
  834. }
  835. public Criteria andBzNotIn(List<Integer> values) {
  836. addCriterion("BZ not in", values, "bz");
  837. return this;
  838. }
  839. public Criteria andBzBetween(Integer value1, Integer value2) {
  840. addCriterion("BZ between", value1, value2, "bz");
  841. return this;
  842. }
  843. public Criteria andBzNotBetween(Integer value1, Integer value2) {
  844. addCriterion("BZ not between", value1, value2, "bz");
  845. return this;
  846. }
  847. public Criteria andShsjIsNull() {
  848. addCriterion("SHSJ is null");
  849. return this;
  850. }
  851. public Criteria andShsjIsNotNull() {
  852. addCriterion("SHSJ is not null");
  853. return this;
  854. }
  855. public Criteria andShsjEqualTo(Date value) {
  856. addCriterion("SHSJ =", value, "shsj");
  857. return this;
  858. }
  859. public Criteria andShsjNotEqualTo(Date value) {
  860. addCriterion("SHSJ <>", value, "shsj");
  861. return this;
  862. }
  863. public Criteria andShsjGreaterThan(Date value) {
  864. addCriterion("SHSJ >", value, "shsj");
  865. return this;
  866. }
  867. public Criteria andShsjGreaterThanOrEqualTo(Date value) {
  868. addCriterion("SHSJ >=", value, "shsj");
  869. return this;
  870. }
  871. public Criteria andShsjLessThan(Date value) {
  872. addCriterion("SHSJ <", value, "shsj");
  873. return this;
  874. }
  875. public Criteria andShsjLessThanOrEqualTo(Date value) {
  876. addCriterion("SHSJ <=", value, "shsj");
  877. return this;
  878. }
  879. public Criteria andShsjIn(List<Date> values) {
  880. addCriterion("SHSJ in", values, "shsj");
  881. return this;
  882. }
  883. public Criteria andShsjNotIn(List<Date> values) {
  884. addCriterion("SHSJ not in", values, "shsj");
  885. return this;
  886. }
  887. public Criteria andShsjBetween(Date value1, Date value2) {
  888. addCriterion("SHSJ between", value1, value2, "shsj");
  889. return this;
  890. }
  891. public Criteria andShsjNotBetween(Date value1, Date value2) {
  892. addCriterion("SHSJ not between", value1, value2, "shsj");
  893. return this;
  894. }
  895. public Criteria andClsjIsNull() {
  896. addCriterion("CLSJ is null");
  897. return this;
  898. }
  899. public Criteria andClsjIsNotNull() {
  900. addCriterion("CLSJ is not null");
  901. return this;
  902. }
  903. public Criteria andClsjEqualTo(Date value) {
  904. addCriterion("CLSJ =", value, "clsj");
  905. return this;
  906. }
  907. public Criteria andClsjNotEqualTo(Date value) {
  908. addCriterion("CLSJ <>", value, "clsj");
  909. return this;
  910. }
  911. public Criteria andClsjGreaterThan(Date value) {
  912. addCriterion("CLSJ >", value, "clsj");
  913. return this;
  914. }
  915. public Criteria andClsjGreaterThanOrEqualTo(Date value) {
  916. addCriterion("CLSJ >=", value, "clsj");
  917. return this;
  918. }
  919. public Criteria andClsjLessThan(Date value) {
  920. addCriterion("CLSJ <", value, "clsj");
  921. return this;
  922. }
  923. public Criteria andClsjLessThanOrEqualTo(Date value) {
  924. addCriterion("CLSJ <=", value, "clsj");
  925. return this;
  926. }
  927. public Criteria andClsjIn(List<Date> values) {
  928. addCriterion("CLSJ in", values, "clsj");
  929. return this;
  930. }
  931. public Criteria andClsjNotIn(List<Date> values) {
  932. addCriterion("CLSJ not in", values, "clsj");
  933. return this;
  934. }
  935. public Criteria andClsjBetween(Date value1, Date value2) {
  936. addCriterion("CLSJ between", value1, value2, "clsj");
  937. return this;
  938. }
  939. public Criteria andClsjNotBetween(Date value1, Date value2) {
  940. addCriterion("CLSJ not between", value1, value2, "clsj");
  941. return this;
  942. }
  943. public Criteria andClfsIsNull() {
  944. addCriterion("CLFS is null");
  945. return this;
  946. }
  947. public Criteria andClfsIsNotNull() {
  948. addCriterion("CLFS is not null");
  949. return this;
  950. }
  951. public Criteria andClfsEqualTo(Integer value) {
  952. addCriterion("CLFS =", value, "clfs");
  953. return this;
  954. }
  955. public Criteria andClfsNotEqualTo(Integer value) {
  956. addCriterion("CLFS <>", value, "clfs");
  957. return this;
  958. }
  959. public Criteria andClfsGreaterThan(Integer value) {
  960. addCriterion("CLFS >", value, "clfs");
  961. return this;
  962. }
  963. public Criteria andClfsGreaterThanOrEqualTo(Integer value) {
  964. addCriterion("CLFS >=", value, "clfs");
  965. return this;
  966. }
  967. public Criteria andClfsLessThan(Integer value) {
  968. addCriterion("CLFS <", value, "clfs");
  969. return this;
  970. }
  971. public Criteria andClfsLessThanOrEqualTo(Integer value) {
  972. addCriterion("CLFS <=", value, "clfs");
  973. return this;
  974. }
  975. public Criteria andClfsIn(List<Integer> values) {
  976. addCriterion("CLFS in", values, "clfs");
  977. return this;
  978. }
  979. public Criteria andClfsNotIn(List<Integer> values) {
  980. addCriterion("CLFS not in", values, "clfs");
  981. return this;
  982. }
  983. public Criteria andClfsBetween(Integer value1, Integer value2) {
  984. addCriterion("CLFS between", value1, value2, "clfs");
  985. return this;
  986. }
  987. public Criteria andClfsNotBetween(Integer value1, Integer value2) {
  988. addCriterion("CLFS not between", value1, value2, "clfs");
  989. return this;
  990. }
  991. public Criteria andClddIsNull() {
  992. addCriterion("CLDD is null");
  993. return this;
  994. }
  995. public Criteria andClddIsNotNull() {
  996. addCriterion("CLDD is not null");
  997. return this;
  998. }
  999. public Criteria andClddEqualTo(String value) {
  1000. addCriterion("CLDD =", value, "cldd");
  1001. return this;
  1002. }
  1003. public Criteria andClddNotEqualTo(String value) {
  1004. addCriterion("CLDD <>", value, "cldd");
  1005. return this;
  1006. }
  1007. public Criteria andClddGreaterThan(String value) {
  1008. addCriterion("CLDD >", value, "cldd");
  1009. return this;
  1010. }
  1011. public Criteria andClddGreaterThanOrEqualTo(String value) {
  1012. addCriterion("CLDD >=", value, "cldd");
  1013. return this;
  1014. }
  1015. public Criteria andClddLessThan(String value) {
  1016. addCriterion("CLDD <", value, "cldd");
  1017. return this;
  1018. }
  1019. public Criteria andClddLessThanOrEqualTo(String value) {
  1020. addCriterion("CLDD <=", value, "cldd");
  1021. return this;
  1022. }
  1023. public Criteria andClddLike(String value) {
  1024. addCriterion("CLDD like", value, "cldd");
  1025. return this;
  1026. }
  1027. public Criteria andClddNotLike(String value) {
  1028. addCriterion("CLDD not like", value, "cldd");
  1029. return this;
  1030. }
  1031. public Criteria andClddIn(List<String> values) {
  1032. addCriterion("CLDD in", values, "cldd");
  1033. return this;
  1034. }
  1035. public Criteria andClddNotIn(List<String> values) {
  1036. addCriterion("CLDD not in", values, "cldd");
  1037. return this;
  1038. }
  1039. public Criteria andClddBetween(String value1, String value2) {
  1040. addCriterion("CLDD between", value1, value2, "cldd");
  1041. return this;
  1042. }
  1043. public Criteria andClddNotBetween(String value1, String value2) {
  1044. addCriterion("CLDD not between", value1, value2, "cldd");
  1045. return this;
  1046. }
  1047. public Criteria andClryIsNull() {
  1048. addCriterion("CLRY is null");
  1049. return this;
  1050. }
  1051. public Criteria andClryIsNotNull() {
  1052. addCriterion("CLRY is not null");
  1053. return this;
  1054. }
  1055. public Criteria andClryEqualTo(String value) {
  1056. addCriterion("CLRY =", value, "clry");
  1057. return this;
  1058. }
  1059. public Criteria andClryNotEqualTo(String value) {
  1060. addCriterion("CLRY <>", value, "clry");
  1061. return this;
  1062. }
  1063. public Criteria andClryGreaterThan(String value) {
  1064. addCriterion("CLRY >", value, "clry");
  1065. return this;
  1066. }
  1067. public Criteria andClryGreaterThanOrEqualTo(String value) {
  1068. addCriterion("CLRY >=", value, "clry");
  1069. return this;
  1070. }
  1071. public Criteria andClryLessThan(String value) {
  1072. addCriterion("CLRY <", value, "clry");
  1073. return this;
  1074. }
  1075. public Criteria andClryLessThanOrEqualTo(String value) {
  1076. addCriterion("CLRY <=", value, "clry");
  1077. return this;
  1078. }
  1079. public Criteria andClryLike(String value) {
  1080. addCriterion("CLRY like", value, "clry");
  1081. return this;
  1082. }
  1083. public Criteria andClryNotLike(String value) {
  1084. addCriterion("CLRY not like", value, "clry");
  1085. return this;
  1086. }
  1087. public Criteria andClryIn(List<String> values) {
  1088. addCriterion("CLRY in", values, "clry");
  1089. return this;
  1090. }
  1091. public Criteria andClryNotIn(List<String> values) {
  1092. addCriterion("CLRY not in", values, "clry");
  1093. return this;
  1094. }
  1095. public Criteria andClryBetween(String value1, String value2) {
  1096. addCriterion("CLRY between", value1, value2, "clry");
  1097. return this;
  1098. }
  1099. public Criteria andClryNotBetween(String value1, String value2) {
  1100. addCriterion("CLRY not between", value1, value2, "clry");
  1101. return this;
  1102. }
  1103. public Criteria andClbzIsNull() {
  1104. addCriterion("CLBZ is null");
  1105. return this;
  1106. }
  1107. public Criteria andClbzIsNotNull() {
  1108. addCriterion("CLBZ is not null");
  1109. return this;
  1110. }
  1111. public Criteria andClbzEqualTo(Integer value) {
  1112. addCriterion("CLBZ =", value, "clbz");
  1113. return this;
  1114. }
  1115. public Criteria andClbzNotEqualTo(Integer value) {
  1116. addCriterion("CLBZ <>", value, "clbz");
  1117. return this;
  1118. }
  1119. public Criteria andClbzGreaterThan(Integer value) {
  1120. addCriterion("CLBZ >", value, "clbz");
  1121. return this;
  1122. }
  1123. public Criteria andClbzGreaterThanOrEqualTo(Integer value) {
  1124. addCriterion("CLBZ >=", value, "clbz");
  1125. return this;
  1126. }
  1127. public Criteria andClbzLessThan(Integer value) {
  1128. addCriterion("CLBZ <", value, "clbz");
  1129. return this;
  1130. }
  1131. public Criteria andClbzLessThanOrEqualTo(Integer value) {
  1132. addCriterion("CLBZ <=", value, "clbz");
  1133. return this;
  1134. }
  1135. public Criteria andClbzIn(List<Integer> values) {
  1136. addCriterion("CLBZ in", values, "clbz");
  1137. return this;
  1138. }
  1139. public Criteria andClbzNotIn(List<Integer> values) {
  1140. addCriterion("CLBZ not in", values, "clbz");
  1141. return this;
  1142. }
  1143. public Criteria andClbzBetween(Integer value1, Integer value2) {
  1144. addCriterion("CLBZ between", value1, value2, "clbz");
  1145. return this;
  1146. }
  1147. public Criteria andClbzNotBetween(Integer value1, Integer value2) {
  1148. addCriterion("CLBZ not between", value1, value2, "clbz");
  1149. return this;
  1150. }
  1151. public Criteria andZfbzIsNull() {
  1152. addCriterion("ZFBZ is null");
  1153. return this;
  1154. }
  1155. public Criteria andZfbzIsNotNull() {
  1156. addCriterion("ZFBZ is not null");
  1157. return this;
  1158. }
  1159. public Criteria andZfbzEqualTo(Integer value) {
  1160. addCriterion("ZFBZ =", value, "zfbz");
  1161. return this;
  1162. }
  1163. public Criteria andZfbzNotEqualTo(Integer value) {
  1164. addCriterion("ZFBZ <>", value, "zfbz");
  1165. return this;
  1166. }
  1167. public Criteria andZfbzGreaterThan(Integer value) {
  1168. addCriterion("ZFBZ >", value, "zfbz");
  1169. return this;
  1170. }
  1171. public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
  1172. addCriterion("ZFBZ >=", value, "zfbz");
  1173. return this;
  1174. }
  1175. public Criteria andZfbzLessThan(Integer value) {
  1176. addCriterion("ZFBZ <", value, "zfbz");
  1177. return this;
  1178. }
  1179. public Criteria andZfbzLessThanOrEqualTo(Integer value) {
  1180. addCriterion("ZFBZ <=", value, "zfbz");
  1181. return this;
  1182. }
  1183. public Criteria andZfbzIn(List<Integer> values) {
  1184. addCriterion("ZFBZ in", values, "zfbz");
  1185. return this;
  1186. }
  1187. public Criteria andZfbzNotIn(List<Integer> values) {
  1188. addCriterion("ZFBZ not in", values, "zfbz");
  1189. return this;
  1190. }
  1191. public Criteria andZfbzBetween(Integer value1, Integer value2) {
  1192. addCriterion("ZFBZ between", value1, value2, "zfbz");
  1193. return this;
  1194. }
  1195. public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
  1196. addCriterion("ZFBZ not between", value1, value2, "zfbz");
  1197. return this;
  1198. }
  1199. }
  1200. }