AccountRemapExample.java 39.9 KB
Newer Older
frank.xa.zhang's avatar
frank.xa.zhang committed
1
package pwc.taxtech.atms.vat.entity;
2 3 4 5 6 7 8 9 10

import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;

public class AccountRemapExample {
    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
11
     * This field corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
12 13 14 15 16 17 18
     *
     * @mbg.generated
     */
    protected String orderByClause;

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
19
     * This field corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
20 21 22 23 24 25 26
     *
     * @mbg.generated
     */
    protected boolean distinct;

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
27
     * This field corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
28 29 30 31 32 33 34
     *
     * @mbg.generated
     */
    protected List<Criteria> oredCriteria;

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
35
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
36 37 38 39 40 41 42 43 44
     *
     * @mbg.generated
     */
    public AccountRemapExample() {
        oredCriteria = new ArrayList<Criteria>();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
45
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
46 47 48 49 50 51 52 53 54
     *
     * @mbg.generated
     */
    public void setOrderByClause(String orderByClause) {
        this.orderByClause = orderByClause;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
55
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
56 57 58 59 60 61 62 63 64
     *
     * @mbg.generated
     */
    public String getOrderByClause() {
        return orderByClause;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
65
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
66 67 68 69 70 71 72 73 74
     *
     * @mbg.generated
     */
    public void setDistinct(boolean distinct) {
        this.distinct = distinct;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
75
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
76 77 78 79 80 81 82 83 84
     *
     * @mbg.generated
     */
    public boolean isDistinct() {
        return distinct;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
85
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
86 87 88 89 90 91 92 93 94
     *
     * @mbg.generated
     */
    public List<Criteria> getOredCriteria() {
        return oredCriteria;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
95
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
96 97 98 99 100 101 102 103 104
     *
     * @mbg.generated
     */
    public void or(Criteria criteria) {
        oredCriteria.add(criteria);
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
105
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
106 107 108 109 110 111 112 113 114 115 116
     *
     * @mbg.generated
     */
    public Criteria or() {
        Criteria criteria = createCriteriaInternal();
        oredCriteria.add(criteria);
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
117
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
118 119 120 121 122 123 124 125 126 127 128 129 130
     *
     * @mbg.generated
     */
    public Criteria createCriteria() {
        Criteria criteria = createCriteriaInternal();
        if (oredCriteria.size() == 0) {
            oredCriteria.add(criteria);
        }
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
131
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
132 133 134 135 136 137 138 139 140 141
     *
     * @mbg.generated
     */
    protected Criteria createCriteriaInternal() {
        Criteria criteria = new Criteria();
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
142
     * This method corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
143 144 145 146 147 148 149 150 151 152 153
     *
     * @mbg.generated
     */
    public void clear() {
        oredCriteria.clear();
        orderByClause = null;
        distinct = false;
    }

    /**
     * This class was generated by MyBatis Generator.
neo's avatar
neo committed
154
     * This class corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
     *
     * @mbg.generated
     */
    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> getAllCriteria() {
            return criteria;
        }

        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 andRemapIdIsNull() {
200
            addCriterion("REMAP_ID is null");
201 202 203 204
            return (Criteria) this;
        }

        public Criteria andRemapIdIsNotNull() {
205
            addCriterion("REMAP_ID is not null");
206 207 208 209
            return (Criteria) this;
        }

        public Criteria andRemapIdEqualTo(String value) {
210
            addCriterion("REMAP_ID =", value, "remapId");
211 212 213 214
            return (Criteria) this;
        }

        public Criteria andRemapIdNotEqualTo(String value) {
215
            addCriterion("REMAP_ID <>", value, "remapId");
216 217 218 219
            return (Criteria) this;
        }

        public Criteria andRemapIdGreaterThan(String value) {
220
            addCriterion("REMAP_ID >", value, "remapId");
221 222 223 224
            return (Criteria) this;
        }

        public Criteria andRemapIdGreaterThanOrEqualTo(String value) {
225
            addCriterion("REMAP_ID >=", value, "remapId");
226 227 228 229
            return (Criteria) this;
        }

        public Criteria andRemapIdLessThan(String value) {
230
            addCriterion("REMAP_ID <", value, "remapId");
231 232 233 234
            return (Criteria) this;
        }

        public Criteria andRemapIdLessThanOrEqualTo(String value) {
235
            addCriterion("REMAP_ID <=", value, "remapId");
236 237 238 239
            return (Criteria) this;
        }

        public Criteria andRemapIdLike(String value) {
240
            addCriterion("REMAP_ID like", value, "remapId");
241 242 243 244
            return (Criteria) this;
        }

        public Criteria andRemapIdNotLike(String value) {
245
            addCriterion("REMAP_ID not like", value, "remapId");
246 247 248 249
            return (Criteria) this;
        }

        public Criteria andRemapIdIn(List<String> values) {
250
            addCriterion("REMAP_ID in", values, "remapId");
251 252 253 254
            return (Criteria) this;
        }

        public Criteria andRemapIdNotIn(List<String> values) {
255
            addCriterion("REMAP_ID not in", values, "remapId");
256 257 258 259
            return (Criteria) this;
        }

        public Criteria andRemapIdBetween(String value1, String value2) {
260
            addCriterion("REMAP_ID between", value1, value2, "remapId");
261 262 263 264
            return (Criteria) this;
        }

        public Criteria andRemapIdNotBetween(String value1, String value2) {
265
            addCriterion("REMAP_ID not between", value1, value2, "remapId");
266 267 268 269
            return (Criteria) this;
        }

        public Criteria andPeriodIsNull() {
270
            addCriterion("PERIOD is null");
271 272 273 274
            return (Criteria) this;
        }

        public Criteria andPeriodIsNotNull() {
275
            addCriterion("PERIOD is not null");
276 277 278 279
            return (Criteria) this;
        }

        public Criteria andPeriodEqualTo(Integer value) {
280
            addCriterion("PERIOD =", value, "period");
281 282 283 284
            return (Criteria) this;
        }

        public Criteria andPeriodNotEqualTo(Integer value) {
285
            addCriterion("PERIOD <>", value, "period");
286 287 288 289
            return (Criteria) this;
        }

        public Criteria andPeriodGreaterThan(Integer value) {
290
            addCriterion("PERIOD >", value, "period");
291 292 293 294
            return (Criteria) this;
        }

        public Criteria andPeriodGreaterThanOrEqualTo(Integer value) {
295
            addCriterion("PERIOD >=", value, "period");
296 297 298 299
            return (Criteria) this;
        }

        public Criteria andPeriodLessThan(Integer value) {
300
            addCriterion("PERIOD <", value, "period");
301 302 303 304
            return (Criteria) this;
        }

        public Criteria andPeriodLessThanOrEqualTo(Integer value) {
305
            addCriterion("PERIOD <=", value, "period");
306 307 308 309
            return (Criteria) this;
        }

        public Criteria andPeriodIn(List<Integer> values) {
310
            addCriterion("PERIOD in", values, "period");
311 312 313 314
            return (Criteria) this;
        }

        public Criteria andPeriodNotIn(List<Integer> values) {
315
            addCriterion("PERIOD not in", values, "period");
316 317 318 319
            return (Criteria) this;
        }

        public Criteria andPeriodBetween(Integer value1, Integer value2) {
320
            addCriterion("PERIOD between", value1, value2, "period");
321 322 323 324
            return (Criteria) this;
        }

        public Criteria andPeriodNotBetween(Integer value1, Integer value2) {
325
            addCriterion("PERIOD not between", value1, value2, "period");
326 327 328 329
            return (Criteria) this;
        }

        public Criteria andAcctCodeIsNull() {
330
            addCriterion("ACCT_CODE is null");
331 332 333 334
            return (Criteria) this;
        }

        public Criteria andAcctCodeIsNotNull() {
335
            addCriterion("ACCT_CODE is not null");
336 337 338 339
            return (Criteria) this;
        }

        public Criteria andAcctCodeEqualTo(String value) {
340
            addCriterion("ACCT_CODE =", value, "acctCode");
341 342 343 344
            return (Criteria) this;
        }

        public Criteria andAcctCodeNotEqualTo(String value) {
345
            addCriterion("ACCT_CODE <>", value, "acctCode");
346 347 348 349
            return (Criteria) this;
        }

        public Criteria andAcctCodeGreaterThan(String value) {
350
            addCriterion("ACCT_CODE >", value, "acctCode");
351 352 353 354
            return (Criteria) this;
        }

        public Criteria andAcctCodeGreaterThanOrEqualTo(String value) {
355
            addCriterion("ACCT_CODE >=", value, "acctCode");
356 357 358 359
            return (Criteria) this;
        }

        public Criteria andAcctCodeLessThan(String value) {
360
            addCriterion("ACCT_CODE <", value, "acctCode");
361 362 363 364
            return (Criteria) this;
        }

        public Criteria andAcctCodeLessThanOrEqualTo(String value) {
365
            addCriterion("ACCT_CODE <=", value, "acctCode");
366 367 368 369
            return (Criteria) this;
        }

        public Criteria andAcctCodeLike(String value) {
370
            addCriterion("ACCT_CODE like", value, "acctCode");
371 372 373 374
            return (Criteria) this;
        }

        public Criteria andAcctCodeNotLike(String value) {
375
            addCriterion("ACCT_CODE not like", value, "acctCode");
376 377 378 379
            return (Criteria) this;
        }

        public Criteria andAcctCodeIn(List<String> values) {
380
            addCriterion("ACCT_CODE in", values, "acctCode");
381 382 383 384
            return (Criteria) this;
        }

        public Criteria andAcctCodeNotIn(List<String> values) {
385
            addCriterion("ACCT_CODE not in", values, "acctCode");
386 387 388 389
            return (Criteria) this;
        }

        public Criteria andAcctCodeBetween(String value1, String value2) {
390
            addCriterion("ACCT_CODE between", value1, value2, "acctCode");
391 392 393 394
            return (Criteria) this;
        }

        public Criteria andAcctCodeNotBetween(String value1, String value2) {
395
            addCriterion("ACCT_CODE not between", value1, value2, "acctCode");
396 397 398 399
            return (Criteria) this;
        }

        public Criteria andCustomerCodeIsNull() {
400
            addCriterion("CUSTOMER_CODE is null");
401 402 403 404
            return (Criteria) this;
        }

        public Criteria andCustomerCodeIsNotNull() {
405
            addCriterion("CUSTOMER_CODE is not null");
406 407 408 409
            return (Criteria) this;
        }

        public Criteria andCustomerCodeEqualTo(String value) {
410
            addCriterion("CUSTOMER_CODE =", value, "customerCode");
411 412 413 414
            return (Criteria) this;
        }

        public Criteria andCustomerCodeNotEqualTo(String value) {
415
            addCriterion("CUSTOMER_CODE <>", value, "customerCode");
416 417 418 419
            return (Criteria) this;
        }

        public Criteria andCustomerCodeGreaterThan(String value) {
420
            addCriterion("CUSTOMER_CODE >", value, "customerCode");
421 422 423 424
            return (Criteria) this;
        }

        public Criteria andCustomerCodeGreaterThanOrEqualTo(String value) {
425
            addCriterion("CUSTOMER_CODE >=", value, "customerCode");
426 427 428 429
            return (Criteria) this;
        }

        public Criteria andCustomerCodeLessThan(String value) {
430
            addCriterion("CUSTOMER_CODE <", value, "customerCode");
431 432 433 434
            return (Criteria) this;
        }

        public Criteria andCustomerCodeLessThanOrEqualTo(String value) {
435
            addCriterion("CUSTOMER_CODE <=", value, "customerCode");
436 437 438 439
            return (Criteria) this;
        }

        public Criteria andCustomerCodeLike(String value) {
440
            addCriterion("CUSTOMER_CODE like", value, "customerCode");
441 442 443 444
            return (Criteria) this;
        }

        public Criteria andCustomerCodeNotLike(String value) {
445
            addCriterion("CUSTOMER_CODE not like", value, "customerCode");
446 447 448 449
            return (Criteria) this;
        }

        public Criteria andCustomerCodeIn(List<String> values) {
450
            addCriterion("CUSTOMER_CODE in", values, "customerCode");
451 452 453 454
            return (Criteria) this;
        }

        public Criteria andCustomerCodeNotIn(List<String> values) {
455
            addCriterion("CUSTOMER_CODE not in", values, "customerCode");
456 457 458 459
            return (Criteria) this;
        }

        public Criteria andCustomerCodeBetween(String value1, String value2) {
460
            addCriterion("CUSTOMER_CODE between", value1, value2, "customerCode");
461 462 463 464
            return (Criteria) this;
        }

        public Criteria andCustomerCodeNotBetween(String value1, String value2) {
465
            addCriterion("CUSTOMER_CODE not between", value1, value2, "customerCode");
466 467 468 469
            return (Criteria) this;
        }

        public Criteria andRemapDebitIsNull() {
470
            addCriterion("REMAP_DEBIT is null");
471 472 473 474
            return (Criteria) this;
        }

        public Criteria andRemapDebitIsNotNull() {
475
            addCriterion("REMAP_DEBIT is not null");
476 477 478 479
            return (Criteria) this;
        }

        public Criteria andRemapDebitEqualTo(BigDecimal value) {
480
            addCriterion("REMAP_DEBIT =", value, "remapDebit");
481 482 483 484
            return (Criteria) this;
        }

        public Criteria andRemapDebitNotEqualTo(BigDecimal value) {
485
            addCriterion("REMAP_DEBIT <>", value, "remapDebit");
486 487 488 489
            return (Criteria) this;
        }

        public Criteria andRemapDebitGreaterThan(BigDecimal value) {
490
            addCriterion("REMAP_DEBIT >", value, "remapDebit");
491 492 493 494
            return (Criteria) this;
        }

        public Criteria andRemapDebitGreaterThanOrEqualTo(BigDecimal value) {
495
            addCriterion("REMAP_DEBIT >=", value, "remapDebit");
496 497 498 499
            return (Criteria) this;
        }

        public Criteria andRemapDebitLessThan(BigDecimal value) {
500
            addCriterion("REMAP_DEBIT <", value, "remapDebit");
501 502 503 504
            return (Criteria) this;
        }

        public Criteria andRemapDebitLessThanOrEqualTo(BigDecimal value) {
505
            addCriterion("REMAP_DEBIT <=", value, "remapDebit");
506 507 508 509
            return (Criteria) this;
        }

        public Criteria andRemapDebitIn(List<BigDecimal> values) {
510
            addCriterion("REMAP_DEBIT in", values, "remapDebit");
511 512 513 514
            return (Criteria) this;
        }

        public Criteria andRemapDebitNotIn(List<BigDecimal> values) {
515
            addCriterion("REMAP_DEBIT not in", values, "remapDebit");
516 517 518 519
            return (Criteria) this;
        }

        public Criteria andRemapDebitBetween(BigDecimal value1, BigDecimal value2) {
520
            addCriterion("REMAP_DEBIT between", value1, value2, "remapDebit");
521 522 523 524
            return (Criteria) this;
        }

        public Criteria andRemapDebitNotBetween(BigDecimal value1, BigDecimal value2) {
525
            addCriterion("REMAP_DEBIT not between", value1, value2, "remapDebit");
526 527 528 529
            return (Criteria) this;
        }

        public Criteria andRemapCreditIsNull() {
530
            addCriterion("REMAP_CREDIT is null");
531 532 533 534
            return (Criteria) this;
        }

        public Criteria andRemapCreditIsNotNull() {
535
            addCriterion("REMAP_CREDIT is not null");
536 537 538 539
            return (Criteria) this;
        }

        public Criteria andRemapCreditEqualTo(BigDecimal value) {
540
            addCriterion("REMAP_CREDIT =", value, "remapCredit");
541 542 543 544
            return (Criteria) this;
        }

        public Criteria andRemapCreditNotEqualTo(BigDecimal value) {
545
            addCriterion("REMAP_CREDIT <>", value, "remapCredit");
546 547 548 549
            return (Criteria) this;
        }

        public Criteria andRemapCreditGreaterThan(BigDecimal value) {
550
            addCriterion("REMAP_CREDIT >", value, "remapCredit");
551 552 553 554
            return (Criteria) this;
        }

        public Criteria andRemapCreditGreaterThanOrEqualTo(BigDecimal value) {
555
            addCriterion("REMAP_CREDIT >=", value, "remapCredit");
556 557 558 559
            return (Criteria) this;
        }

        public Criteria andRemapCreditLessThan(BigDecimal value) {
560
            addCriterion("REMAP_CREDIT <", value, "remapCredit");
561 562 563 564
            return (Criteria) this;
        }

        public Criteria andRemapCreditLessThanOrEqualTo(BigDecimal value) {
565
            addCriterion("REMAP_CREDIT <=", value, "remapCredit");
566 567 568 569
            return (Criteria) this;
        }

        public Criteria andRemapCreditIn(List<BigDecimal> values) {
570
            addCriterion("REMAP_CREDIT in", values, "remapCredit");
571 572 573 574
            return (Criteria) this;
        }

        public Criteria andRemapCreditNotIn(List<BigDecimal> values) {
575
            addCriterion("REMAP_CREDIT not in", values, "remapCredit");
576 577 578 579
            return (Criteria) this;
        }

        public Criteria andRemapCreditBetween(BigDecimal value1, BigDecimal value2) {
580
            addCriterion("REMAP_CREDIT between", value1, value2, "remapCredit");
581 582 583 584
            return (Criteria) this;
        }

        public Criteria andRemapCreditNotBetween(BigDecimal value1, BigDecimal value2) {
585
            addCriterion("REMAP_CREDIT not between", value1, value2, "remapCredit");
586 587 588 589
            return (Criteria) this;
        }

        public Criteria andStdCodeIsNull() {
590
            addCriterion("STD_CODE is null");
591 592 593 594
            return (Criteria) this;
        }

        public Criteria andStdCodeIsNotNull() {
595
            addCriterion("STD_CODE is not null");
596 597 598 599
            return (Criteria) this;
        }

        public Criteria andStdCodeEqualTo(String value) {
600
            addCriterion("STD_CODE =", value, "stdCode");
601 602 603 604
            return (Criteria) this;
        }

        public Criteria andStdCodeNotEqualTo(String value) {
605
            addCriterion("STD_CODE <>", value, "stdCode");
606 607 608 609
            return (Criteria) this;
        }

        public Criteria andStdCodeGreaterThan(String value) {
610
            addCriterion("STD_CODE >", value, "stdCode");
611 612 613 614
            return (Criteria) this;
        }

        public Criteria andStdCodeGreaterThanOrEqualTo(String value) {
615
            addCriterion("STD_CODE >=", value, "stdCode");
616 617 618 619
            return (Criteria) this;
        }

        public Criteria andStdCodeLessThan(String value) {
620
            addCriterion("STD_CODE <", value, "stdCode");
621 622 623 624
            return (Criteria) this;
        }

        public Criteria andStdCodeLessThanOrEqualTo(String value) {
625
            addCriterion("STD_CODE <=", value, "stdCode");
626 627 628 629
            return (Criteria) this;
        }

        public Criteria andStdCodeLike(String value) {
630
            addCriterion("STD_CODE like", value, "stdCode");
631 632 633 634
            return (Criteria) this;
        }

        public Criteria andStdCodeNotLike(String value) {
635
            addCriterion("STD_CODE not like", value, "stdCode");
636 637 638 639
            return (Criteria) this;
        }

        public Criteria andStdCodeIn(List<String> values) {
640
            addCriterion("STD_CODE in", values, "stdCode");
641 642 643 644
            return (Criteria) this;
        }

        public Criteria andStdCodeNotIn(List<String> values) {
645
            addCriterion("STD_CODE not in", values, "stdCode");
646 647 648 649
            return (Criteria) this;
        }

        public Criteria andStdCodeBetween(String value1, String value2) {
650
            addCriterion("STD_CODE between", value1, value2, "stdCode");
651 652 653 654
            return (Criteria) this;
        }

        public Criteria andStdCodeNotBetween(String value1, String value2) {
655
            addCriterion("STD_CODE not between", value1, value2, "stdCode");
656 657 658 659
            return (Criteria) this;
        }

        public Criteria andReMappNameIsNull() {
660
            addCriterion("RE_MAPP_NAME is null");
661 662 663 664
            return (Criteria) this;
        }

        public Criteria andReMappNameIsNotNull() {
665
            addCriterion("RE_MAPP_NAME is not null");
666 667 668 669
            return (Criteria) this;
        }

        public Criteria andReMappNameEqualTo(String value) {
670
            addCriterion("RE_MAPP_NAME =", value, "reMappName");
671 672 673 674
            return (Criteria) this;
        }

        public Criteria andReMappNameNotEqualTo(String value) {
675
            addCriterion("RE_MAPP_NAME <>", value, "reMappName");
676 677 678 679
            return (Criteria) this;
        }

        public Criteria andReMappNameGreaterThan(String value) {
680
            addCriterion("RE_MAPP_NAME >", value, "reMappName");
681 682 683 684
            return (Criteria) this;
        }

        public Criteria andReMappNameGreaterThanOrEqualTo(String value) {
685
            addCriterion("RE_MAPP_NAME >=", value, "reMappName");
686 687 688 689
            return (Criteria) this;
        }

        public Criteria andReMappNameLessThan(String value) {
690
            addCriterion("RE_MAPP_NAME <", value, "reMappName");
691 692 693 694
            return (Criteria) this;
        }

        public Criteria andReMappNameLessThanOrEqualTo(String value) {
695
            addCriterion("RE_MAPP_NAME <=", value, "reMappName");
696 697 698 699
            return (Criteria) this;
        }

        public Criteria andReMappNameLike(String value) {
700
            addCriterion("RE_MAPP_NAME like", value, "reMappName");
701 702 703 704
            return (Criteria) this;
        }

        public Criteria andReMappNameNotLike(String value) {
705
            addCriterion("RE_MAPP_NAME not like", value, "reMappName");
706 707 708 709
            return (Criteria) this;
        }

        public Criteria andReMappNameIn(List<String> values) {
710
            addCriterion("RE_MAPP_NAME in", values, "reMappName");
711 712 713 714
            return (Criteria) this;
        }

        public Criteria andReMappNameNotIn(List<String> values) {
715
            addCriterion("RE_MAPP_NAME not in", values, "reMappName");
716 717 718 719
            return (Criteria) this;
        }

        public Criteria andReMappNameBetween(String value1, String value2) {
720
            addCriterion("RE_MAPP_NAME between", value1, value2, "reMappName");
721 722 723 724
            return (Criteria) this;
        }

        public Criteria andReMappNameNotBetween(String value1, String value2) {
725
            addCriterion("RE_MAPP_NAME not between", value1, value2, "reMappName");
726 727 728 729
            return (Criteria) this;
        }

        public Criteria andReMappReasonIsNull() {
730
            addCriterion("RE_MAPP_REASON is null");
731 732 733 734
            return (Criteria) this;
        }

        public Criteria andReMappReasonIsNotNull() {
735
            addCriterion("RE_MAPP_REASON is not null");
736 737 738 739
            return (Criteria) this;
        }

        public Criteria andReMappReasonEqualTo(String value) {
740
            addCriterion("RE_MAPP_REASON =", value, "reMappReason");
741 742 743 744
            return (Criteria) this;
        }

        public Criteria andReMappReasonNotEqualTo(String value) {
745
            addCriterion("RE_MAPP_REASON <>", value, "reMappReason");
746 747 748 749
            return (Criteria) this;
        }

        public Criteria andReMappReasonGreaterThan(String value) {
750
            addCriterion("RE_MAPP_REASON >", value, "reMappReason");
751 752 753 754
            return (Criteria) this;
        }

        public Criteria andReMappReasonGreaterThanOrEqualTo(String value) {
755
            addCriterion("RE_MAPP_REASON >=", value, "reMappReason");
756 757 758 759
            return (Criteria) this;
        }

        public Criteria andReMappReasonLessThan(String value) {
760
            addCriterion("RE_MAPP_REASON <", value, "reMappReason");
761 762 763 764
            return (Criteria) this;
        }

        public Criteria andReMappReasonLessThanOrEqualTo(String value) {
765
            addCriterion("RE_MAPP_REASON <=", value, "reMappReason");
766 767 768 769
            return (Criteria) this;
        }

        public Criteria andReMappReasonLike(String value) {
770
            addCriterion("RE_MAPP_REASON like", value, "reMappReason");
771 772 773 774
            return (Criteria) this;
        }

        public Criteria andReMappReasonNotLike(String value) {
775
            addCriterion("RE_MAPP_REASON not like", value, "reMappReason");
776 777 778 779
            return (Criteria) this;
        }

        public Criteria andReMappReasonIn(List<String> values) {
780
            addCriterion("RE_MAPP_REASON in", values, "reMappReason");
781 782 783 784
            return (Criteria) this;
        }

        public Criteria andReMappReasonNotIn(List<String> values) {
785
            addCriterion("RE_MAPP_REASON not in", values, "reMappReason");
786 787 788 789
            return (Criteria) this;
        }

        public Criteria andReMappReasonBetween(String value1, String value2) {
790
            addCriterion("RE_MAPP_REASON between", value1, value2, "reMappReason");
791 792 793 794
            return (Criteria) this;
        }

        public Criteria andReMappReasonNotBetween(String value1, String value2) {
795
            addCriterion("RE_MAPP_REASON not between", value1, value2, "reMappReason");
796 797 798 799
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdIsNull() {
800
            addCriterion("RE_MAPP_TYPE_ID is null");
801 802 803 804
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdIsNotNull() {
805
            addCriterion("RE_MAPP_TYPE_ID is not null");
806 807 808 809
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdEqualTo(Integer value) {
810
            addCriterion("RE_MAPP_TYPE_ID =", value, "reMappTypeId");
811 812 813 814
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdNotEqualTo(Integer value) {
815
            addCriterion("RE_MAPP_TYPE_ID <>", value, "reMappTypeId");
816 817 818 819
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdGreaterThan(Integer value) {
820
            addCriterion("RE_MAPP_TYPE_ID >", value, "reMappTypeId");
821 822 823 824
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdGreaterThanOrEqualTo(Integer value) {
825
            addCriterion("RE_MAPP_TYPE_ID >=", value, "reMappTypeId");
826 827 828 829
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdLessThan(Integer value) {
830
            addCriterion("RE_MAPP_TYPE_ID <", value, "reMappTypeId");
831 832 833 834
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdLessThanOrEqualTo(Integer value) {
835
            addCriterion("RE_MAPP_TYPE_ID <=", value, "reMappTypeId");
836 837 838 839
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdIn(List<Integer> values) {
840
            addCriterion("RE_MAPP_TYPE_ID in", values, "reMappTypeId");
841 842 843 844
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdNotIn(List<Integer> values) {
845
            addCriterion("RE_MAPP_TYPE_ID not in", values, "reMappTypeId");
846 847 848 849
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdBetween(Integer value1, Integer value2) {
850
            addCriterion("RE_MAPP_TYPE_ID between", value1, value2, "reMappTypeId");
851 852 853 854
            return (Criteria) this;
        }

        public Criteria andReMappTypeIdNotBetween(Integer value1, Integer value2) {
855
            addCriterion("RE_MAPP_TYPE_ID not between", value1, value2, "reMappTypeId");
856 857 858 859
            return (Criteria) this;
        }

        public Criteria andCreateTimeIsNull() {
860
            addCriterion("CREATE_TIME is null");
861 862 863 864
            return (Criteria) this;
        }

        public Criteria andCreateTimeIsNotNull() {
865
            addCriterion("CREATE_TIME is not null");
866 867 868 869
            return (Criteria) this;
        }

        public Criteria andCreateTimeEqualTo(Date value) {
870
            addCriterion("CREATE_TIME =", value, "createTime");
871 872 873 874
            return (Criteria) this;
        }

        public Criteria andCreateTimeNotEqualTo(Date value) {
875
            addCriterion("CREATE_TIME <>", value, "createTime");
876 877 878 879
            return (Criteria) this;
        }

        public Criteria andCreateTimeGreaterThan(Date value) {
880
            addCriterion("CREATE_TIME >", value, "createTime");
881 882 883 884
            return (Criteria) this;
        }

        public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
885
            addCriterion("CREATE_TIME >=", value, "createTime");
886 887 888 889
            return (Criteria) this;
        }

        public Criteria andCreateTimeLessThan(Date value) {
890
            addCriterion("CREATE_TIME <", value, "createTime");
891 892 893 894
            return (Criteria) this;
        }

        public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
895
            addCriterion("CREATE_TIME <=", value, "createTime");
896 897 898 899
            return (Criteria) this;
        }

        public Criteria andCreateTimeIn(List<Date> values) {
900
            addCriterion("CREATE_TIME in", values, "createTime");
901 902 903 904
            return (Criteria) this;
        }

        public Criteria andCreateTimeNotIn(List<Date> values) {
905
            addCriterion("CREATE_TIME not in", values, "createTime");
906 907 908 909
            return (Criteria) this;
        }

        public Criteria andCreateTimeBetween(Date value1, Date value2) {
910
            addCriterion("CREATE_TIME between", value1, value2, "createTime");
911 912 913 914
            return (Criteria) this;
        }

        public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
915
            addCriterion("CREATE_TIME not between", value1, value2, "createTime");
916 917 918 919
            return (Criteria) this;
        }

        public Criteria andUpdateTimeIsNull() {
920
            addCriterion("UPDATE_TIME is null");
921 922 923 924
            return (Criteria) this;
        }

        public Criteria andUpdateTimeIsNotNull() {
925
            addCriterion("UPDATE_TIME is not null");
926 927 928 929
            return (Criteria) this;
        }

        public Criteria andUpdateTimeEqualTo(Date value) {
930
            addCriterion("UPDATE_TIME =", value, "updateTime");
931 932 933 934
            return (Criteria) this;
        }

        public Criteria andUpdateTimeNotEqualTo(Date value) {
935
            addCriterion("UPDATE_TIME <>", value, "updateTime");
936 937 938 939
            return (Criteria) this;
        }

        public Criteria andUpdateTimeGreaterThan(Date value) {
940
            addCriterion("UPDATE_TIME >", value, "updateTime");
941 942 943 944
            return (Criteria) this;
        }

        public Criteria andUpdateTimeGreaterThanOrEqualTo(Date value) {
945
            addCriterion("UPDATE_TIME >=", value, "updateTime");
946 947 948 949
            return (Criteria) this;
        }

        public Criteria andUpdateTimeLessThan(Date value) {
950
            addCriterion("UPDATE_TIME <", value, "updateTime");
951 952 953 954
            return (Criteria) this;
        }

        public Criteria andUpdateTimeLessThanOrEqualTo(Date value) {
955
            addCriterion("UPDATE_TIME <=", value, "updateTime");
956 957 958 959
            return (Criteria) this;
        }

        public Criteria andUpdateTimeIn(List<Date> values) {
960
            addCriterion("UPDATE_TIME in", values, "updateTime");
961 962 963 964
            return (Criteria) this;
        }

        public Criteria andUpdateTimeNotIn(List<Date> values) {
965
            addCriterion("UPDATE_TIME not in", values, "updateTime");
966 967 968 969
            return (Criteria) this;
        }

        public Criteria andUpdateTimeBetween(Date value1, Date value2) {
970
            addCriterion("UPDATE_TIME between", value1, value2, "updateTime");
971 972 973 974
            return (Criteria) this;
        }

        public Criteria andUpdateTimeNotBetween(Date value1, Date value2) {
975
            addCriterion("UPDATE_TIME not between", value1, value2, "updateTime");
976 977 978
            return (Criteria) this;
        }

979 980
        public Criteria andCreatorIdIsNull() {
            addCriterion("CREATOR_ID is null");
981 982 983
            return (Criteria) this;
        }

984 985
        public Criteria andCreatorIdIsNotNull() {
            addCriterion("CREATOR_ID is not null");
986 987 988
            return (Criteria) this;
        }

989 990
        public Criteria andCreatorIdEqualTo(String value) {
            addCriterion("CREATOR_ID =", value, "creatorId");
991 992 993
            return (Criteria) this;
        }

994 995
        public Criteria andCreatorIdNotEqualTo(String value) {
            addCriterion("CREATOR_ID <>", value, "creatorId");
996 997 998
            return (Criteria) this;
        }

999 1000
        public Criteria andCreatorIdGreaterThan(String value) {
            addCriterion("CREATOR_ID >", value, "creatorId");
1001 1002 1003
            return (Criteria) this;
        }

1004 1005
        public Criteria andCreatorIdGreaterThanOrEqualTo(String value) {
            addCriterion("CREATOR_ID >=", value, "creatorId");
1006 1007 1008
            return (Criteria) this;
        }

1009 1010
        public Criteria andCreatorIdLessThan(String value) {
            addCriterion("CREATOR_ID <", value, "creatorId");
1011 1012 1013
            return (Criteria) this;
        }

1014 1015
        public Criteria andCreatorIdLessThanOrEqualTo(String value) {
            addCriterion("CREATOR_ID <=", value, "creatorId");
1016 1017 1018
            return (Criteria) this;
        }

1019 1020
        public Criteria andCreatorIdLike(String value) {
            addCriterion("CREATOR_ID like", value, "creatorId");
1021 1022 1023
            return (Criteria) this;
        }

1024 1025
        public Criteria andCreatorIdNotLike(String value) {
            addCriterion("CREATOR_ID not like", value, "creatorId");
1026 1027 1028
            return (Criteria) this;
        }

1029 1030
        public Criteria andCreatorIdIn(List<String> values) {
            addCriterion("CREATOR_ID in", values, "creatorId");
1031 1032 1033
            return (Criteria) this;
        }

1034 1035
        public Criteria andCreatorIdNotIn(List<String> values) {
            addCriterion("CREATOR_ID not in", values, "creatorId");
1036 1037 1038
            return (Criteria) this;
        }

1039 1040
        public Criteria andCreatorIdBetween(String value1, String value2) {
            addCriterion("CREATOR_ID between", value1, value2, "creatorId");
1041 1042 1043
            return (Criteria) this;
        }

1044 1045
        public Criteria andCreatorIdNotBetween(String value1, String value2) {
            addCriterion("CREATOR_ID not between", value1, value2, "creatorId");
1046 1047 1048 1049
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdIsNull() {
1050
            addCriterion("REMAP_BATCH_ID is null");
1051 1052 1053 1054
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdIsNotNull() {
1055
            addCriterion("REMAP_BATCH_ID is not null");
1056 1057 1058 1059
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdEqualTo(String value) {
1060
            addCriterion("REMAP_BATCH_ID =", value, "remapBatchId");
1061 1062 1063 1064
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdNotEqualTo(String value) {
1065
            addCriterion("REMAP_BATCH_ID <>", value, "remapBatchId");
1066 1067 1068 1069
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdGreaterThan(String value) {
1070
            addCriterion("REMAP_BATCH_ID >", value, "remapBatchId");
1071 1072 1073 1074
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdGreaterThanOrEqualTo(String value) {
1075
            addCriterion("REMAP_BATCH_ID >=", value, "remapBatchId");
1076 1077 1078 1079
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdLessThan(String value) {
1080
            addCriterion("REMAP_BATCH_ID <", value, "remapBatchId");
1081 1082 1083 1084
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdLessThanOrEqualTo(String value) {
1085
            addCriterion("REMAP_BATCH_ID <=", value, "remapBatchId");
1086 1087 1088 1089
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdLike(String value) {
1090
            addCriterion("REMAP_BATCH_ID like", value, "remapBatchId");
1091 1092 1093 1094
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdNotLike(String value) {
1095
            addCriterion("REMAP_BATCH_ID not like", value, "remapBatchId");
1096 1097 1098 1099
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdIn(List<String> values) {
1100
            addCriterion("REMAP_BATCH_ID in", values, "remapBatchId");
1101 1102 1103 1104
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdNotIn(List<String> values) {
1105
            addCriterion("REMAP_BATCH_ID not in", values, "remapBatchId");
1106 1107 1108 1109
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdBetween(String value1, String value2) {
1110
            addCriterion("REMAP_BATCH_ID between", value1, value2, "remapBatchId");
1111 1112 1113 1114
            return (Criteria) this;
        }

        public Criteria andRemapBatchIdNotBetween(String value1, String value2) {
1115
            addCriterion("REMAP_BATCH_ID not between", value1, value2, "remapBatchId");
1116 1117 1118 1119 1120 1121
            return (Criteria) this;
        }
    }

    /**
     * This class was generated by MyBatis Generator.
neo's avatar
neo committed
1122
     * This class corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134
     *
     * @mbg.generated do_not_delete_during_merge
     */
    public static class Criteria extends GeneratedCriteria {

        protected Criteria() {
            super();
        }
    }

    /**
     * This class was generated by MyBatis Generator.
neo's avatar
neo committed
1135
     * This class corresponds to the database table TAX_PROJECT.ACCOUNT_REMAP
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224
     *
     * @mbg.generated
     */
    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;

        private String typeHandler;

        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;
        }

        public String getTypeHandler() {
            return typeHandler;
        }

        protected Criterion(String condition) {
            super();
            this.condition = condition;
            this.typeHandler = null;
            this.noValue = true;
        }

        protected Criterion(String condition, Object value, String typeHandler) {
            super();
            this.condition = condition;
            this.value = value;
            this.typeHandler = typeHandler;
            if (value instanceof List<?>) {
                this.listValue = true;
            } else {
                this.singleValue = true;
            }
        }

        protected Criterion(String condition, Object value) {
            this(condition, value, null);
        }

        protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
            super();
            this.condition = condition;
            this.value = value;
            this.secondValue = secondValue;
            this.typeHandler = typeHandler;
            this.betweenValue = true;
        }

        protected Criterion(String condition, Object value, Object secondValue) {
            this(condition, value, secondValue, null);
        }
    }
}