SjWbhjExample.java 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  1. package com.huimv.sj.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.ArrayList;
  4. import java.util.Date;
  5. import java.util.HashMap;
  6. import java.util.List;
  7. import java.util.Map;
  8. public class SjWbhjExample {
  9. /**
  10. * This field was generated by Apache iBATIS ibator.
  11. * This field corresponds to the database table sj_wbhj
  12. *
  13. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  14. */
  15. protected String orderByClause;
  16. /**
  17. * This field was generated by Apache iBATIS ibator.
  18. * This field corresponds to the database table sj_wbhj
  19. *
  20. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  21. */
  22. protected List<Criteria> oredCriteria;
  23. /**
  24. * This field was generated by Apache iBATIS ibator.
  25. * This field corresponds to the database table sj_wbhj
  26. *
  27. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  28. */
  29. protected int start = -1;
  30. /**
  31. * This field was generated by Apache iBATIS ibator.
  32. * This field corresponds to the database table sj_wbhj
  33. *
  34. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  35. */
  36. protected int limit = -1;
  37. /**
  38. * This method was generated by Apache iBATIS ibator.
  39. * This method corresponds to the database table sj_wbhj
  40. *
  41. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  42. */
  43. public SjWbhjExample() {
  44. oredCriteria = new ArrayList<Criteria>();
  45. }
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method corresponds to the database table sj_wbhj
  49. *
  50. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  51. */
  52. protected SjWbhjExample(SjWbhjExample example) {
  53. this.orderByClause = example.orderByClause;
  54. this.oredCriteria = example.oredCriteria;
  55. }
  56. /**
  57. * This method was generated by Apache iBATIS ibator.
  58. * This method corresponds to the database table sj_wbhj
  59. *
  60. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  61. */
  62. public void setOrderByClause(String orderByClause) {
  63. this.orderByClause = orderByClause;
  64. }
  65. /**
  66. * This method was generated by Apache iBATIS ibator.
  67. * This method corresponds to the database table sj_wbhj
  68. *
  69. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  70. */
  71. public String getOrderByClause() {
  72. return orderByClause;
  73. }
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method corresponds to the database table sj_wbhj
  77. *
  78. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  79. */
  80. public List<Criteria> getOredCriteria() {
  81. return oredCriteria;
  82. }
  83. /**
  84. * This method was generated by Apache iBATIS ibator.
  85. * This method corresponds to the database table sj_wbhj
  86. *
  87. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  88. */
  89. public void or(Criteria criteria) {
  90. oredCriteria.add(criteria);
  91. }
  92. /**
  93. * This method was generated by Apache iBATIS ibator.
  94. * This method corresponds to the database table sj_wbhj
  95. *
  96. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  97. */
  98. public Criteria createCriteria() {
  99. Criteria criteria = createCriteriaInternal();
  100. if (oredCriteria.size() == 0) {
  101. oredCriteria.add(criteria);
  102. }
  103. return criteria;
  104. }
  105. /**
  106. * This method was generated by Apache iBATIS ibator.
  107. * This method corresponds to the database table sj_wbhj
  108. *
  109. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  110. */
  111. protected Criteria createCriteriaInternal() {
  112. Criteria criteria = new Criteria();
  113. return criteria;
  114. }
  115. /**
  116. * This method was generated by Apache iBATIS ibator.
  117. * This method corresponds to the database table sj_wbhj
  118. *
  119. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  120. */
  121. public void clear() {
  122. oredCriteria.clear();
  123. }
  124. /**
  125. * This method was generated by Apache iBATIS ibator.
  126. * This method corresponds to the database table sj_wbhj
  127. *
  128. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  129. */
  130. public void setStart(int start) {
  131. this.start=start;
  132. }
  133. /**
  134. * This method was generated by Apache iBATIS ibator.
  135. * This method corresponds to the database table sj_wbhj
  136. *
  137. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  138. */
  139. public int getStart() {
  140. return start;
  141. }
  142. /**
  143. * This method was generated by Apache iBATIS ibator.
  144. * This method corresponds to the database table sj_wbhj
  145. *
  146. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  147. */
  148. public void setLimit(int limit) {
  149. this.limit=limit;
  150. }
  151. /**
  152. * This method was generated by Apache iBATIS ibator.
  153. * This method corresponds to the database table sj_wbhj
  154. *
  155. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  156. */
  157. public int getLimit() {
  158. return limit;
  159. }
  160. /**
  161. * This class was generated by Apache iBATIS ibator.
  162. * This class corresponds to the database table sj_wbhj
  163. *
  164. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  165. */
  166. public static class Criteria {
  167. protected List<String> criteriaWithoutValue;
  168. protected List<Map<String, Object>> criteriaWithSingleValue;
  169. protected List<Map<String, Object>> criteriaWithListValue;
  170. protected List<Map<String, Object>> criteriaWithBetweenValue;
  171. protected Criteria() {
  172. super();
  173. criteriaWithoutValue = new ArrayList<String>();
  174. criteriaWithSingleValue = new ArrayList<Map<String, Object>>();
  175. criteriaWithListValue = new ArrayList<Map<String, Object>>();
  176. criteriaWithBetweenValue = new ArrayList<Map<String, Object>>();
  177. }
  178. public boolean isValid() {
  179. return criteriaWithoutValue.size() > 0
  180. || criteriaWithSingleValue.size() > 0
  181. || criteriaWithListValue.size() > 0
  182. || criteriaWithBetweenValue.size() > 0;
  183. }
  184. public List<String> getCriteriaWithoutValue() {
  185. return criteriaWithoutValue;
  186. }
  187. public List<Map<String, Object>> getCriteriaWithSingleValue() {
  188. return criteriaWithSingleValue;
  189. }
  190. public List<Map<String, Object>> getCriteriaWithListValue() {
  191. return criteriaWithListValue;
  192. }
  193. public List<Map<String, Object>> getCriteriaWithBetweenValue() {
  194. return criteriaWithBetweenValue;
  195. }
  196. protected void addCriterion(String condition) {
  197. if (condition == null) {
  198. throw new RuntimeException("Value for condition cannot be null");
  199. }
  200. criteriaWithoutValue.add(condition);
  201. }
  202. protected void addCriterion(String condition, Object value, String property) {
  203. if (value == null) {
  204. throw new RuntimeException("Value for " + property + " cannot be null");
  205. }
  206. Map<String, Object> map = new HashMap<String, Object>();
  207. map.put("condition", condition);
  208. map.put("value", value);
  209. criteriaWithSingleValue.add(map);
  210. }
  211. protected void addCriterion(String condition, List<? extends Object> values, String property) {
  212. if (values == null || values.size() == 0) {
  213. throw new RuntimeException("Value list for " + property + " cannot be null or empty");
  214. }
  215. Map<String, Object> map = new HashMap<String, Object>();
  216. map.put("condition", condition);
  217. map.put("values", values);
  218. criteriaWithListValue.add(map);
  219. }
  220. protected void addCriterion(String condition, Object value1, Object value2, String property) {
  221. if (value1 == null || value2 == null) {
  222. throw new RuntimeException("Between values for " + property + " cannot be null");
  223. }
  224. List<Object> list = new ArrayList<Object>();
  225. list.add(value1);
  226. list.add(value2);
  227. Map<String, Object> map = new HashMap<String, Object>();
  228. map.put("condition", condition);
  229. map.put("values", list);
  230. criteriaWithBetweenValue.add(map);
  231. }
  232. public Criteria andIdIsNull() {
  233. addCriterion("id is null");
  234. return this;
  235. }
  236. public Criteria andIdIsNotNull() {
  237. addCriterion("id is not null");
  238. return this;
  239. }
  240. public Criteria andIdEqualTo(Integer value) {
  241. addCriterion("id =", value, "id");
  242. return this;
  243. }
  244. public Criteria andIdNotEqualTo(Integer value) {
  245. addCriterion("id <>", value, "id");
  246. return this;
  247. }
  248. public Criteria andIdGreaterThan(Integer value) {
  249. addCriterion("id >", value, "id");
  250. return this;
  251. }
  252. public Criteria andIdGreaterThanOrEqualTo(Integer value) {
  253. addCriterion("id >=", value, "id");
  254. return this;
  255. }
  256. public Criteria andIdLessThan(Integer value) {
  257. addCriterion("id <", value, "id");
  258. return this;
  259. }
  260. public Criteria andIdLessThanOrEqualTo(Integer value) {
  261. addCriterion("id <=", value, "id");
  262. return this;
  263. }
  264. public Criteria andIdIn(List<Integer> values) {
  265. addCriterion("id in", values, "id");
  266. return this;
  267. }
  268. public Criteria andIdNotIn(List<Integer> values) {
  269. addCriterion("id not in", values, "id");
  270. return this;
  271. }
  272. public Criteria andIdBetween(Integer value1, Integer value2) {
  273. addCriterion("id between", value1, value2, "id");
  274. return this;
  275. }
  276. public Criteria andIdNotBetween(Integer value1, Integer value2) {
  277. addCriterion("id not between", value1, value2, "id");
  278. return this;
  279. }
  280. public Criteria andLqidIsNull() {
  281. addCriterion("lqid is null");
  282. return this;
  283. }
  284. public Criteria andLqidIsNotNull() {
  285. addCriterion("lqid is not null");
  286. return this;
  287. }
  288. public Criteria andLqidEqualTo(Integer value) {
  289. addCriterion("lqid =", value, "lqid");
  290. return this;
  291. }
  292. public Criteria andLqidNotEqualTo(Integer value) {
  293. addCriterion("lqid <>", value, "lqid");
  294. return this;
  295. }
  296. public Criteria andLqidGreaterThan(Integer value) {
  297. addCriterion("lqid >", value, "lqid");
  298. return this;
  299. }
  300. public Criteria andLqidGreaterThanOrEqualTo(Integer value) {
  301. addCriterion("lqid >=", value, "lqid");
  302. return this;
  303. }
  304. public Criteria andLqidLessThan(Integer value) {
  305. addCriterion("lqid <", value, "lqid");
  306. return this;
  307. }
  308. public Criteria andLqidLessThanOrEqualTo(Integer value) {
  309. addCriterion("lqid <=", value, "lqid");
  310. return this;
  311. }
  312. public Criteria andLqidIn(List<Integer> values) {
  313. addCriterion("lqid in", values, "lqid");
  314. return this;
  315. }
  316. public Criteria andLqidNotIn(List<Integer> values) {
  317. addCriterion("lqid not in", values, "lqid");
  318. return this;
  319. }
  320. public Criteria andLqidBetween(Integer value1, Integer value2) {
  321. addCriterion("lqid between", value1, value2, "lqid");
  322. return this;
  323. }
  324. public Criteria andLqidNotBetween(Integer value1, Integer value2) {
  325. addCriterion("lqid not between", value1, value2, "lqid");
  326. return this;
  327. }
  328. public Criteria andWbwdIsNull() {
  329. addCriterion("wbwd is null");
  330. return this;
  331. }
  332. public Criteria andWbwdIsNotNull() {
  333. addCriterion("wbwd is not null");
  334. return this;
  335. }
  336. public Criteria andWbwdEqualTo(BigDecimal value) {
  337. addCriterion("wbwd =", value, "wbwd");
  338. return this;
  339. }
  340. public Criteria andWbwdNotEqualTo(BigDecimal value) {
  341. addCriterion("wbwd <>", value, "wbwd");
  342. return this;
  343. }
  344. public Criteria andWbwdGreaterThan(BigDecimal value) {
  345. addCriterion("wbwd >", value, "wbwd");
  346. return this;
  347. }
  348. public Criteria andWbwdGreaterThanOrEqualTo(BigDecimal value) {
  349. addCriterion("wbwd >=", value, "wbwd");
  350. return this;
  351. }
  352. public Criteria andWbwdLessThan(BigDecimal value) {
  353. addCriterion("wbwd <", value, "wbwd");
  354. return this;
  355. }
  356. public Criteria andWbwdLessThanOrEqualTo(BigDecimal value) {
  357. addCriterion("wbwd <=", value, "wbwd");
  358. return this;
  359. }
  360. public Criteria andWbwdIn(List<BigDecimal> values) {
  361. addCriterion("wbwd in", values, "wbwd");
  362. return this;
  363. }
  364. public Criteria andWbwdNotIn(List<BigDecimal> values) {
  365. addCriterion("wbwd not in", values, "wbwd");
  366. return this;
  367. }
  368. public Criteria andWbwdBetween(BigDecimal value1, BigDecimal value2) {
  369. addCriterion("wbwd between", value1, value2, "wbwd");
  370. return this;
  371. }
  372. public Criteria andWbwdNotBetween(BigDecimal value1, BigDecimal value2) {
  373. addCriterion("wbwd not between", value1, value2, "wbwd");
  374. return this;
  375. }
  376. public Criteria andWbsdIsNull() {
  377. addCriterion("wbsd is null");
  378. return this;
  379. }
  380. public Criteria andWbsdIsNotNull() {
  381. addCriterion("wbsd is not null");
  382. return this;
  383. }
  384. public Criteria andWbsdEqualTo(BigDecimal value) {
  385. addCriterion("wbsd =", value, "wbsd");
  386. return this;
  387. }
  388. public Criteria andWbsdNotEqualTo(BigDecimal value) {
  389. addCriterion("wbsd <>", value, "wbsd");
  390. return this;
  391. }
  392. public Criteria andWbsdGreaterThan(BigDecimal value) {
  393. addCriterion("wbsd >", value, "wbsd");
  394. return this;
  395. }
  396. public Criteria andWbsdGreaterThanOrEqualTo(BigDecimal value) {
  397. addCriterion("wbsd >=", value, "wbsd");
  398. return this;
  399. }
  400. public Criteria andWbsdLessThan(BigDecimal value) {
  401. addCriterion("wbsd <", value, "wbsd");
  402. return this;
  403. }
  404. public Criteria andWbsdLessThanOrEqualTo(BigDecimal value) {
  405. addCriterion("wbsd <=", value, "wbsd");
  406. return this;
  407. }
  408. public Criteria andWbsdIn(List<BigDecimal> values) {
  409. addCriterion("wbsd in", values, "wbsd");
  410. return this;
  411. }
  412. public Criteria andWbsdNotIn(List<BigDecimal> values) {
  413. addCriterion("wbsd not in", values, "wbsd");
  414. return this;
  415. }
  416. public Criteria andWbsdBetween(BigDecimal value1, BigDecimal value2) {
  417. addCriterion("wbsd between", value1, value2, "wbsd");
  418. return this;
  419. }
  420. public Criteria andWbsdNotBetween(BigDecimal value1, BigDecimal value2) {
  421. addCriterion("wbsd not between", value1, value2, "wbsd");
  422. return this;
  423. }
  424. public Criteria andTemp1IsNull() {
  425. addCriterion("temp1 is null");
  426. return this;
  427. }
  428. public Criteria andTemp1IsNotNull() {
  429. addCriterion("temp1 is not null");
  430. return this;
  431. }
  432. public Criteria andTemp1EqualTo(String value) {
  433. addCriterion("temp1 =", value, "temp1");
  434. return this;
  435. }
  436. public Criteria andTemp1NotEqualTo(String value) {
  437. addCriterion("temp1 <>", value, "temp1");
  438. return this;
  439. }
  440. public Criteria andTemp1GreaterThan(String value) {
  441. addCriterion("temp1 >", value, "temp1");
  442. return this;
  443. }
  444. public Criteria andTemp1GreaterThanOrEqualTo(String value) {
  445. addCriterion("temp1 >=", value, "temp1");
  446. return this;
  447. }
  448. public Criteria andTemp1LessThan(String value) {
  449. addCriterion("temp1 <", value, "temp1");
  450. return this;
  451. }
  452. public Criteria andTemp1LessThanOrEqualTo(String value) {
  453. addCriterion("temp1 <=", value, "temp1");
  454. return this;
  455. }
  456. public Criteria andTemp1Like(String value) {
  457. addCriterion("temp1 like", value, "temp1");
  458. return this;
  459. }
  460. public Criteria andTemp1NotLike(String value) {
  461. addCriterion("temp1 not like", value, "temp1");
  462. return this;
  463. }
  464. public Criteria andTemp1In(List<String> values) {
  465. addCriterion("temp1 in", values, "temp1");
  466. return this;
  467. }
  468. public Criteria andTemp1NotIn(List<String> values) {
  469. addCriterion("temp1 not in", values, "temp1");
  470. return this;
  471. }
  472. public Criteria andTemp1Between(String value1, String value2) {
  473. addCriterion("temp1 between", value1, value2, "temp1");
  474. return this;
  475. }
  476. public Criteria andTemp1NotBetween(String value1, String value2) {
  477. addCriterion("temp1 not between", value1, value2, "temp1");
  478. return this;
  479. }
  480. public Criteria andTemp2IsNull() {
  481. addCriterion("temp2 is null");
  482. return this;
  483. }
  484. public Criteria andTemp2IsNotNull() {
  485. addCriterion("temp2 is not null");
  486. return this;
  487. }
  488. public Criteria andTemp2EqualTo(String value) {
  489. addCriterion("temp2 =", value, "temp2");
  490. return this;
  491. }
  492. public Criteria andTemp2NotEqualTo(String value) {
  493. addCriterion("temp2 <>", value, "temp2");
  494. return this;
  495. }
  496. public Criteria andTemp2GreaterThan(String value) {
  497. addCriterion("temp2 >", value, "temp2");
  498. return this;
  499. }
  500. public Criteria andTemp2GreaterThanOrEqualTo(String value) {
  501. addCriterion("temp2 >=", value, "temp2");
  502. return this;
  503. }
  504. public Criteria andTemp2LessThan(String value) {
  505. addCriterion("temp2 <", value, "temp2");
  506. return this;
  507. }
  508. public Criteria andTemp2LessThanOrEqualTo(String value) {
  509. addCriterion("temp2 <=", value, "temp2");
  510. return this;
  511. }
  512. public Criteria andTemp2Like(String value) {
  513. addCriterion("temp2 like", value, "temp2");
  514. return this;
  515. }
  516. public Criteria andTemp2NotLike(String value) {
  517. addCriterion("temp2 not like", value, "temp2");
  518. return this;
  519. }
  520. public Criteria andTemp2In(List<String> values) {
  521. addCriterion("temp2 in", values, "temp2");
  522. return this;
  523. }
  524. public Criteria andTemp2NotIn(List<String> values) {
  525. addCriterion("temp2 not in", values, "temp2");
  526. return this;
  527. }
  528. public Criteria andTemp2Between(String value1, String value2) {
  529. addCriterion("temp2 between", value1, value2, "temp2");
  530. return this;
  531. }
  532. public Criteria andTemp2NotBetween(String value1, String value2) {
  533. addCriterion("temp2 not between", value1, value2, "temp2");
  534. return this;
  535. }
  536. public Criteria andTemp3IsNull() {
  537. addCriterion("temp3 is null");
  538. return this;
  539. }
  540. public Criteria andTemp3IsNotNull() {
  541. addCriterion("temp3 is not null");
  542. return this;
  543. }
  544. public Criteria andTemp3EqualTo(String value) {
  545. addCriterion("temp3 =", value, "temp3");
  546. return this;
  547. }
  548. public Criteria andTemp3NotEqualTo(String value) {
  549. addCriterion("temp3 <>", value, "temp3");
  550. return this;
  551. }
  552. public Criteria andTemp3GreaterThan(String value) {
  553. addCriterion("temp3 >", value, "temp3");
  554. return this;
  555. }
  556. public Criteria andTemp3GreaterThanOrEqualTo(String value) {
  557. addCriterion("temp3 >=", value, "temp3");
  558. return this;
  559. }
  560. public Criteria andTemp3LessThan(String value) {
  561. addCriterion("temp3 <", value, "temp3");
  562. return this;
  563. }
  564. public Criteria andTemp3LessThanOrEqualTo(String value) {
  565. addCriterion("temp3 <=", value, "temp3");
  566. return this;
  567. }
  568. public Criteria andTemp3Like(String value) {
  569. addCriterion("temp3 like", value, "temp3");
  570. return this;
  571. }
  572. public Criteria andTemp3NotLike(String value) {
  573. addCriterion("temp3 not like", value, "temp3");
  574. return this;
  575. }
  576. public Criteria andTemp3In(List<String> values) {
  577. addCriterion("temp3 in", values, "temp3");
  578. return this;
  579. }
  580. public Criteria andTemp3NotIn(List<String> values) {
  581. addCriterion("temp3 not in", values, "temp3");
  582. return this;
  583. }
  584. public Criteria andTemp3Between(String value1, String value2) {
  585. addCriterion("temp3 between", value1, value2, "temp3");
  586. return this;
  587. }
  588. public Criteria andTemp3NotBetween(String value1, String value2) {
  589. addCriterion("temp3 not between", value1, value2, "temp3");
  590. return this;
  591. }
  592. public Criteria andTemp4IsNull() {
  593. addCriterion("temp4 is null");
  594. return this;
  595. }
  596. public Criteria andTemp4IsNotNull() {
  597. addCriterion("temp4 is not null");
  598. return this;
  599. }
  600. public Criteria andTemp4EqualTo(String value) {
  601. addCriterion("temp4 =", value, "temp4");
  602. return this;
  603. }
  604. public Criteria andTemp4NotEqualTo(String value) {
  605. addCriterion("temp4 <>", value, "temp4");
  606. return this;
  607. }
  608. public Criteria andTemp4GreaterThan(String value) {
  609. addCriterion("temp4 >", value, "temp4");
  610. return this;
  611. }
  612. public Criteria andTemp4GreaterThanOrEqualTo(String value) {
  613. addCriterion("temp4 >=", value, "temp4");
  614. return this;
  615. }
  616. public Criteria andTemp4LessThan(String value) {
  617. addCriterion("temp4 <", value, "temp4");
  618. return this;
  619. }
  620. public Criteria andTemp4LessThanOrEqualTo(String value) {
  621. addCriterion("temp4 <=", value, "temp4");
  622. return this;
  623. }
  624. public Criteria andTemp4Like(String value) {
  625. addCriterion("temp4 like", value, "temp4");
  626. return this;
  627. }
  628. public Criteria andTemp4NotLike(String value) {
  629. addCriterion("temp4 not like", value, "temp4");
  630. return this;
  631. }
  632. public Criteria andTemp4In(List<String> values) {
  633. addCriterion("temp4 in", values, "temp4");
  634. return this;
  635. }
  636. public Criteria andTemp4NotIn(List<String> values) {
  637. addCriterion("temp4 not in", values, "temp4");
  638. return this;
  639. }
  640. public Criteria andTemp4Between(String value1, String value2) {
  641. addCriterion("temp4 between", value1, value2, "temp4");
  642. return this;
  643. }
  644. public Criteria andTemp4NotBetween(String value1, String value2) {
  645. addCriterion("temp4 not between", value1, value2, "temp4");
  646. return this;
  647. }
  648. public Criteria andTemp5IsNull() {
  649. addCriterion("temp5 is null");
  650. return this;
  651. }
  652. public Criteria andTemp5IsNotNull() {
  653. addCriterion("temp5 is not null");
  654. return this;
  655. }
  656. public Criteria andTemp5EqualTo(String value) {
  657. addCriterion("temp5 =", value, "temp5");
  658. return this;
  659. }
  660. public Criteria andTemp5NotEqualTo(String value) {
  661. addCriterion("temp5 <>", value, "temp5");
  662. return this;
  663. }
  664. public Criteria andTemp5GreaterThan(String value) {
  665. addCriterion("temp5 >", value, "temp5");
  666. return this;
  667. }
  668. public Criteria andTemp5GreaterThanOrEqualTo(String value) {
  669. addCriterion("temp5 >=", value, "temp5");
  670. return this;
  671. }
  672. public Criteria andTemp5LessThan(String value) {
  673. addCriterion("temp5 <", value, "temp5");
  674. return this;
  675. }
  676. public Criteria andTemp5LessThanOrEqualTo(String value) {
  677. addCriterion("temp5 <=", value, "temp5");
  678. return this;
  679. }
  680. public Criteria andTemp5Like(String value) {
  681. addCriterion("temp5 like", value, "temp5");
  682. return this;
  683. }
  684. public Criteria andTemp5NotLike(String value) {
  685. addCriterion("temp5 not like", value, "temp5");
  686. return this;
  687. }
  688. public Criteria andTemp5In(List<String> values) {
  689. addCriterion("temp5 in", values, "temp5");
  690. return this;
  691. }
  692. public Criteria andTemp5NotIn(List<String> values) {
  693. addCriterion("temp5 not in", values, "temp5");
  694. return this;
  695. }
  696. public Criteria andTemp5Between(String value1, String value2) {
  697. addCriterion("temp5 between", value1, value2, "temp5");
  698. return this;
  699. }
  700. public Criteria andTemp5NotBetween(String value1, String value2) {
  701. addCriterion("temp5 not between", value1, value2, "temp5");
  702. return this;
  703. }
  704. public Criteria andTemp6IsNull() {
  705. addCriterion("temp6 is null");
  706. return this;
  707. }
  708. public Criteria andTemp6IsNotNull() {
  709. addCriterion("temp6 is not null");
  710. return this;
  711. }
  712. public Criteria andTemp6EqualTo(String value) {
  713. addCriterion("temp6 =", value, "temp6");
  714. return this;
  715. }
  716. public Criteria andTemp6NotEqualTo(String value) {
  717. addCriterion("temp6 <>", value, "temp6");
  718. return this;
  719. }
  720. public Criteria andTemp6GreaterThan(String value) {
  721. addCriterion("temp6 >", value, "temp6");
  722. return this;
  723. }
  724. public Criteria andTemp6GreaterThanOrEqualTo(String value) {
  725. addCriterion("temp6 >=", value, "temp6");
  726. return this;
  727. }
  728. public Criteria andTemp6LessThan(String value) {
  729. addCriterion("temp6 <", value, "temp6");
  730. return this;
  731. }
  732. public Criteria andTemp6LessThanOrEqualTo(String value) {
  733. addCriterion("temp6 <=", value, "temp6");
  734. return this;
  735. }
  736. public Criteria andTemp6Like(String value) {
  737. addCriterion("temp6 like", value, "temp6");
  738. return this;
  739. }
  740. public Criteria andTemp6NotLike(String value) {
  741. addCriterion("temp6 not like", value, "temp6");
  742. return this;
  743. }
  744. public Criteria andTemp6In(List<String> values) {
  745. addCriterion("temp6 in", values, "temp6");
  746. return this;
  747. }
  748. public Criteria andTemp6NotIn(List<String> values) {
  749. addCriterion("temp6 not in", values, "temp6");
  750. return this;
  751. }
  752. public Criteria andTemp6Between(String value1, String value2) {
  753. addCriterion("temp6 between", value1, value2, "temp6");
  754. return this;
  755. }
  756. public Criteria andTemp6NotBetween(String value1, String value2) {
  757. addCriterion("temp6 not between", value1, value2, "temp6");
  758. return this;
  759. }
  760. public Criteria andTemp7IsNull() {
  761. addCriterion("temp7 is null");
  762. return this;
  763. }
  764. public Criteria andTemp7IsNotNull() {
  765. addCriterion("temp7 is not null");
  766. return this;
  767. }
  768. public Criteria andTemp7EqualTo(String value) {
  769. addCriterion("temp7 =", value, "temp7");
  770. return this;
  771. }
  772. public Criteria andTemp7NotEqualTo(String value) {
  773. addCriterion("temp7 <>", value, "temp7");
  774. return this;
  775. }
  776. public Criteria andTemp7GreaterThan(String value) {
  777. addCriterion("temp7 >", value, "temp7");
  778. return this;
  779. }
  780. public Criteria andTemp7GreaterThanOrEqualTo(String value) {
  781. addCriterion("temp7 >=", value, "temp7");
  782. return this;
  783. }
  784. public Criteria andTemp7LessThan(String value) {
  785. addCriterion("temp7 <", value, "temp7");
  786. return this;
  787. }
  788. public Criteria andTemp7LessThanOrEqualTo(String value) {
  789. addCriterion("temp7 <=", value, "temp7");
  790. return this;
  791. }
  792. public Criteria andTemp7Like(String value) {
  793. addCriterion("temp7 like", value, "temp7");
  794. return this;
  795. }
  796. public Criteria andTemp7NotLike(String value) {
  797. addCriterion("temp7 not like", value, "temp7");
  798. return this;
  799. }
  800. public Criteria andTemp7In(List<String> values) {
  801. addCriterion("temp7 in", values, "temp7");
  802. return this;
  803. }
  804. public Criteria andTemp7NotIn(List<String> values) {
  805. addCriterion("temp7 not in", values, "temp7");
  806. return this;
  807. }
  808. public Criteria andTemp7Between(String value1, String value2) {
  809. addCriterion("temp7 between", value1, value2, "temp7");
  810. return this;
  811. }
  812. public Criteria andTemp7NotBetween(String value1, String value2) {
  813. addCriterion("temp7 not between", value1, value2, "temp7");
  814. return this;
  815. }
  816. public Criteria andTemp8IsNull() {
  817. addCriterion("temp8 is null");
  818. return this;
  819. }
  820. public Criteria andTemp8IsNotNull() {
  821. addCriterion("temp8 is not null");
  822. return this;
  823. }
  824. public Criteria andTemp8EqualTo(String value) {
  825. addCriterion("temp8 =", value, "temp8");
  826. return this;
  827. }
  828. public Criteria andTemp8NotEqualTo(String value) {
  829. addCriterion("temp8 <>", value, "temp8");
  830. return this;
  831. }
  832. public Criteria andTemp8GreaterThan(String value) {
  833. addCriterion("temp8 >", value, "temp8");
  834. return this;
  835. }
  836. public Criteria andTemp8GreaterThanOrEqualTo(String value) {
  837. addCriterion("temp8 >=", value, "temp8");
  838. return this;
  839. }
  840. public Criteria andTemp8LessThan(String value) {
  841. addCriterion("temp8 <", value, "temp8");
  842. return this;
  843. }
  844. public Criteria andTemp8LessThanOrEqualTo(String value) {
  845. addCriterion("temp8 <=", value, "temp8");
  846. return this;
  847. }
  848. public Criteria andTemp8Like(String value) {
  849. addCriterion("temp8 like", value, "temp8");
  850. return this;
  851. }
  852. public Criteria andTemp8NotLike(String value) {
  853. addCriterion("temp8 not like", value, "temp8");
  854. return this;
  855. }
  856. public Criteria andTemp8In(List<String> values) {
  857. addCriterion("temp8 in", values, "temp8");
  858. return this;
  859. }
  860. public Criteria andTemp8NotIn(List<String> values) {
  861. addCriterion("temp8 not in", values, "temp8");
  862. return this;
  863. }
  864. public Criteria andTemp8Between(String value1, String value2) {
  865. addCriterion("temp8 between", value1, value2, "temp8");
  866. return this;
  867. }
  868. public Criteria andTemp8NotBetween(String value1, String value2) {
  869. addCriterion("temp8 not between", value1, value2, "temp8");
  870. return this;
  871. }
  872. public Criteria andTemp9IsNull() {
  873. addCriterion("temp9 is null");
  874. return this;
  875. }
  876. public Criteria andTemp9IsNotNull() {
  877. addCriterion("temp9 is not null");
  878. return this;
  879. }
  880. public Criteria andTemp9EqualTo(String value) {
  881. addCriterion("temp9 =", value, "temp9");
  882. return this;
  883. }
  884. public Criteria andTemp9NotEqualTo(String value) {
  885. addCriterion("temp9 <>", value, "temp9");
  886. return this;
  887. }
  888. public Criteria andTemp9GreaterThan(String value) {
  889. addCriterion("temp9 >", value, "temp9");
  890. return this;
  891. }
  892. public Criteria andTemp9GreaterThanOrEqualTo(String value) {
  893. addCriterion("temp9 >=", value, "temp9");
  894. return this;
  895. }
  896. public Criteria andTemp9LessThan(String value) {
  897. addCriterion("temp9 <", value, "temp9");
  898. return this;
  899. }
  900. public Criteria andTemp9LessThanOrEqualTo(String value) {
  901. addCriterion("temp9 <=", value, "temp9");
  902. return this;
  903. }
  904. public Criteria andTemp9Like(String value) {
  905. addCriterion("temp9 like", value, "temp9");
  906. return this;
  907. }
  908. public Criteria andTemp9NotLike(String value) {
  909. addCriterion("temp9 not like", value, "temp9");
  910. return this;
  911. }
  912. public Criteria andTemp9In(List<String> values) {
  913. addCriterion("temp9 in", values, "temp9");
  914. return this;
  915. }
  916. public Criteria andTemp9NotIn(List<String> values) {
  917. addCriterion("temp9 not in", values, "temp9");
  918. return this;
  919. }
  920. public Criteria andTemp9Between(String value1, String value2) {
  921. addCriterion("temp9 between", value1, value2, "temp9");
  922. return this;
  923. }
  924. public Criteria andTemp9NotBetween(String value1, String value2) {
  925. addCriterion("temp9 not between", value1, value2, "temp9");
  926. return this;
  927. }
  928. public Criteria andBzIsNull() {
  929. addCriterion("bz is null");
  930. return this;
  931. }
  932. public Criteria andBzIsNotNull() {
  933. addCriterion("bz is not null");
  934. return this;
  935. }
  936. public Criteria andBzEqualTo(Integer value) {
  937. addCriterion("bz =", value, "bz");
  938. return this;
  939. }
  940. public Criteria andBzNotEqualTo(Integer value) {
  941. addCriterion("bz <>", value, "bz");
  942. return this;
  943. }
  944. public Criteria andBzGreaterThan(Integer value) {
  945. addCriterion("bz >", value, "bz");
  946. return this;
  947. }
  948. public Criteria andBzGreaterThanOrEqualTo(Integer value) {
  949. addCriterion("bz >=", value, "bz");
  950. return this;
  951. }
  952. public Criteria andBzLessThan(Integer value) {
  953. addCriterion("bz <", value, "bz");
  954. return this;
  955. }
  956. public Criteria andBzLessThanOrEqualTo(Integer value) {
  957. addCriterion("bz <=", value, "bz");
  958. return this;
  959. }
  960. public Criteria andBzIn(List<Integer> values) {
  961. addCriterion("bz in", values, "bz");
  962. return this;
  963. }
  964. public Criteria andBzNotIn(List<Integer> values) {
  965. addCriterion("bz not in", values, "bz");
  966. return this;
  967. }
  968. public Criteria andBzBetween(Integer value1, Integer value2) {
  969. addCriterion("bz between", value1, value2, "bz");
  970. return this;
  971. }
  972. public Criteria andBzNotBetween(Integer value1, Integer value2) {
  973. addCriterion("bz not between", value1, value2, "bz");
  974. return this;
  975. }
  976. public Criteria andTjsjIsNull() {
  977. addCriterion("tjsj is null");
  978. return this;
  979. }
  980. public Criteria andTjsjIsNotNull() {
  981. addCriterion("tjsj is not null");
  982. return this;
  983. }
  984. public Criteria andTjsjEqualTo(Date value) {
  985. addCriterion("tjsj =", value, "tjsj");
  986. return this;
  987. }
  988. public Criteria andTjsjNotEqualTo(Date value) {
  989. addCriterion("tjsj <>", value, "tjsj");
  990. return this;
  991. }
  992. public Criteria andTjsjGreaterThan(Date value) {
  993. addCriterion("tjsj >", value, "tjsj");
  994. return this;
  995. }
  996. public Criteria andTjsjGreaterThanOrEqualTo(Date value) {
  997. addCriterion("tjsj >=", value, "tjsj");
  998. return this;
  999. }
  1000. public Criteria andTjsjLessThan(Date value) {
  1001. addCriterion("tjsj <", value, "tjsj");
  1002. return this;
  1003. }
  1004. public Criteria andTjsjLessThanOrEqualTo(Date value) {
  1005. addCriterion("tjsj <=", value, "tjsj");
  1006. return this;
  1007. }
  1008. public Criteria andTjsjIn(List<Date> values) {
  1009. addCriterion("tjsj in", values, "tjsj");
  1010. return this;
  1011. }
  1012. public Criteria andTjsjNotIn(List<Date> values) {
  1013. addCriterion("tjsj not in", values, "tjsj");
  1014. return this;
  1015. }
  1016. public Criteria andTjsjBetween(Date value1, Date value2) {
  1017. addCriterion("tjsj between", value1, value2, "tjsj");
  1018. return this;
  1019. }
  1020. public Criteria andTjsjNotBetween(Date value1, Date value2) {
  1021. addCriterion("tjsj not between", value1, value2, "tjsj");
  1022. return this;
  1023. }
  1024. public Criteria andScsjIsNull() {
  1025. addCriterion("scsj is null");
  1026. return this;
  1027. }
  1028. public Criteria andScsjIsNotNull() {
  1029. addCriterion("scsj is not null");
  1030. return this;
  1031. }
  1032. public Criteria andScsjEqualTo(Date value) {
  1033. addCriterion("scsj =", value, "scsj");
  1034. return this;
  1035. }
  1036. public Criteria andScsjNotEqualTo(Date value) {
  1037. addCriterion("scsj <>", value, "scsj");
  1038. return this;
  1039. }
  1040. public Criteria andScsjGreaterThan(Date value) {
  1041. addCriterion("scsj >", value, "scsj");
  1042. return this;
  1043. }
  1044. public Criteria andScsjGreaterThanOrEqualTo(Date value) {
  1045. addCriterion("scsj >=", value, "scsj");
  1046. return this;
  1047. }
  1048. public Criteria andScsjLessThan(Date value) {
  1049. addCriterion("scsj <", value, "scsj");
  1050. return this;
  1051. }
  1052. public Criteria andScsjLessThanOrEqualTo(Date value) {
  1053. addCriterion("scsj <=", value, "scsj");
  1054. return this;
  1055. }
  1056. public Criteria andScsjIn(List<Date> values) {
  1057. addCriterion("scsj in", values, "scsj");
  1058. return this;
  1059. }
  1060. public Criteria andScsjNotIn(List<Date> values) {
  1061. addCriterion("scsj not in", values, "scsj");
  1062. return this;
  1063. }
  1064. public Criteria andScsjBetween(Date value1, Date value2) {
  1065. addCriterion("scsj between", value1, value2, "scsj");
  1066. return this;
  1067. }
  1068. public Criteria andScsjNotBetween(Date value1, Date value2) {
  1069. addCriterion("scsj not between", value1, value2, "scsj");
  1070. return this;
  1071. }
  1072. }
  1073. }