XtYdjkExample.java 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604
  1. package com.huimv.xt.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 XtYdjkExample {
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database table xt_ydjk
  11. *
  12. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  13. */
  14. protected String orderByClause;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database table xt_ydjk
  18. *
  19. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  20. */
  21. protected List<Criteria> oredCriteria;
  22. /**
  23. * This field was generated by Apache iBATIS ibator.
  24. * This field corresponds to the database table xt_ydjk
  25. *
  26. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  27. */
  28. protected int start = -1;
  29. /**
  30. * This field was generated by Apache iBATIS ibator.
  31. * This field corresponds to the database table xt_ydjk
  32. *
  33. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  34. */
  35. protected int limit = -1;
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table xt_ydjk
  39. *
  40. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  41. */
  42. public XtYdjkExample() {
  43. oredCriteria = new ArrayList<Criteria>();
  44. }
  45. /**
  46. * This method was generated by Apache iBATIS ibator.
  47. * This method corresponds to the database table xt_ydjk
  48. *
  49. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  50. */
  51. protected XtYdjkExample(XtYdjkExample 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 xt_ydjk
  58. *
  59. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  67. *
  68. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  76. *
  77. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  85. *
  86. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  94. *
  95. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  107. *
  108. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  117. *
  118. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  126. *
  127. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  135. *
  136. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  144. *
  145. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  153. *
  154. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 xt_ydjk
  162. *
  163. * @ibatorgenerated Tue Apr 28 16:15:10 CST 2015
  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 andSbmcIsNull() {
  328. addCriterion("SBMC is null");
  329. return this;
  330. }
  331. public Criteria andSbmcIsNotNull() {
  332. addCriterion("SBMC is not null");
  333. return this;
  334. }
  335. public Criteria andSbmcEqualTo(String value) {
  336. addCriterion("SBMC =", value, "sbmc");
  337. return this;
  338. }
  339. public Criteria andSbmcNotEqualTo(String value) {
  340. addCriterion("SBMC <>", value, "sbmc");
  341. return this;
  342. }
  343. public Criteria andSbmcGreaterThan(String value) {
  344. addCriterion("SBMC >", value, "sbmc");
  345. return this;
  346. }
  347. public Criteria andSbmcGreaterThanOrEqualTo(String value) {
  348. addCriterion("SBMC >=", value, "sbmc");
  349. return this;
  350. }
  351. public Criteria andSbmcLessThan(String value) {
  352. addCriterion("SBMC <", value, "sbmc");
  353. return this;
  354. }
  355. public Criteria andSbmcLessThanOrEqualTo(String value) {
  356. addCriterion("SBMC <=", value, "sbmc");
  357. return this;
  358. }
  359. public Criteria andSbmcLike(String value) {
  360. addCriterion("SBMC like", value, "sbmc");
  361. return this;
  362. }
  363. public Criteria andSbmcNotLike(String value) {
  364. addCriterion("SBMC not like", value, "sbmc");
  365. return this;
  366. }
  367. public Criteria andSbmcIn(List<String> values) {
  368. addCriterion("SBMC in", values, "sbmc");
  369. return this;
  370. }
  371. public Criteria andSbmcNotIn(List<String> values) {
  372. addCriterion("SBMC not in", values, "sbmc");
  373. return this;
  374. }
  375. public Criteria andSbmcBetween(String value1, String value2) {
  376. addCriterion("SBMC between", value1, value2, "sbmc");
  377. return this;
  378. }
  379. public Criteria andSbmcNotBetween(String value1, String value2) {
  380. addCriterion("SBMC not between", value1, value2, "sbmc");
  381. return this;
  382. }
  383. public Criteria andSbipIsNull() {
  384. addCriterion("SBIP is null");
  385. return this;
  386. }
  387. public Criteria andSbipIsNotNull() {
  388. addCriterion("SBIP is not null");
  389. return this;
  390. }
  391. public Criteria andSbipEqualTo(String value) {
  392. addCriterion("SBIP =", value, "sbip");
  393. return this;
  394. }
  395. public Criteria andSbipNotEqualTo(String value) {
  396. addCriterion("SBIP <>", value, "sbip");
  397. return this;
  398. }
  399. public Criteria andSbipGreaterThan(String value) {
  400. addCriterion("SBIP >", value, "sbip");
  401. return this;
  402. }
  403. public Criteria andSbipGreaterThanOrEqualTo(String value) {
  404. addCriterion("SBIP >=", value, "sbip");
  405. return this;
  406. }
  407. public Criteria andSbipLessThan(String value) {
  408. addCriterion("SBIP <", value, "sbip");
  409. return this;
  410. }
  411. public Criteria andSbipLessThanOrEqualTo(String value) {
  412. addCriterion("SBIP <=", value, "sbip");
  413. return this;
  414. }
  415. public Criteria andSbipLike(String value) {
  416. addCriterion("SBIP like", value, "sbip");
  417. return this;
  418. }
  419. public Criteria andSbipNotLike(String value) {
  420. addCriterion("SBIP not like", value, "sbip");
  421. return this;
  422. }
  423. public Criteria andSbipIn(List<String> values) {
  424. addCriterion("SBIP in", values, "sbip");
  425. return this;
  426. }
  427. public Criteria andSbipNotIn(List<String> values) {
  428. addCriterion("SBIP not in", values, "sbip");
  429. return this;
  430. }
  431. public Criteria andSbipBetween(String value1, String value2) {
  432. addCriterion("SBIP between", value1, value2, "sbip");
  433. return this;
  434. }
  435. public Criteria andSbipNotBetween(String value1, String value2) {
  436. addCriterion("SBIP not between", value1, value2, "sbip");
  437. return this;
  438. }
  439. public Criteria andTd1IsNull() {
  440. addCriterion("TD1 is null");
  441. return this;
  442. }
  443. public Criteria andTd1IsNotNull() {
  444. addCriterion("TD1 is not null");
  445. return this;
  446. }
  447. public Criteria andTd1EqualTo(Integer value) {
  448. addCriterion("TD1 =", value, "td1");
  449. return this;
  450. }
  451. public Criteria andTd1NotEqualTo(Integer value) {
  452. addCriterion("TD1 <>", value, "td1");
  453. return this;
  454. }
  455. public Criteria andTd1GreaterThan(Integer value) {
  456. addCriterion("TD1 >", value, "td1");
  457. return this;
  458. }
  459. public Criteria andTd1GreaterThanOrEqualTo(Integer value) {
  460. addCriterion("TD1 >=", value, "td1");
  461. return this;
  462. }
  463. public Criteria andTd1LessThan(Integer value) {
  464. addCriterion("TD1 <", value, "td1");
  465. return this;
  466. }
  467. public Criteria andTd1LessThanOrEqualTo(Integer value) {
  468. addCriterion("TD1 <=", value, "td1");
  469. return this;
  470. }
  471. public Criteria andTd1In(List<Integer> values) {
  472. addCriterion("TD1 in", values, "td1");
  473. return this;
  474. }
  475. public Criteria andTd1NotIn(List<Integer> values) {
  476. addCriterion("TD1 not in", values, "td1");
  477. return this;
  478. }
  479. public Criteria andTd1Between(Integer value1, Integer value2) {
  480. addCriterion("TD1 between", value1, value2, "td1");
  481. return this;
  482. }
  483. public Criteria andTd1NotBetween(Integer value1, Integer value2) {
  484. addCriterion("TD1 not between", value1, value2, "td1");
  485. return this;
  486. }
  487. public Criteria andTd2IsNull() {
  488. addCriterion("TD2 is null");
  489. return this;
  490. }
  491. public Criteria andTd2IsNotNull() {
  492. addCriterion("TD2 is not null");
  493. return this;
  494. }
  495. public Criteria andTd2EqualTo(Integer value) {
  496. addCriterion("TD2 =", value, "td2");
  497. return this;
  498. }
  499. public Criteria andTd2NotEqualTo(Integer value) {
  500. addCriterion("TD2 <>", value, "td2");
  501. return this;
  502. }
  503. public Criteria andTd2GreaterThan(Integer value) {
  504. addCriterion("TD2 >", value, "td2");
  505. return this;
  506. }
  507. public Criteria andTd2GreaterThanOrEqualTo(Integer value) {
  508. addCriterion("TD2 >=", value, "td2");
  509. return this;
  510. }
  511. public Criteria andTd2LessThan(Integer value) {
  512. addCriterion("TD2 <", value, "td2");
  513. return this;
  514. }
  515. public Criteria andTd2LessThanOrEqualTo(Integer value) {
  516. addCriterion("TD2 <=", value, "td2");
  517. return this;
  518. }
  519. public Criteria andTd2In(List<Integer> values) {
  520. addCriterion("TD2 in", values, "td2");
  521. return this;
  522. }
  523. public Criteria andTd2NotIn(List<Integer> values) {
  524. addCriterion("TD2 not in", values, "td2");
  525. return this;
  526. }
  527. public Criteria andTd2Between(Integer value1, Integer value2) {
  528. addCriterion("TD2 between", value1, value2, "td2");
  529. return this;
  530. }
  531. public Criteria andTd2NotBetween(Integer value1, Integer value2) {
  532. addCriterion("TD2 not between", value1, value2, "td2");
  533. return this;
  534. }
  535. public Criteria andTd3IsNull() {
  536. addCriterion("TD3 is null");
  537. return this;
  538. }
  539. public Criteria andTd3IsNotNull() {
  540. addCriterion("TD3 is not null");
  541. return this;
  542. }
  543. public Criteria andTd3EqualTo(Integer value) {
  544. addCriterion("TD3 =", value, "td3");
  545. return this;
  546. }
  547. public Criteria andTd3NotEqualTo(Integer value) {
  548. addCriterion("TD3 <>", value, "td3");
  549. return this;
  550. }
  551. public Criteria andTd3GreaterThan(Integer value) {
  552. addCriterion("TD3 >", value, "td3");
  553. return this;
  554. }
  555. public Criteria andTd3GreaterThanOrEqualTo(Integer value) {
  556. addCriterion("TD3 >=", value, "td3");
  557. return this;
  558. }
  559. public Criteria andTd3LessThan(Integer value) {
  560. addCriterion("TD3 <", value, "td3");
  561. return this;
  562. }
  563. public Criteria andTd3LessThanOrEqualTo(Integer value) {
  564. addCriterion("TD3 <=", value, "td3");
  565. return this;
  566. }
  567. public Criteria andTd3In(List<Integer> values) {
  568. addCriterion("TD3 in", values, "td3");
  569. return this;
  570. }
  571. public Criteria andTd3NotIn(List<Integer> values) {
  572. addCriterion("TD3 not in", values, "td3");
  573. return this;
  574. }
  575. public Criteria andTd3Between(Integer value1, Integer value2) {
  576. addCriterion("TD3 between", value1, value2, "td3");
  577. return this;
  578. }
  579. public Criteria andTd3NotBetween(Integer value1, Integer value2) {
  580. addCriterion("TD3 not between", value1, value2, "td3");
  581. return this;
  582. }
  583. public Criteria andTd4IsNull() {
  584. addCriterion("TD4 is null");
  585. return this;
  586. }
  587. public Criteria andTd4IsNotNull() {
  588. addCriterion("TD4 is not null");
  589. return this;
  590. }
  591. public Criteria andTd4EqualTo(Integer value) {
  592. addCriterion("TD4 =", value, "td4");
  593. return this;
  594. }
  595. public Criteria andTd4NotEqualTo(Integer value) {
  596. addCriterion("TD4 <>", value, "td4");
  597. return this;
  598. }
  599. public Criteria andTd4GreaterThan(Integer value) {
  600. addCriterion("TD4 >", value, "td4");
  601. return this;
  602. }
  603. public Criteria andTd4GreaterThanOrEqualTo(Integer value) {
  604. addCriterion("TD4 >=", value, "td4");
  605. return this;
  606. }
  607. public Criteria andTd4LessThan(Integer value) {
  608. addCriterion("TD4 <", value, "td4");
  609. return this;
  610. }
  611. public Criteria andTd4LessThanOrEqualTo(Integer value) {
  612. addCriterion("TD4 <=", value, "td4");
  613. return this;
  614. }
  615. public Criteria andTd4In(List<Integer> values) {
  616. addCriterion("TD4 in", values, "td4");
  617. return this;
  618. }
  619. public Criteria andTd4NotIn(List<Integer> values) {
  620. addCriterion("TD4 not in", values, "td4");
  621. return this;
  622. }
  623. public Criteria andTd4Between(Integer value1, Integer value2) {
  624. addCriterion("TD4 between", value1, value2, "td4");
  625. return this;
  626. }
  627. public Criteria andTd4NotBetween(Integer value1, Integer value2) {
  628. addCriterion("TD4 not between", value1, value2, "td4");
  629. return this;
  630. }
  631. public Criteria andTd5IsNull() {
  632. addCriterion("TD5 is null");
  633. return this;
  634. }
  635. public Criteria andTd5IsNotNull() {
  636. addCriterion("TD5 is not null");
  637. return this;
  638. }
  639. public Criteria andTd5EqualTo(Integer value) {
  640. addCriterion("TD5 =", value, "td5");
  641. return this;
  642. }
  643. public Criteria andTd5NotEqualTo(Integer value) {
  644. addCriterion("TD5 <>", value, "td5");
  645. return this;
  646. }
  647. public Criteria andTd5GreaterThan(Integer value) {
  648. addCriterion("TD5 >", value, "td5");
  649. return this;
  650. }
  651. public Criteria andTd5GreaterThanOrEqualTo(Integer value) {
  652. addCriterion("TD5 >=", value, "td5");
  653. return this;
  654. }
  655. public Criteria andTd5LessThan(Integer value) {
  656. addCriterion("TD5 <", value, "td5");
  657. return this;
  658. }
  659. public Criteria andTd5LessThanOrEqualTo(Integer value) {
  660. addCriterion("TD5 <=", value, "td5");
  661. return this;
  662. }
  663. public Criteria andTd5In(List<Integer> values) {
  664. addCriterion("TD5 in", values, "td5");
  665. return this;
  666. }
  667. public Criteria andTd5NotIn(List<Integer> values) {
  668. addCriterion("TD5 not in", values, "td5");
  669. return this;
  670. }
  671. public Criteria andTd5Between(Integer value1, Integer value2) {
  672. addCriterion("TD5 between", value1, value2, "td5");
  673. return this;
  674. }
  675. public Criteria andTd5NotBetween(Integer value1, Integer value2) {
  676. addCriterion("TD5 not between", value1, value2, "td5");
  677. return this;
  678. }
  679. public Criteria andTd6IsNull() {
  680. addCriterion("TD6 is null");
  681. return this;
  682. }
  683. public Criteria andTd6IsNotNull() {
  684. addCriterion("TD6 is not null");
  685. return this;
  686. }
  687. public Criteria andTd6EqualTo(Integer value) {
  688. addCriterion("TD6 =", value, "td6");
  689. return this;
  690. }
  691. public Criteria andTd6NotEqualTo(Integer value) {
  692. addCriterion("TD6 <>", value, "td6");
  693. return this;
  694. }
  695. public Criteria andTd6GreaterThan(Integer value) {
  696. addCriterion("TD6 >", value, "td6");
  697. return this;
  698. }
  699. public Criteria andTd6GreaterThanOrEqualTo(Integer value) {
  700. addCriterion("TD6 >=", value, "td6");
  701. return this;
  702. }
  703. public Criteria andTd6LessThan(Integer value) {
  704. addCriterion("TD6 <", value, "td6");
  705. return this;
  706. }
  707. public Criteria andTd6LessThanOrEqualTo(Integer value) {
  708. addCriterion("TD6 <=", value, "td6");
  709. return this;
  710. }
  711. public Criteria andTd6In(List<Integer> values) {
  712. addCriterion("TD6 in", values, "td6");
  713. return this;
  714. }
  715. public Criteria andTd6NotIn(List<Integer> values) {
  716. addCriterion("TD6 not in", values, "td6");
  717. return this;
  718. }
  719. public Criteria andTd6Between(Integer value1, Integer value2) {
  720. addCriterion("TD6 between", value1, value2, "td6");
  721. return this;
  722. }
  723. public Criteria andTd6NotBetween(Integer value1, Integer value2) {
  724. addCriterion("TD6 not between", value1, value2, "td6");
  725. return this;
  726. }
  727. public Criteria andTd7IsNull() {
  728. addCriterion("TD7 is null");
  729. return this;
  730. }
  731. public Criteria andTd7IsNotNull() {
  732. addCriterion("TD7 is not null");
  733. return this;
  734. }
  735. public Criteria andTd7EqualTo(Integer value) {
  736. addCriterion("TD7 =", value, "td7");
  737. return this;
  738. }
  739. public Criteria andTd7NotEqualTo(Integer value) {
  740. addCriterion("TD7 <>", value, "td7");
  741. return this;
  742. }
  743. public Criteria andTd7GreaterThan(Integer value) {
  744. addCriterion("TD7 >", value, "td7");
  745. return this;
  746. }
  747. public Criteria andTd7GreaterThanOrEqualTo(Integer value) {
  748. addCriterion("TD7 >=", value, "td7");
  749. return this;
  750. }
  751. public Criteria andTd7LessThan(Integer value) {
  752. addCriterion("TD7 <", value, "td7");
  753. return this;
  754. }
  755. public Criteria andTd7LessThanOrEqualTo(Integer value) {
  756. addCriterion("TD7 <=", value, "td7");
  757. return this;
  758. }
  759. public Criteria andTd7In(List<Integer> values) {
  760. addCriterion("TD7 in", values, "td7");
  761. return this;
  762. }
  763. public Criteria andTd7NotIn(List<Integer> values) {
  764. addCriterion("TD7 not in", values, "td7");
  765. return this;
  766. }
  767. public Criteria andTd7Between(Integer value1, Integer value2) {
  768. addCriterion("TD7 between", value1, value2, "td7");
  769. return this;
  770. }
  771. public Criteria andTd7NotBetween(Integer value1, Integer value2) {
  772. addCriterion("TD7 not between", value1, value2, "td7");
  773. return this;
  774. }
  775. public Criteria andTd8IsNull() {
  776. addCriterion("TD8 is null");
  777. return this;
  778. }
  779. public Criteria andTd8IsNotNull() {
  780. addCriterion("TD8 is not null");
  781. return this;
  782. }
  783. public Criteria andTd8EqualTo(Integer value) {
  784. addCriterion("TD8 =", value, "td8");
  785. return this;
  786. }
  787. public Criteria andTd8NotEqualTo(Integer value) {
  788. addCriterion("TD8 <>", value, "td8");
  789. return this;
  790. }
  791. public Criteria andTd8GreaterThan(Integer value) {
  792. addCriterion("TD8 >", value, "td8");
  793. return this;
  794. }
  795. public Criteria andTd8GreaterThanOrEqualTo(Integer value) {
  796. addCriterion("TD8 >=", value, "td8");
  797. return this;
  798. }
  799. public Criteria andTd8LessThan(Integer value) {
  800. addCriterion("TD8 <", value, "td8");
  801. return this;
  802. }
  803. public Criteria andTd8LessThanOrEqualTo(Integer value) {
  804. addCriterion("TD8 <=", value, "td8");
  805. return this;
  806. }
  807. public Criteria andTd8In(List<Integer> values) {
  808. addCriterion("TD8 in", values, "td8");
  809. return this;
  810. }
  811. public Criteria andTd8NotIn(List<Integer> values) {
  812. addCriterion("TD8 not in", values, "td8");
  813. return this;
  814. }
  815. public Criteria andTd8Between(Integer value1, Integer value2) {
  816. addCriterion("TD8 between", value1, value2, "td8");
  817. return this;
  818. }
  819. public Criteria andTd8NotBetween(Integer value1, Integer value2) {
  820. addCriterion("TD8 not between", value1, value2, "td8");
  821. return this;
  822. }
  823. public Criteria andTd9IsNull() {
  824. addCriterion("TD9 is null");
  825. return this;
  826. }
  827. public Criteria andTd9IsNotNull() {
  828. addCriterion("TD9 is not null");
  829. return this;
  830. }
  831. public Criteria andTd9EqualTo(Integer value) {
  832. addCriterion("TD9 =", value, "td9");
  833. return this;
  834. }
  835. public Criteria andTd9NotEqualTo(Integer value) {
  836. addCriterion("TD9 <>", value, "td9");
  837. return this;
  838. }
  839. public Criteria andTd9GreaterThan(Integer value) {
  840. addCriterion("TD9 >", value, "td9");
  841. return this;
  842. }
  843. public Criteria andTd9GreaterThanOrEqualTo(Integer value) {
  844. addCriterion("TD9 >=", value, "td9");
  845. return this;
  846. }
  847. public Criteria andTd9LessThan(Integer value) {
  848. addCriterion("TD9 <", value, "td9");
  849. return this;
  850. }
  851. public Criteria andTd9LessThanOrEqualTo(Integer value) {
  852. addCriterion("TD9 <=", value, "td9");
  853. return this;
  854. }
  855. public Criteria andTd9In(List<Integer> values) {
  856. addCriterion("TD9 in", values, "td9");
  857. return this;
  858. }
  859. public Criteria andTd9NotIn(List<Integer> values) {
  860. addCriterion("TD9 not in", values, "td9");
  861. return this;
  862. }
  863. public Criteria andTd9Between(Integer value1, Integer value2) {
  864. addCriterion("TD9 between", value1, value2, "td9");
  865. return this;
  866. }
  867. public Criteria andTd9NotBetween(Integer value1, Integer value2) {
  868. addCriterion("TD9 not between", value1, value2, "td9");
  869. return this;
  870. }
  871. public Criteria andTd10IsNull() {
  872. addCriterion("TD10 is null");
  873. return this;
  874. }
  875. public Criteria andTd10IsNotNull() {
  876. addCriterion("TD10 is not null");
  877. return this;
  878. }
  879. public Criteria andTd10EqualTo(Integer value) {
  880. addCriterion("TD10 =", value, "td10");
  881. return this;
  882. }
  883. public Criteria andTd10NotEqualTo(Integer value) {
  884. addCriterion("TD10 <>", value, "td10");
  885. return this;
  886. }
  887. public Criteria andTd10GreaterThan(Integer value) {
  888. addCriterion("TD10 >", value, "td10");
  889. return this;
  890. }
  891. public Criteria andTd10GreaterThanOrEqualTo(Integer value) {
  892. addCriterion("TD10 >=", value, "td10");
  893. return this;
  894. }
  895. public Criteria andTd10LessThan(Integer value) {
  896. addCriterion("TD10 <", value, "td10");
  897. return this;
  898. }
  899. public Criteria andTd10LessThanOrEqualTo(Integer value) {
  900. addCriterion("TD10 <=", value, "td10");
  901. return this;
  902. }
  903. public Criteria andTd10In(List<Integer> values) {
  904. addCriterion("TD10 in", values, "td10");
  905. return this;
  906. }
  907. public Criteria andTd10NotIn(List<Integer> values) {
  908. addCriterion("TD10 not in", values, "td10");
  909. return this;
  910. }
  911. public Criteria andTd10Between(Integer value1, Integer value2) {
  912. addCriterion("TD10 between", value1, value2, "td10");
  913. return this;
  914. }
  915. public Criteria andTd10NotBetween(Integer value1, Integer value2) {
  916. addCriterion("TD10 not between", value1, value2, "td10");
  917. return this;
  918. }
  919. public Criteria andTd11IsNull() {
  920. addCriterion("TD11 is null");
  921. return this;
  922. }
  923. public Criteria andTd11IsNotNull() {
  924. addCriterion("TD11 is not null");
  925. return this;
  926. }
  927. public Criteria andTd11EqualTo(Integer value) {
  928. addCriterion("TD11 =", value, "td11");
  929. return this;
  930. }
  931. public Criteria andTd11NotEqualTo(Integer value) {
  932. addCriterion("TD11 <>", value, "td11");
  933. return this;
  934. }
  935. public Criteria andTd11GreaterThan(Integer value) {
  936. addCriterion("TD11 >", value, "td11");
  937. return this;
  938. }
  939. public Criteria andTd11GreaterThanOrEqualTo(Integer value) {
  940. addCriterion("TD11 >=", value, "td11");
  941. return this;
  942. }
  943. public Criteria andTd11LessThan(Integer value) {
  944. addCriterion("TD11 <", value, "td11");
  945. return this;
  946. }
  947. public Criteria andTd11LessThanOrEqualTo(Integer value) {
  948. addCriterion("TD11 <=", value, "td11");
  949. return this;
  950. }
  951. public Criteria andTd11In(List<Integer> values) {
  952. addCriterion("TD11 in", values, "td11");
  953. return this;
  954. }
  955. public Criteria andTd11NotIn(List<Integer> values) {
  956. addCriterion("TD11 not in", values, "td11");
  957. return this;
  958. }
  959. public Criteria andTd11Between(Integer value1, Integer value2) {
  960. addCriterion("TD11 between", value1, value2, "td11");
  961. return this;
  962. }
  963. public Criteria andTd11NotBetween(Integer value1, Integer value2) {
  964. addCriterion("TD11 not between", value1, value2, "td11");
  965. return this;
  966. }
  967. public Criteria andTd12IsNull() {
  968. addCriterion("TD12 is null");
  969. return this;
  970. }
  971. public Criteria andTd12IsNotNull() {
  972. addCriterion("TD12 is not null");
  973. return this;
  974. }
  975. public Criteria andTd12EqualTo(Integer value) {
  976. addCriterion("TD12 =", value, "td12");
  977. return this;
  978. }
  979. public Criteria andTd12NotEqualTo(Integer value) {
  980. addCriterion("TD12 <>", value, "td12");
  981. return this;
  982. }
  983. public Criteria andTd12GreaterThan(Integer value) {
  984. addCriterion("TD12 >", value, "td12");
  985. return this;
  986. }
  987. public Criteria andTd12GreaterThanOrEqualTo(Integer value) {
  988. addCriterion("TD12 >=", value, "td12");
  989. return this;
  990. }
  991. public Criteria andTd12LessThan(Integer value) {
  992. addCriterion("TD12 <", value, "td12");
  993. return this;
  994. }
  995. public Criteria andTd12LessThanOrEqualTo(Integer value) {
  996. addCriterion("TD12 <=", value, "td12");
  997. return this;
  998. }
  999. public Criteria andTd12In(List<Integer> values) {
  1000. addCriterion("TD12 in", values, "td12");
  1001. return this;
  1002. }
  1003. public Criteria andTd12NotIn(List<Integer> values) {
  1004. addCriterion("TD12 not in", values, "td12");
  1005. return this;
  1006. }
  1007. public Criteria andTd12Between(Integer value1, Integer value2) {
  1008. addCriterion("TD12 between", value1, value2, "td12");
  1009. return this;
  1010. }
  1011. public Criteria andTd12NotBetween(Integer value1, Integer value2) {
  1012. addCriterion("TD12 not between", value1, value2, "td12");
  1013. return this;
  1014. }
  1015. public Criteria andTd13IsNull() {
  1016. addCriterion("TD13 is null");
  1017. return this;
  1018. }
  1019. public Criteria andTd13IsNotNull() {
  1020. addCriterion("TD13 is not null");
  1021. return this;
  1022. }
  1023. public Criteria andTd13EqualTo(Integer value) {
  1024. addCriterion("TD13 =", value, "td13");
  1025. return this;
  1026. }
  1027. public Criteria andTd13NotEqualTo(Integer value) {
  1028. addCriterion("TD13 <>", value, "td13");
  1029. return this;
  1030. }
  1031. public Criteria andTd13GreaterThan(Integer value) {
  1032. addCriterion("TD13 >", value, "td13");
  1033. return this;
  1034. }
  1035. public Criteria andTd13GreaterThanOrEqualTo(Integer value) {
  1036. addCriterion("TD13 >=", value, "td13");
  1037. return this;
  1038. }
  1039. public Criteria andTd13LessThan(Integer value) {
  1040. addCriterion("TD13 <", value, "td13");
  1041. return this;
  1042. }
  1043. public Criteria andTd13LessThanOrEqualTo(Integer value) {
  1044. addCriterion("TD13 <=", value, "td13");
  1045. return this;
  1046. }
  1047. public Criteria andTd13In(List<Integer> values) {
  1048. addCriterion("TD13 in", values, "td13");
  1049. return this;
  1050. }
  1051. public Criteria andTd13NotIn(List<Integer> values) {
  1052. addCriterion("TD13 not in", values, "td13");
  1053. return this;
  1054. }
  1055. public Criteria andTd13Between(Integer value1, Integer value2) {
  1056. addCriterion("TD13 between", value1, value2, "td13");
  1057. return this;
  1058. }
  1059. public Criteria andTd13NotBetween(Integer value1, Integer value2) {
  1060. addCriterion("TD13 not between", value1, value2, "td13");
  1061. return this;
  1062. }
  1063. public Criteria andTd14IsNull() {
  1064. addCriterion("TD14 is null");
  1065. return this;
  1066. }
  1067. public Criteria andTd14IsNotNull() {
  1068. addCriterion("TD14 is not null");
  1069. return this;
  1070. }
  1071. public Criteria andTd14EqualTo(Integer value) {
  1072. addCriterion("TD14 =", value, "td14");
  1073. return this;
  1074. }
  1075. public Criteria andTd14NotEqualTo(Integer value) {
  1076. addCriterion("TD14 <>", value, "td14");
  1077. return this;
  1078. }
  1079. public Criteria andTd14GreaterThan(Integer value) {
  1080. addCriterion("TD14 >", value, "td14");
  1081. return this;
  1082. }
  1083. public Criteria andTd14GreaterThanOrEqualTo(Integer value) {
  1084. addCriterion("TD14 >=", value, "td14");
  1085. return this;
  1086. }
  1087. public Criteria andTd14LessThan(Integer value) {
  1088. addCriterion("TD14 <", value, "td14");
  1089. return this;
  1090. }
  1091. public Criteria andTd14LessThanOrEqualTo(Integer value) {
  1092. addCriterion("TD14 <=", value, "td14");
  1093. return this;
  1094. }
  1095. public Criteria andTd14In(List<Integer> values) {
  1096. addCriterion("TD14 in", values, "td14");
  1097. return this;
  1098. }
  1099. public Criteria andTd14NotIn(List<Integer> values) {
  1100. addCriterion("TD14 not in", values, "td14");
  1101. return this;
  1102. }
  1103. public Criteria andTd14Between(Integer value1, Integer value2) {
  1104. addCriterion("TD14 between", value1, value2, "td14");
  1105. return this;
  1106. }
  1107. public Criteria andTd14NotBetween(Integer value1, Integer value2) {
  1108. addCriterion("TD14 not between", value1, value2, "td14");
  1109. return this;
  1110. }
  1111. public Criteria andTd15IsNull() {
  1112. addCriterion("TD15 is null");
  1113. return this;
  1114. }
  1115. public Criteria andTd15IsNotNull() {
  1116. addCriterion("TD15 is not null");
  1117. return this;
  1118. }
  1119. public Criteria andTd15EqualTo(Integer value) {
  1120. addCriterion("TD15 =", value, "td15");
  1121. return this;
  1122. }
  1123. public Criteria andTd15NotEqualTo(Integer value) {
  1124. addCriterion("TD15 <>", value, "td15");
  1125. return this;
  1126. }
  1127. public Criteria andTd15GreaterThan(Integer value) {
  1128. addCriterion("TD15 >", value, "td15");
  1129. return this;
  1130. }
  1131. public Criteria andTd15GreaterThanOrEqualTo(Integer value) {
  1132. addCriterion("TD15 >=", value, "td15");
  1133. return this;
  1134. }
  1135. public Criteria andTd15LessThan(Integer value) {
  1136. addCriterion("TD15 <", value, "td15");
  1137. return this;
  1138. }
  1139. public Criteria andTd15LessThanOrEqualTo(Integer value) {
  1140. addCriterion("TD15 <=", value, "td15");
  1141. return this;
  1142. }
  1143. public Criteria andTd15In(List<Integer> values) {
  1144. addCriterion("TD15 in", values, "td15");
  1145. return this;
  1146. }
  1147. public Criteria andTd15NotIn(List<Integer> values) {
  1148. addCriterion("TD15 not in", values, "td15");
  1149. return this;
  1150. }
  1151. public Criteria andTd15Between(Integer value1, Integer value2) {
  1152. addCriterion("TD15 between", value1, value2, "td15");
  1153. return this;
  1154. }
  1155. public Criteria andTd15NotBetween(Integer value1, Integer value2) {
  1156. addCriterion("TD15 not between", value1, value2, "td15");
  1157. return this;
  1158. }
  1159. public Criteria andTd16IsNull() {
  1160. addCriterion("TD16 is null");
  1161. return this;
  1162. }
  1163. public Criteria andTd16IsNotNull() {
  1164. addCriterion("TD16 is not null");
  1165. return this;
  1166. }
  1167. public Criteria andTd16EqualTo(Integer value) {
  1168. addCriterion("TD16 =", value, "td16");
  1169. return this;
  1170. }
  1171. public Criteria andTd16NotEqualTo(Integer value) {
  1172. addCriterion("TD16 <>", value, "td16");
  1173. return this;
  1174. }
  1175. public Criteria andTd16GreaterThan(Integer value) {
  1176. addCriterion("TD16 >", value, "td16");
  1177. return this;
  1178. }
  1179. public Criteria andTd16GreaterThanOrEqualTo(Integer value) {
  1180. addCriterion("TD16 >=", value, "td16");
  1181. return this;
  1182. }
  1183. public Criteria andTd16LessThan(Integer value) {
  1184. addCriterion("TD16 <", value, "td16");
  1185. return this;
  1186. }
  1187. public Criteria andTd16LessThanOrEqualTo(Integer value) {
  1188. addCriterion("TD16 <=", value, "td16");
  1189. return this;
  1190. }
  1191. public Criteria andTd16In(List<Integer> values) {
  1192. addCriterion("TD16 in", values, "td16");
  1193. return this;
  1194. }
  1195. public Criteria andTd16NotIn(List<Integer> values) {
  1196. addCriterion("TD16 not in", values, "td16");
  1197. return this;
  1198. }
  1199. public Criteria andTd16Between(Integer value1, Integer value2) {
  1200. addCriterion("TD16 between", value1, value2, "td16");
  1201. return this;
  1202. }
  1203. public Criteria andTd16NotBetween(Integer value1, Integer value2) {
  1204. addCriterion("TD16 not between", value1, value2, "td16");
  1205. return this;
  1206. }
  1207. public Criteria andXgsjIsNull() {
  1208. addCriterion("XGSJ is null");
  1209. return this;
  1210. }
  1211. public Criteria andXgsjIsNotNull() {
  1212. addCriterion("XGSJ is not null");
  1213. return this;
  1214. }
  1215. public Criteria andXgsjEqualTo(Date value) {
  1216. addCriterion("XGSJ =", value, "xgsj");
  1217. return this;
  1218. }
  1219. public Criteria andXgsjNotEqualTo(Date value) {
  1220. addCriterion("XGSJ <>", value, "xgsj");
  1221. return this;
  1222. }
  1223. public Criteria andXgsjGreaterThan(Date value) {
  1224. addCriterion("XGSJ >", value, "xgsj");
  1225. return this;
  1226. }
  1227. public Criteria andXgsjGreaterThanOrEqualTo(Date value) {
  1228. addCriterion("XGSJ >=", value, "xgsj");
  1229. return this;
  1230. }
  1231. public Criteria andXgsjLessThan(Date value) {
  1232. addCriterion("XGSJ <", value, "xgsj");
  1233. return this;
  1234. }
  1235. public Criteria andXgsjLessThanOrEqualTo(Date value) {
  1236. addCriterion("XGSJ <=", value, "xgsj");
  1237. return this;
  1238. }
  1239. public Criteria andXgsjIn(List<Date> values) {
  1240. addCriterion("XGSJ in", values, "xgsj");
  1241. return this;
  1242. }
  1243. public Criteria andXgsjNotIn(List<Date> values) {
  1244. addCriterion("XGSJ not in", values, "xgsj");
  1245. return this;
  1246. }
  1247. public Criteria andXgsjBetween(Date value1, Date value2) {
  1248. addCriterion("XGSJ between", value1, value2, "xgsj");
  1249. return this;
  1250. }
  1251. public Criteria andXgsjNotBetween(Date value1, Date value2) {
  1252. addCriterion("XGSJ not between", value1, value2, "xgsj");
  1253. return this;
  1254. }
  1255. public Criteria andZfbzIsNull() {
  1256. addCriterion("ZFBZ is null");
  1257. return this;
  1258. }
  1259. public Criteria andZfbzIsNotNull() {
  1260. addCriterion("ZFBZ is not null");
  1261. return this;
  1262. }
  1263. public Criteria andZfbzEqualTo(Integer value) {
  1264. addCriterion("ZFBZ =", value, "zfbz");
  1265. return this;
  1266. }
  1267. public Criteria andZfbzNotEqualTo(Integer value) {
  1268. addCriterion("ZFBZ <>", value, "zfbz");
  1269. return this;
  1270. }
  1271. public Criteria andZfbzGreaterThan(Integer value) {
  1272. addCriterion("ZFBZ >", value, "zfbz");
  1273. return this;
  1274. }
  1275. public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
  1276. addCriterion("ZFBZ >=", value, "zfbz");
  1277. return this;
  1278. }
  1279. public Criteria andZfbzLessThan(Integer value) {
  1280. addCriterion("ZFBZ <", value, "zfbz");
  1281. return this;
  1282. }
  1283. public Criteria andZfbzLessThanOrEqualTo(Integer value) {
  1284. addCriterion("ZFBZ <=", value, "zfbz");
  1285. return this;
  1286. }
  1287. public Criteria andZfbzIn(List<Integer> values) {
  1288. addCriterion("ZFBZ in", values, "zfbz");
  1289. return this;
  1290. }
  1291. public Criteria andZfbzNotIn(List<Integer> values) {
  1292. addCriterion("ZFBZ not in", values, "zfbz");
  1293. return this;
  1294. }
  1295. public Criteria andZfbzBetween(Integer value1, Integer value2) {
  1296. addCriterion("ZFBZ between", value1, value2, "zfbz");
  1297. return this;
  1298. }
  1299. public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
  1300. addCriterion("ZFBZ not between", value1, value2, "zfbz");
  1301. return this;
  1302. }
  1303. }
  1304. }