UserLockReleaseExample.java 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
  1. package com.goafanti.common.model;
  2. import java.util.ArrayList;
  3. import java.util.Date;
  4. import java.util.Iterator;
  5. import java.util.List;
  6. public class UserLockReleaseExample {
  7. /**
  8. * This field was generated by MyBatis Generator. This field corresponds to the database table user_lock_release
  9. * @mbg.generated Mon May 07 09:56:32 CST 2018
  10. */
  11. protected String orderByClause;
  12. /**
  13. * This field was generated by MyBatis Generator. This field corresponds to the database table user_lock_release
  14. * @mbg.generated Mon May 07 09:56:32 CST 2018
  15. */
  16. protected boolean distinct;
  17. /**
  18. * This field was generated by MyBatis Generator. This field corresponds to the database table user_lock_release
  19. * @mbg.generated Mon May 07 09:56:32 CST 2018
  20. */
  21. protected List<Criteria> oredCriteria;
  22. /**
  23. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  24. * @mbg.generated Mon May 07 09:56:32 CST 2018
  25. */
  26. public UserLockReleaseExample() {
  27. oredCriteria = new ArrayList<Criteria>();
  28. }
  29. /**
  30. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  31. * @mbg.generated Mon May 07 09:56:32 CST 2018
  32. */
  33. public void setOrderByClause(String orderByClause) {
  34. this.orderByClause = orderByClause;
  35. }
  36. /**
  37. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  38. * @mbg.generated Mon May 07 09:56:32 CST 2018
  39. */
  40. public String getOrderByClause() {
  41. return orderByClause;
  42. }
  43. /**
  44. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  45. * @mbg.generated Mon May 07 09:56:32 CST 2018
  46. */
  47. public void setDistinct(boolean distinct) {
  48. this.distinct = distinct;
  49. }
  50. /**
  51. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  52. * @mbg.generated Mon May 07 09:56:32 CST 2018
  53. */
  54. public boolean isDistinct() {
  55. return distinct;
  56. }
  57. /**
  58. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  59. * @mbg.generated Mon May 07 09:56:32 CST 2018
  60. */
  61. public List<Criteria> getOredCriteria() {
  62. return oredCriteria;
  63. }
  64. /**
  65. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  66. * @mbg.generated Mon May 07 09:56:32 CST 2018
  67. */
  68. public void or(Criteria criteria) {
  69. oredCriteria.add(criteria);
  70. }
  71. /**
  72. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  73. * @mbg.generated Mon May 07 09:56:32 CST 2018
  74. */
  75. public Criteria or() {
  76. Criteria criteria = createCriteriaInternal();
  77. oredCriteria.add(criteria);
  78. return criteria;
  79. }
  80. /**
  81. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  82. * @mbg.generated Mon May 07 09:56:32 CST 2018
  83. */
  84. public Criteria createCriteria() {
  85. Criteria criteria = createCriteriaInternal();
  86. if (oredCriteria.size() == 0) {
  87. oredCriteria.add(criteria);
  88. }
  89. return criteria;
  90. }
  91. /**
  92. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  93. * @mbg.generated Mon May 07 09:56:32 CST 2018
  94. */
  95. protected Criteria createCriteriaInternal() {
  96. Criteria criteria = new Criteria();
  97. return criteria;
  98. }
  99. /**
  100. * This method was generated by MyBatis Generator. This method corresponds to the database table user_lock_release
  101. * @mbg.generated Mon May 07 09:56:32 CST 2018
  102. */
  103. public void clear() {
  104. oredCriteria.clear();
  105. orderByClause = null;
  106. distinct = false;
  107. }
  108. /**
  109. * This class was generated by MyBatis Generator. This class corresponds to the database table user_lock_release
  110. * @mbg.generated Mon May 07 09:56:32 CST 2018
  111. */
  112. protected abstract static class GeneratedCriteria {
  113. protected List<Criterion> criteria;
  114. protected GeneratedCriteria() {
  115. super();
  116. criteria = new ArrayList<Criterion>();
  117. }
  118. public boolean isValid() {
  119. return criteria.size() > 0;
  120. }
  121. public List<Criterion> getAllCriteria() {
  122. return criteria;
  123. }
  124. public List<Criterion> getCriteria() {
  125. return criteria;
  126. }
  127. protected void addCriterion(String condition) {
  128. if (condition == null) {
  129. throw new RuntimeException("Value for condition cannot be null");
  130. }
  131. criteria.add(new Criterion(condition));
  132. }
  133. protected void addCriterion(String condition, Object value, String property) {
  134. if (value == null) {
  135. throw new RuntimeException("Value for " + property + " cannot be null");
  136. }
  137. criteria.add(new Criterion(condition, value));
  138. }
  139. protected void addCriterion(String condition, Object value1, Object value2, String property) {
  140. if (value1 == null || value2 == null) {
  141. throw new RuntimeException("Between values for " + property + " cannot be null");
  142. }
  143. criteria.add(new Criterion(condition, value1, value2));
  144. }
  145. protected void addCriterionForJDBCDate(String condition, Date value, String property) {
  146. if (value == null) {
  147. throw new RuntimeException("Value for " + property + " cannot be null");
  148. }
  149. addCriterion(condition, new java.sql.Date(value.getTime()), property);
  150. }
  151. protected void addCriterionForJDBCDate(String condition, List<Date> values, String property) {
  152. if (values == null || values.size() == 0) {
  153. throw new RuntimeException("Value list for " + property + " cannot be null or empty");
  154. }
  155. List<java.sql.Date> dateList = new ArrayList<java.sql.Date>();
  156. Iterator<Date> iter = values.iterator();
  157. while (iter.hasNext()) {
  158. dateList.add(new java.sql.Date(iter.next().getTime()));
  159. }
  160. addCriterion(condition, dateList, property);
  161. }
  162. protected void addCriterionForJDBCDate(String condition, Date value1, Date value2, String property) {
  163. if (value1 == null || value2 == null) {
  164. throw new RuntimeException("Between values for " + property + " cannot be null");
  165. }
  166. addCriterion(condition, new java.sql.Date(value1.getTime()), new java.sql.Date(value2.getTime()), property);
  167. }
  168. public Criteria andIdIsNull() {
  169. addCriterion("id is null");
  170. return (Criteria) this;
  171. }
  172. public Criteria andIdIsNotNull() {
  173. addCriterion("id is not null");
  174. return (Criteria) this;
  175. }
  176. public Criteria andIdEqualTo(String value) {
  177. addCriterion("id =", value, "id");
  178. return (Criteria) this;
  179. }
  180. public Criteria andIdNotEqualTo(String value) {
  181. addCriterion("id <>", value, "id");
  182. return (Criteria) this;
  183. }
  184. public Criteria andIdGreaterThan(String value) {
  185. addCriterion("id >", value, "id");
  186. return (Criteria) this;
  187. }
  188. public Criteria andIdGreaterThanOrEqualTo(String value) {
  189. addCriterion("id >=", value, "id");
  190. return (Criteria) this;
  191. }
  192. public Criteria andIdLessThan(String value) {
  193. addCriterion("id <", value, "id");
  194. return (Criteria) this;
  195. }
  196. public Criteria andIdLessThanOrEqualTo(String value) {
  197. addCriterion("id <=", value, "id");
  198. return (Criteria) this;
  199. }
  200. public Criteria andIdLike(String value) {
  201. addCriterion("id like", value, "id");
  202. return (Criteria) this;
  203. }
  204. public Criteria andIdNotLike(String value) {
  205. addCriterion("id not like", value, "id");
  206. return (Criteria) this;
  207. }
  208. public Criteria andIdIn(List<String> values) {
  209. addCriterion("id in", values, "id");
  210. return (Criteria) this;
  211. }
  212. public Criteria andIdNotIn(List<String> values) {
  213. addCriterion("id not in", values, "id");
  214. return (Criteria) this;
  215. }
  216. public Criteria andIdBetween(String value1, String value2) {
  217. addCriterion("id between", value1, value2, "id");
  218. return (Criteria) this;
  219. }
  220. public Criteria andIdNotBetween(String value1, String value2) {
  221. addCriterion("id not between", value1, value2, "id");
  222. return (Criteria) this;
  223. }
  224. public Criteria andTypeIsNull() {
  225. addCriterion("type is null");
  226. return (Criteria) this;
  227. }
  228. public Criteria andTypeIsNotNull() {
  229. addCriterion("type is not null");
  230. return (Criteria) this;
  231. }
  232. public Criteria andTypeEqualTo(Integer value) {
  233. addCriterion("type =", value, "type");
  234. return (Criteria) this;
  235. }
  236. public Criteria andTypeNotEqualTo(Integer value) {
  237. addCriterion("type <>", value, "type");
  238. return (Criteria) this;
  239. }
  240. public Criteria andTypeGreaterThan(Integer value) {
  241. addCriterion("type >", value, "type");
  242. return (Criteria) this;
  243. }
  244. public Criteria andTypeGreaterThanOrEqualTo(Integer value) {
  245. addCriterion("type >=", value, "type");
  246. return (Criteria) this;
  247. }
  248. public Criteria andTypeLessThan(Integer value) {
  249. addCriterion("type <", value, "type");
  250. return (Criteria) this;
  251. }
  252. public Criteria andTypeLessThanOrEqualTo(Integer value) {
  253. addCriterion("type <=", value, "type");
  254. return (Criteria) this;
  255. }
  256. public Criteria andTypeIn(List<Integer> values) {
  257. addCriterion("type in", values, "type");
  258. return (Criteria) this;
  259. }
  260. public Criteria andTypeNotIn(List<Integer> values) {
  261. addCriterion("type not in", values, "type");
  262. return (Criteria) this;
  263. }
  264. public Criteria andTypeBetween(Integer value1, Integer value2) {
  265. addCriterion("type between", value1, value2, "type");
  266. return (Criteria) this;
  267. }
  268. public Criteria andTypeNotBetween(Integer value1, Integer value2) {
  269. addCriterion("type not between", value1, value2, "type");
  270. return (Criteria) this;
  271. }
  272. public Criteria andUidIsNull() {
  273. addCriterion("uid is null");
  274. return (Criteria) this;
  275. }
  276. public Criteria andUidIsNotNull() {
  277. addCriterion("uid is not null");
  278. return (Criteria) this;
  279. }
  280. public Criteria andUidEqualTo(String value) {
  281. addCriterion("uid =", value, "uid");
  282. return (Criteria) this;
  283. }
  284. public Criteria andUidNotEqualTo(String value) {
  285. addCriterion("uid <>", value, "uid");
  286. return (Criteria) this;
  287. }
  288. public Criteria andUidGreaterThan(String value) {
  289. addCriterion("uid >", value, "uid");
  290. return (Criteria) this;
  291. }
  292. public Criteria andUidGreaterThanOrEqualTo(String value) {
  293. addCriterion("uid >=", value, "uid");
  294. return (Criteria) this;
  295. }
  296. public Criteria andUidLessThan(String value) {
  297. addCriterion("uid <", value, "uid");
  298. return (Criteria) this;
  299. }
  300. public Criteria andUidLessThanOrEqualTo(String value) {
  301. addCriterion("uid <=", value, "uid");
  302. return (Criteria) this;
  303. }
  304. public Criteria andUidLike(String value) {
  305. addCriterion("uid like", value, "uid");
  306. return (Criteria) this;
  307. }
  308. public Criteria andUidNotLike(String value) {
  309. addCriterion("uid not like", value, "uid");
  310. return (Criteria) this;
  311. }
  312. public Criteria andUidIn(List<String> values) {
  313. addCriterion("uid in", values, "uid");
  314. return (Criteria) this;
  315. }
  316. public Criteria andUidNotIn(List<String> values) {
  317. addCriterion("uid not in", values, "uid");
  318. return (Criteria) this;
  319. }
  320. public Criteria andUidBetween(String value1, String value2) {
  321. addCriterion("uid between", value1, value2, "uid");
  322. return (Criteria) this;
  323. }
  324. public Criteria andUidNotBetween(String value1, String value2) {
  325. addCriterion("uid not between", value1, value2, "uid");
  326. return (Criteria) this;
  327. }
  328. public Criteria andAidIsNull() {
  329. addCriterion("aid is null");
  330. return (Criteria) this;
  331. }
  332. public Criteria andAidIsNotNull() {
  333. addCriterion("aid is not null");
  334. return (Criteria) this;
  335. }
  336. public Criteria andAidEqualTo(String value) {
  337. addCriterion("aid =", value, "aid");
  338. return (Criteria) this;
  339. }
  340. public Criteria andAidNotEqualTo(String value) {
  341. addCriterion("aid <>", value, "aid");
  342. return (Criteria) this;
  343. }
  344. public Criteria andAidGreaterThan(String value) {
  345. addCriterion("aid >", value, "aid");
  346. return (Criteria) this;
  347. }
  348. public Criteria andAidGreaterThanOrEqualTo(String value) {
  349. addCriterion("aid >=", value, "aid");
  350. return (Criteria) this;
  351. }
  352. public Criteria andAidLessThan(String value) {
  353. addCriterion("aid <", value, "aid");
  354. return (Criteria) this;
  355. }
  356. public Criteria andAidLessThanOrEqualTo(String value) {
  357. addCriterion("aid <=", value, "aid");
  358. return (Criteria) this;
  359. }
  360. public Criteria andAidLike(String value) {
  361. addCriterion("aid like", value, "aid");
  362. return (Criteria) this;
  363. }
  364. public Criteria andAidNotLike(String value) {
  365. addCriterion("aid not like", value, "aid");
  366. return (Criteria) this;
  367. }
  368. public Criteria andAidIn(List<String> values) {
  369. addCriterion("aid in", values, "aid");
  370. return (Criteria) this;
  371. }
  372. public Criteria andAidNotIn(List<String> values) {
  373. addCriterion("aid not in", values, "aid");
  374. return (Criteria) this;
  375. }
  376. public Criteria andAidBetween(String value1, String value2) {
  377. addCriterion("aid between", value1, value2, "aid");
  378. return (Criteria) this;
  379. }
  380. public Criteria andAidNotBetween(String value1, String value2) {
  381. addCriterion("aid not between", value1, value2, "aid");
  382. return (Criteria) this;
  383. }
  384. public Criteria andBusinessProjectIdIsNull() {
  385. addCriterion("business_project_id is null");
  386. return (Criteria) this;
  387. }
  388. public Criteria andBusinessProjectIdIsNotNull() {
  389. addCriterion("business_project_id is not null");
  390. return (Criteria) this;
  391. }
  392. public Criteria andBusinessProjectIdEqualTo(String value) {
  393. addCriterion("business_project_id =", value, "businessProjectId");
  394. return (Criteria) this;
  395. }
  396. public Criteria andBusinessProjectIdNotEqualTo(String value) {
  397. addCriterion("business_project_id <>", value, "businessProjectId");
  398. return (Criteria) this;
  399. }
  400. public Criteria andBusinessProjectIdGreaterThan(String value) {
  401. addCriterion("business_project_id >", value, "businessProjectId");
  402. return (Criteria) this;
  403. }
  404. public Criteria andBusinessProjectIdGreaterThanOrEqualTo(String value) {
  405. addCriterion("business_project_id >=", value, "businessProjectId");
  406. return (Criteria) this;
  407. }
  408. public Criteria andBusinessProjectIdLessThan(String value) {
  409. addCriterion("business_project_id <", value, "businessProjectId");
  410. return (Criteria) this;
  411. }
  412. public Criteria andBusinessProjectIdLessThanOrEqualTo(String value) {
  413. addCriterion("business_project_id <=", value, "businessProjectId");
  414. return (Criteria) this;
  415. }
  416. public Criteria andBusinessProjectIdLike(String value) {
  417. addCriterion("business_project_id like", value, "businessProjectId");
  418. return (Criteria) this;
  419. }
  420. public Criteria andBusinessProjectIdNotLike(String value) {
  421. addCriterion("business_project_id not like", value, "businessProjectId");
  422. return (Criteria) this;
  423. }
  424. public Criteria andBusinessProjectIdIn(List<String> values) {
  425. addCriterion("business_project_id in", values, "businessProjectId");
  426. return (Criteria) this;
  427. }
  428. public Criteria andBusinessProjectIdNotIn(List<String> values) {
  429. addCriterion("business_project_id not in", values, "businessProjectId");
  430. return (Criteria) this;
  431. }
  432. public Criteria andBusinessProjectIdBetween(String value1, String value2) {
  433. addCriterion("business_project_id between", value1, value2, "businessProjectId");
  434. return (Criteria) this;
  435. }
  436. public Criteria andBusinessProjectIdNotBetween(String value1, String value2) {
  437. addCriterion("business_project_id not between", value1, value2, "businessProjectId");
  438. return (Criteria) this;
  439. }
  440. public Criteria andStatusIsNull() {
  441. addCriterion("status is null");
  442. return (Criteria) this;
  443. }
  444. public Criteria andStatusIsNotNull() {
  445. addCriterion("status is not null");
  446. return (Criteria) this;
  447. }
  448. public Criteria andStatusEqualTo(Integer value) {
  449. addCriterion("status =", value, "status");
  450. return (Criteria) this;
  451. }
  452. public Criteria andStatusNotEqualTo(Integer value) {
  453. addCriterion("status <>", value, "status");
  454. return (Criteria) this;
  455. }
  456. public Criteria andStatusGreaterThan(Integer value) {
  457. addCriterion("status >", value, "status");
  458. return (Criteria) this;
  459. }
  460. public Criteria andStatusGreaterThanOrEqualTo(Integer value) {
  461. addCriterion("status >=", value, "status");
  462. return (Criteria) this;
  463. }
  464. public Criteria andStatusLessThan(Integer value) {
  465. addCriterion("status <", value, "status");
  466. return (Criteria) this;
  467. }
  468. public Criteria andStatusLessThanOrEqualTo(Integer value) {
  469. addCriterion("status <=", value, "status");
  470. return (Criteria) this;
  471. }
  472. public Criteria andStatusIn(List<Integer> values) {
  473. addCriterion("status in", values, "status");
  474. return (Criteria) this;
  475. }
  476. public Criteria andStatusNotIn(List<Integer> values) {
  477. addCriterion("status not in", values, "status");
  478. return (Criteria) this;
  479. }
  480. public Criteria andStatusBetween(Integer value1, Integer value2) {
  481. addCriterion("status between", value1, value2, "status");
  482. return (Criteria) this;
  483. }
  484. public Criteria andStatusNotBetween(Integer value1, Integer value2) {
  485. addCriterion("status not between", value1, value2, "status");
  486. return (Criteria) this;
  487. }
  488. public Criteria andLockTimeIsNull() {
  489. addCriterion("lock_time is null");
  490. return (Criteria) this;
  491. }
  492. public Criteria andLockTimeIsNotNull() {
  493. addCriterion("lock_time is not null");
  494. return (Criteria) this;
  495. }
  496. public Criteria andLockTimeEqualTo(Date value) {
  497. addCriterionForJDBCDate("lock_time =", value, "lockTime");
  498. return (Criteria) this;
  499. }
  500. public Criteria andLockTimeNotEqualTo(Date value) {
  501. addCriterionForJDBCDate("lock_time <>", value, "lockTime");
  502. return (Criteria) this;
  503. }
  504. public Criteria andLockTimeGreaterThan(Date value) {
  505. addCriterionForJDBCDate("lock_time >", value, "lockTime");
  506. return (Criteria) this;
  507. }
  508. public Criteria andLockTimeGreaterThanOrEqualTo(Date value) {
  509. addCriterionForJDBCDate("lock_time >=", value, "lockTime");
  510. return (Criteria) this;
  511. }
  512. public Criteria andLockTimeLessThan(Date value) {
  513. addCriterionForJDBCDate("lock_time <", value, "lockTime");
  514. return (Criteria) this;
  515. }
  516. public Criteria andLockTimeLessThanOrEqualTo(Date value) {
  517. addCriterionForJDBCDate("lock_time <=", value, "lockTime");
  518. return (Criteria) this;
  519. }
  520. public Criteria andLockTimeIn(List<Date> values) {
  521. addCriterionForJDBCDate("lock_time in", values, "lockTime");
  522. return (Criteria) this;
  523. }
  524. public Criteria andLockTimeNotIn(List<Date> values) {
  525. addCriterionForJDBCDate("lock_time not in", values, "lockTime");
  526. return (Criteria) this;
  527. }
  528. public Criteria andLockTimeBetween(Date value1, Date value2) {
  529. addCriterionForJDBCDate("lock_time between", value1, value2, "lockTime");
  530. return (Criteria) this;
  531. }
  532. public Criteria andLockTimeNotBetween(Date value1, Date value2) {
  533. addCriterionForJDBCDate("lock_time not between", value1, value2, "lockTime");
  534. return (Criteria) this;
  535. }
  536. public Criteria andReleaseTimeIsNull() {
  537. addCriterion("release_time is null");
  538. return (Criteria) this;
  539. }
  540. public Criteria andReleaseTimeIsNotNull() {
  541. addCriterion("release_time is not null");
  542. return (Criteria) this;
  543. }
  544. public Criteria andReleaseTimeEqualTo(Date value) {
  545. addCriterionForJDBCDate("release_time =", value, "releaseTime");
  546. return (Criteria) this;
  547. }
  548. public Criteria andReleaseTimeNotEqualTo(Date value) {
  549. addCriterionForJDBCDate("release_time <>", value, "releaseTime");
  550. return (Criteria) this;
  551. }
  552. public Criteria andReleaseTimeGreaterThan(Date value) {
  553. addCriterionForJDBCDate("release_time >", value, "releaseTime");
  554. return (Criteria) this;
  555. }
  556. public Criteria andReleaseTimeGreaterThanOrEqualTo(Date value) {
  557. addCriterionForJDBCDate("release_time >=", value, "releaseTime");
  558. return (Criteria) this;
  559. }
  560. public Criteria andReleaseTimeLessThan(Date value) {
  561. addCriterionForJDBCDate("release_time <", value, "releaseTime");
  562. return (Criteria) this;
  563. }
  564. public Criteria andReleaseTimeLessThanOrEqualTo(Date value) {
  565. addCriterionForJDBCDate("release_time <=", value, "releaseTime");
  566. return (Criteria) this;
  567. }
  568. public Criteria andReleaseTimeIn(List<Date> values) {
  569. addCriterionForJDBCDate("release_time in", values, "releaseTime");
  570. return (Criteria) this;
  571. }
  572. public Criteria andReleaseTimeNotIn(List<Date> values) {
  573. addCriterionForJDBCDate("release_time not in", values, "releaseTime");
  574. return (Criteria) this;
  575. }
  576. public Criteria andReleaseTimeBetween(Date value1, Date value2) {
  577. addCriterionForJDBCDate("release_time between", value1, value2, "releaseTime");
  578. return (Criteria) this;
  579. }
  580. public Criteria andReleaseTimeNotBetween(Date value1, Date value2) {
  581. addCriterionForJDBCDate("release_time not between", value1, value2, "releaseTime");
  582. return (Criteria) this;
  583. }
  584. public Criteria andOrderNoIsNull() {
  585. addCriterion("order_no is null");
  586. return (Criteria) this;
  587. }
  588. public Criteria andOrderNoIsNotNull() {
  589. addCriterion("order_no is not null");
  590. return (Criteria) this;
  591. }
  592. public Criteria andOrderNoEqualTo(String value) {
  593. addCriterion("order_no =", value, "orderNo");
  594. return (Criteria) this;
  595. }
  596. public Criteria andOrderNoNotEqualTo(String value) {
  597. addCriterion("order_no <>", value, "orderNo");
  598. return (Criteria) this;
  599. }
  600. public Criteria andOrderNoGreaterThan(String value) {
  601. addCriterion("order_no >", value, "orderNo");
  602. return (Criteria) this;
  603. }
  604. public Criteria andOrderNoGreaterThanOrEqualTo(String value) {
  605. addCriterion("order_no >=", value, "orderNo");
  606. return (Criteria) this;
  607. }
  608. public Criteria andOrderNoLessThan(String value) {
  609. addCriterion("order_no <", value, "orderNo");
  610. return (Criteria) this;
  611. }
  612. public Criteria andOrderNoLessThanOrEqualTo(String value) {
  613. addCriterion("order_no <=", value, "orderNo");
  614. return (Criteria) this;
  615. }
  616. public Criteria andOrderNoLike(String value) {
  617. addCriterion("order_no like", value, "orderNo");
  618. return (Criteria) this;
  619. }
  620. public Criteria andOrderNoNotLike(String value) {
  621. addCriterion("order_no not like", value, "orderNo");
  622. return (Criteria) this;
  623. }
  624. public Criteria andOrderNoIn(List<String> values) {
  625. addCriterion("order_no in", values, "orderNo");
  626. return (Criteria) this;
  627. }
  628. public Criteria andOrderNoNotIn(List<String> values) {
  629. addCriterion("order_no not in", values, "orderNo");
  630. return (Criteria) this;
  631. }
  632. public Criteria andOrderNoBetween(String value1, String value2) {
  633. addCriterion("order_no between", value1, value2, "orderNo");
  634. return (Criteria) this;
  635. }
  636. public Criteria andOrderNoNotBetween(String value1, String value2) {
  637. addCriterion("order_no not between", value1, value2, "orderNo");
  638. return (Criteria) this;
  639. }
  640. }
  641. /**
  642. * This class was generated by MyBatis Generator. This class corresponds to the database table user_lock_release
  643. * @mbg.generated Mon May 07 09:56:32 CST 2018
  644. */
  645. public static class Criterion {
  646. private String condition;
  647. private Object value;
  648. private Object secondValue;
  649. private boolean noValue;
  650. private boolean singleValue;
  651. private boolean betweenValue;
  652. private boolean listValue;
  653. private String typeHandler;
  654. public String getCondition() {
  655. return condition;
  656. }
  657. public Object getValue() {
  658. return value;
  659. }
  660. public Object getSecondValue() {
  661. return secondValue;
  662. }
  663. public boolean isNoValue() {
  664. return noValue;
  665. }
  666. public boolean isSingleValue() {
  667. return singleValue;
  668. }
  669. public boolean isBetweenValue() {
  670. return betweenValue;
  671. }
  672. public boolean isListValue() {
  673. return listValue;
  674. }
  675. public String getTypeHandler() {
  676. return typeHandler;
  677. }
  678. protected Criterion(String condition) {
  679. super();
  680. this.condition = condition;
  681. this.typeHandler = null;
  682. this.noValue = true;
  683. }
  684. protected Criterion(String condition, Object value, String typeHandler) {
  685. super();
  686. this.condition = condition;
  687. this.value = value;
  688. this.typeHandler = typeHandler;
  689. if (value instanceof List<?>) {
  690. this.listValue = true;
  691. } else {
  692. this.singleValue = true;
  693. }
  694. }
  695. protected Criterion(String condition, Object value) {
  696. this(condition, value, null);
  697. }
  698. protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
  699. super();
  700. this.condition = condition;
  701. this.value = value;
  702. this.secondValue = secondValue;
  703. this.typeHandler = typeHandler;
  704. this.betweenValue = true;
  705. }
  706. protected Criterion(String condition, Object value, Object secondValue) {
  707. this(condition, value, secondValue, null);
  708. }
  709. }
  710. /**
  711. * This class was generated by MyBatis Generator.
  712. * This class corresponds to the database table user_lock_release
  713. *
  714. * @mbg.generated do_not_delete_during_merge Thu May 03 09:46:25 CST 2018
  715. */
  716. public static class Criteria extends GeneratedCriteria {
  717. protected Criteria() {
  718. super();
  719. }
  720. }
  721. }