| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139 |
- package com.minpay.db.table.model;
- import java.util.ArrayList;
- import java.util.List;
- public class TpAccDetailExample {
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- protected String orderByClause;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- protected boolean distinct;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- protected List<Criteria> oredCriteria;
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public TpAccDetailExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public boolean isDistinct() {
- return distinct;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- protected abstract static class GeneratedCriteria {
- protected List<Criterion> criteria;
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<Criterion>();
- }
- public boolean isValid() {
- return criteria.size() > 0;
- }
- public List<Criterion> getCriteria() {
- return criteria;
- }
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
- public Criteria andFlownoIsNull() {
- addCriterion("ADL_FLOWNO is null");
- return (Criteria) this;
- }
- public Criteria andFlownoIsNotNull() {
- addCriterion("ADL_FLOWNO is not null");
- return (Criteria) this;
- }
- public Criteria andFlownoEqualTo(String value) {
- if(value == null ){
- andFlownoIsNull();
- } else {
- addCriterion("ADL_FLOWNO =", value, "flowno");
- }
- return (Criteria) this;
- }
- public Criteria andFlownoNotEqualTo(String value) {
- if(value == null ){
- andFlownoIsNotNull();
- } else {
- addCriterion("ADL_FLOWNO <>", value, "flowno");
- }
- return (Criteria) this;
- }
- public Criteria andFlownoGreaterThan(String value) {
- addCriterion("ADL_FLOWNO >", value, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_FLOWNO >=", value, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoLessThan(String value) {
- addCriterion("ADL_FLOWNO <", value, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoLessThanOrEqualTo(String value) {
- addCriterion("ADL_FLOWNO <=", value, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoLike(String value) {
- addCriterion("ADL_FLOWNO like", value, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoNotLike(String value) {
- addCriterion("ADL_FLOWNO not like", value, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoIn(List<String> values) {
- addCriterion("ADL_FLOWNO in", values, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoNotIn(List<String> values) {
- addCriterion("ADL_FLOWNO not in", values, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoBetween(String value1, String value2) {
- addCriterion("ADL_FLOWNO between", value1, value2, "flowno");
- return (Criteria) this;
- }
- public Criteria andFlownoNotBetween(String value1, String value2) {
- addCriterion("ADL_FLOWNO not between", value1, value2, "flowno");
- return (Criteria) this;
- }
- public Criteria andAccnoIsNull() {
- addCriterion("ADL_ACCNO is null");
- return (Criteria) this;
- }
- public Criteria andAccnoIsNotNull() {
- addCriterion("ADL_ACCNO is not null");
- return (Criteria) this;
- }
- public Criteria andAccnoEqualTo(String value) {
- if(value == null ){
- andAccnoIsNull();
- } else {
- addCriterion("ADL_ACCNO =", value, "accno");
- }
- return (Criteria) this;
- }
- public Criteria andAccnoNotEqualTo(String value) {
- if(value == null ){
- andAccnoIsNotNull();
- } else {
- addCriterion("ADL_ACCNO <>", value, "accno");
- }
- return (Criteria) this;
- }
- public Criteria andAccnoGreaterThan(String value) {
- addCriterion("ADL_ACCNO >", value, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_ACCNO >=", value, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoLessThan(String value) {
- addCriterion("ADL_ACCNO <", value, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoLessThanOrEqualTo(String value) {
- addCriterion("ADL_ACCNO <=", value, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoLike(String value) {
- addCriterion("ADL_ACCNO like", value, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoNotLike(String value) {
- addCriterion("ADL_ACCNO not like", value, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoIn(List<String> values) {
- addCriterion("ADL_ACCNO in", values, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoNotIn(List<String> values) {
- addCriterion("ADL_ACCNO not in", values, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoBetween(String value1, String value2) {
- addCriterion("ADL_ACCNO between", value1, value2, "accno");
- return (Criteria) this;
- }
- public Criteria andAccnoNotBetween(String value1, String value2) {
- addCriterion("ADL_ACCNO not between", value1, value2, "accno");
- return (Criteria) this;
- }
- public Criteria andTransTypeIsNull() {
- addCriterion("ADL_TRANS_TYPE is null");
- return (Criteria) this;
- }
- public Criteria andTransTypeIsNotNull() {
- addCriterion("ADL_TRANS_TYPE is not null");
- return (Criteria) this;
- }
- public Criteria andTransTypeEqualTo(String value) {
- if(value == null ){
- andTransTypeIsNull();
- } else {
- addCriterion("ADL_TRANS_TYPE =", value, "transType");
- }
- return (Criteria) this;
- }
- public Criteria andTransTypeNotEqualTo(String value) {
- if(value == null ){
- andTransTypeIsNotNull();
- } else {
- addCriterion("ADL_TRANS_TYPE <>", value, "transType");
- }
- return (Criteria) this;
- }
- public Criteria andTransTypeGreaterThan(String value) {
- addCriterion("ADL_TRANS_TYPE >", value, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_TRANS_TYPE >=", value, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeLessThan(String value) {
- addCriterion("ADL_TRANS_TYPE <", value, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeLessThanOrEqualTo(String value) {
- addCriterion("ADL_TRANS_TYPE <=", value, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeLike(String value) {
- addCriterion("ADL_TRANS_TYPE like", value, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeNotLike(String value) {
- addCriterion("ADL_TRANS_TYPE not like", value, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeIn(List<String> values) {
- addCriterion("ADL_TRANS_TYPE in", values, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeNotIn(List<String> values) {
- addCriterion("ADL_TRANS_TYPE not in", values, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeBetween(String value1, String value2) {
- addCriterion("ADL_TRANS_TYPE between", value1, value2, "transType");
- return (Criteria) this;
- }
- public Criteria andTransTypeNotBetween(String value1, String value2) {
- addCriterion("ADL_TRANS_TYPE not between", value1, value2, "transType");
- return (Criteria) this;
- }
- public Criteria andTypeIsNull() {
- addCriterion("ADL_TYPE is null");
- return (Criteria) this;
- }
- public Criteria andTypeIsNotNull() {
- addCriterion("ADL_TYPE is not null");
- return (Criteria) this;
- }
- public Criteria andTypeEqualTo(String value) {
- if(value == null ){
- andTypeIsNull();
- } else {
- addCriterion("ADL_TYPE =", value, "type");
- }
- return (Criteria) this;
- }
- public Criteria andTypeNotEqualTo(String value) {
- if(value == null ){
- andTypeIsNotNull();
- } else {
- addCriterion("ADL_TYPE <>", value, "type");
- }
- return (Criteria) this;
- }
- public Criteria andTypeGreaterThan(String value) {
- addCriterion("ADL_TYPE >", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_TYPE >=", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeLessThan(String value) {
- addCriterion("ADL_TYPE <", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeLessThanOrEqualTo(String value) {
- addCriterion("ADL_TYPE <=", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeLike(String value) {
- addCriterion("ADL_TYPE like", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeNotLike(String value) {
- addCriterion("ADL_TYPE not like", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeIn(List<String> values) {
- addCriterion("ADL_TYPE in", values, "type");
- return (Criteria) this;
- }
- public Criteria andTypeNotIn(List<String> values) {
- addCriterion("ADL_TYPE not in", values, "type");
- return (Criteria) this;
- }
- public Criteria andTypeBetween(String value1, String value2) {
- addCriterion("ADL_TYPE between", value1, value2, "type");
- return (Criteria) this;
- }
- public Criteria andTypeNotBetween(String value1, String value2) {
- addCriterion("ADL_TYPE not between", value1, value2, "type");
- return (Criteria) this;
- }
- public Criteria andBalanceLastIsNull() {
- addCriterion("ADL_BALANCE_LAST is null");
- return (Criteria) this;
- }
- public Criteria andBalanceLastIsNotNull() {
- addCriterion("ADL_BALANCE_LAST is not null");
- return (Criteria) this;
- }
- public Criteria andBalanceLastEqualTo(String value) {
- if(value == null ){
- andBalanceLastIsNull();
- } else {
- addCriterion("ADL_BALANCE_LAST =", value, "balanceLast");
- }
- return (Criteria) this;
- }
- public Criteria andBalanceLastNotEqualTo(String value) {
- if(value == null ){
- andBalanceLastIsNotNull();
- } else {
- addCriterion("ADL_BALANCE_LAST <>", value, "balanceLast");
- }
- return (Criteria) this;
- }
- public Criteria andBalanceLastGreaterThan(String value) {
- addCriterion("ADL_BALANCE_LAST >", value, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_BALANCE_LAST >=", value, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastLessThan(String value) {
- addCriterion("ADL_BALANCE_LAST <", value, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastLessThanOrEqualTo(String value) {
- addCriterion("ADL_BALANCE_LAST <=", value, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastLike(String value) {
- addCriterion("ADL_BALANCE_LAST like", value, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastNotLike(String value) {
- addCriterion("ADL_BALANCE_LAST not like", value, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastIn(List<String> values) {
- addCriterion("ADL_BALANCE_LAST in", values, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastNotIn(List<String> values) {
- addCriterion("ADL_BALANCE_LAST not in", values, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastBetween(String value1, String value2) {
- addCriterion("ADL_BALANCE_LAST between", value1, value2, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceLastNotBetween(String value1, String value2) {
- addCriterion("ADL_BALANCE_LAST not between", value1, value2, "balanceLast");
- return (Criteria) this;
- }
- public Criteria andBalanceIsNull() {
- addCriterion("ADL_BALANCE is null");
- return (Criteria) this;
- }
- public Criteria andBalanceIsNotNull() {
- addCriterion("ADL_BALANCE is not null");
- return (Criteria) this;
- }
- public Criteria andBalanceEqualTo(String value) {
- if(value == null ){
- andBalanceIsNull();
- } else {
- addCriterion("ADL_BALANCE =", value, "balance");
- }
- return (Criteria) this;
- }
- public Criteria andBalanceNotEqualTo(String value) {
- if(value == null ){
- andBalanceIsNotNull();
- } else {
- addCriterion("ADL_BALANCE <>", value, "balance");
- }
- return (Criteria) this;
- }
- public Criteria andBalanceGreaterThan(String value) {
- addCriterion("ADL_BALANCE >", value, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_BALANCE >=", value, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceLessThan(String value) {
- addCriterion("ADL_BALANCE <", value, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceLessThanOrEqualTo(String value) {
- addCriterion("ADL_BALANCE <=", value, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceLike(String value) {
- addCriterion("ADL_BALANCE like", value, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceNotLike(String value) {
- addCriterion("ADL_BALANCE not like", value, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceIn(List<String> values) {
- addCriterion("ADL_BALANCE in", values, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceNotIn(List<String> values) {
- addCriterion("ADL_BALANCE not in", values, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceBetween(String value1, String value2) {
- addCriterion("ADL_BALANCE between", value1, value2, "balance");
- return (Criteria) this;
- }
- public Criteria andBalanceNotBetween(String value1, String value2) {
- addCriterion("ADL_BALANCE not between", value1, value2, "balance");
- return (Criteria) this;
- }
- public Criteria andTrxamoutIsNull() {
- addCriterion("ADL_TRXAMOUT is null");
- return (Criteria) this;
- }
- public Criteria andTrxamoutIsNotNull() {
- addCriterion("ADL_TRXAMOUT is not null");
- return (Criteria) this;
- }
- public Criteria andTrxamoutEqualTo(String value) {
- if(value == null ){
- andTrxamoutIsNull();
- } else {
- addCriterion("ADL_TRXAMOUT =", value, "trxamout");
- }
- return (Criteria) this;
- }
- public Criteria andTrxamoutNotEqualTo(String value) {
- if(value == null ){
- andTrxamoutIsNotNull();
- } else {
- addCriterion("ADL_TRXAMOUT <>", value, "trxamout");
- }
- return (Criteria) this;
- }
- public Criteria andTrxamoutGreaterThan(String value) {
- addCriterion("ADL_TRXAMOUT >", value, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_TRXAMOUT >=", value, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutLessThan(String value) {
- addCriterion("ADL_TRXAMOUT <", value, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutLessThanOrEqualTo(String value) {
- addCriterion("ADL_TRXAMOUT <=", value, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutLike(String value) {
- addCriterion("ADL_TRXAMOUT like", value, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutNotLike(String value) {
- addCriterion("ADL_TRXAMOUT not like", value, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutIn(List<String> values) {
- addCriterion("ADL_TRXAMOUT in", values, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutNotIn(List<String> values) {
- addCriterion("ADL_TRXAMOUT not in", values, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutBetween(String value1, String value2) {
- addCriterion("ADL_TRXAMOUT between", value1, value2, "trxamout");
- return (Criteria) this;
- }
- public Criteria andTrxamoutNotBetween(String value1, String value2) {
- addCriterion("ADL_TRXAMOUT not between", value1, value2, "trxamout");
- return (Criteria) this;
- }
- public Criteria andRelNoIsNull() {
- addCriterion("ADL_REL_NO is null");
- return (Criteria) this;
- }
- public Criteria andRelNoIsNotNull() {
- addCriterion("ADL_REL_NO is not null");
- return (Criteria) this;
- }
- public Criteria andRelNoEqualTo(String value) {
- if(value == null ){
- andRelNoIsNull();
- } else {
- addCriterion("ADL_REL_NO =", value, "relNo");
- }
- return (Criteria) this;
- }
- public Criteria andRelNoNotEqualTo(String value) {
- if(value == null ){
- andRelNoIsNotNull();
- } else {
- addCriterion("ADL_REL_NO <>", value, "relNo");
- }
- return (Criteria) this;
- }
- public Criteria andRelNoGreaterThan(String value) {
- addCriterion("ADL_REL_NO >", value, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_REL_NO >=", value, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoLessThan(String value) {
- addCriterion("ADL_REL_NO <", value, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoLessThanOrEqualTo(String value) {
- addCriterion("ADL_REL_NO <=", value, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoLike(String value) {
- addCriterion("ADL_REL_NO like", value, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoNotLike(String value) {
- addCriterion("ADL_REL_NO not like", value, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoIn(List<String> values) {
- addCriterion("ADL_REL_NO in", values, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoNotIn(List<String> values) {
- addCriterion("ADL_REL_NO not in", values, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoBetween(String value1, String value2) {
- addCriterion("ADL_REL_NO between", value1, value2, "relNo");
- return (Criteria) this;
- }
- public Criteria andRelNoNotBetween(String value1, String value2) {
- addCriterion("ADL_REL_NO not between", value1, value2, "relNo");
- return (Criteria) this;
- }
- public Criteria andRemarkIsNull() {
- addCriterion("ADL_REMARK is null");
- return (Criteria) this;
- }
- public Criteria andRemarkIsNotNull() {
- addCriterion("ADL_REMARK is not null");
- return (Criteria) this;
- }
- public Criteria andRemarkEqualTo(String value) {
- if(value == null ){
- andRemarkIsNull();
- } else {
- addCriterion("ADL_REMARK =", value, "remark");
- }
- return (Criteria) this;
- }
- public Criteria andRemarkNotEqualTo(String value) {
- if(value == null ){
- andRemarkIsNotNull();
- } else {
- addCriterion("ADL_REMARK <>", value, "remark");
- }
- return (Criteria) this;
- }
- public Criteria andRemarkGreaterThan(String value) {
- addCriterion("ADL_REMARK >", value, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_REMARK >=", value, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkLessThan(String value) {
- addCriterion("ADL_REMARK <", value, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkLessThanOrEqualTo(String value) {
- addCriterion("ADL_REMARK <=", value, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkLike(String value) {
- addCriterion("ADL_REMARK like", value, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkNotLike(String value) {
- addCriterion("ADL_REMARK not like", value, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkIn(List<String> values) {
- addCriterion("ADL_REMARK in", values, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkNotIn(List<String> values) {
- addCriterion("ADL_REMARK not in", values, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkBetween(String value1, String value2) {
- addCriterion("ADL_REMARK between", value1, value2, "remark");
- return (Criteria) this;
- }
- public Criteria andRemarkNotBetween(String value1, String value2) {
- addCriterion("ADL_REMARK not between", value1, value2, "remark");
- return (Criteria) this;
- }
- public Criteria andCreateUserIsNull() {
- addCriterion("ADL_CREATE_USER is null");
- return (Criteria) this;
- }
- public Criteria andCreateUserIsNotNull() {
- addCriterion("ADL_CREATE_USER is not null");
- return (Criteria) this;
- }
- public Criteria andCreateUserEqualTo(String value) {
- if(value == null ){
- andCreateUserIsNull();
- } else {
- addCriterion("ADL_CREATE_USER =", value, "createUser");
- }
- return (Criteria) this;
- }
- public Criteria andCreateUserNotEqualTo(String value) {
- if(value == null ){
- andCreateUserIsNotNull();
- } else {
- addCriterion("ADL_CREATE_USER <>", value, "createUser");
- }
- return (Criteria) this;
- }
- public Criteria andCreateUserGreaterThan(String value) {
- addCriterion("ADL_CREATE_USER >", value, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_CREATE_USER >=", value, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserLessThan(String value) {
- addCriterion("ADL_CREATE_USER <", value, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserLessThanOrEqualTo(String value) {
- addCriterion("ADL_CREATE_USER <=", value, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserLike(String value) {
- addCriterion("ADL_CREATE_USER like", value, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserNotLike(String value) {
- addCriterion("ADL_CREATE_USER not like", value, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserIn(List<String> values) {
- addCriterion("ADL_CREATE_USER in", values, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserNotIn(List<String> values) {
- addCriterion("ADL_CREATE_USER not in", values, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserBetween(String value1, String value2) {
- addCriterion("ADL_CREATE_USER between", value1, value2, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateUserNotBetween(String value1, String value2) {
- addCriterion("ADL_CREATE_USER not between", value1, value2, "createUser");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIsNull() {
- addCriterion("ADL_CREATE_TIME is null");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIsNotNull() {
- addCriterion("ADL_CREATE_TIME is not null");
- return (Criteria) this;
- }
- public Criteria andCreateTimeEqualTo(String value) {
- if(value == null ){
- andCreateTimeIsNull();
- } else {
- addCriterion("ADL_CREATE_TIME =", value, "createTime");
- }
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotEqualTo(String value) {
- if(value == null ){
- andCreateTimeIsNotNull();
- } else {
- addCriterion("ADL_CREATE_TIME <>", value, "createTime");
- }
- return (Criteria) this;
- }
- public Criteria andCreateTimeGreaterThan(String value) {
- addCriterion("ADL_CREATE_TIME >", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeGreaterThanOrEqualTo(String value) {
- addCriterion("ADL_CREATE_TIME >=", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeLessThan(String value) {
- addCriterion("ADL_CREATE_TIME <", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeLessThanOrEqualTo(String value) {
- addCriterion("ADL_CREATE_TIME <=", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeLike(String value) {
- addCriterion("ADL_CREATE_TIME like", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotLike(String value) {
- addCriterion("ADL_CREATE_TIME not like", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIn(List<String> values) {
- addCriterion("ADL_CREATE_TIME in", values, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotIn(List<String> values) {
- addCriterion("ADL_CREATE_TIME not in", values, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeBetween(String value1, String value2) {
- addCriterion("ADL_CREATE_TIME between", value1, value2, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotBetween(String value1, String value2) {
- addCriterion("ADL_CREATE_TIME not between", value1, value2, "createTime");
- return (Criteria) this;
- }
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table tp_acc_detail
- *
- * @mbggenerated do_not_delete_during_merge
- */
- public static class Criteria extends GeneratedCriteria {
- protected Criteria() {
- super();
- }
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table tp_acc_detail
- *
- * @mbggenerated
- */
- public static class Criterion {
- private String condition;
- private Object value;
- private Object secondValue;
- private boolean noValue;
- private boolean singleValue;
- private boolean betweenValue;
- private boolean listValue;
- public String getCondition() {
- return condition;
- }
- public Object getValue() {
- return value;
- }
- public Object getSecondValue() {
- return secondValue;
- }
- public boolean isNoValue() {
- return noValue;
- }
- public boolean isSingleValue() {
- return singleValue;
- }
- public boolean isBetweenValue() {
- return betweenValue;
- }
- public boolean isListValue() {
- return listValue;
- }
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.noValue = true;
- }
- protected Criterion(String condition, Object value) {
- super();
- this.condition = condition;
- this.value = value;
- if (value instanceof List<?>) {
- this.listValue = true;
- } else {
- this.singleValue = true;
- }
- }
- protected Criterion(String condition, Object value, Object secondValue) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.betweenValue = true;
- }
- }
- }
|