TaxDocument.java 25.3 KB
Newer Older
chase's avatar
chase committed
1 2
package pwc.taxtech.atms.entity;

chase's avatar
chase committed
3 4
import pwc.taxtech.atms.anno.ExcelCell;

chase's avatar
chase committed
5 6 7 8 9 10 11 12 13 14
import java.io.Serializable;
import java.util.Date;

/**
 *
 * This class was generated by MyBatis Generator.
 * This class corresponds to the database table tax_document
 *
 * @mbg.generated do_not_delete_during_merge
 */
chase's avatar
chase committed
15
public class TaxDocument implements Serializable {
chase's avatar
chase committed
16 17 18 19 20 21 22 23 24
    /**
     * Database Column Remarks:
     *   档案ID
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.id
     *
     * @mbg.generated
     */
chase's avatar
chase committed
25
    @ExcelCell(index=1)
chase's avatar
chase committed
26 27 28 29 30 31 32 33 34 35 36
    private Long id;

    /**
     * Database Column Remarks:
     *   档案属性
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.file_attr
     *
     * @mbg.generated
     */
chase's avatar
chase committed
37
    @ExcelCell(index=2)
chase's avatar
chase committed
38 39 40 41 42 43 44 45 46 47 48
    private String fileAttr;

    /**
     * Database Column Remarks:
     *   文件类型的id
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.file_type_id
     *
     * @mbg.generated
     */
chase's avatar
chase committed
49
    private Long fileTypeId;
chase's avatar
chase committed
50 51 52 53 54 55 56 57 58 59

    /**
     * Database Column Remarks:
     *   档案类型
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.file_type
     *
     * @mbg.generated
     */
chase's avatar
chase committed
60
    @ExcelCell(index=3)
chase's avatar
chase committed
61 62 63 64 65 66 67 68 69 70 71
    private String fileType;

    /**
     * Database Column Remarks:
     *   档案名称
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.file_name
     *
     * @mbg.generated
     */
chase's avatar
chase committed
72
    @ExcelCell(index=4)
chase's avatar
chase committed
73 74 75 76 77 78 79 80 81 82 83
    private String fileName;

    /**
     * Database Column Remarks:
     *   业务线
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.business_line
     *
     * @mbg.generated
     */
chase's avatar
chase committed
84
    @ExcelCell(index=5)
chase's avatar
chase committed
85 86 87 88 89 90 91 92 93 94 95
    private String businessLine;

    /**
     * Database Column Remarks:
     *   公司代码Id
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.company_id
     *
     * @mbg.generated
     */
chase's avatar
chase committed
96
    private String companyId;
chase's avatar
chase committed
97 98 99 100 101 102 103 104 105 106

    /**
     * Database Column Remarks:
     *   公司名称
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.company_name
     *
     * @mbg.generated
     */
chase's avatar
chase committed
107
    @ExcelCell(index=6)
chase's avatar
chase committed
108 109 110 111 112 113 114 115 116 117 118
    private String companyName;

    /**
     * Database Column Remarks:
     *   税种
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.tax_type
     *
     * @mbg.generated
     */
chase's avatar
chase committed
119
    @ExcelCell(index=7)
chase's avatar
chase committed
120 121 122 123
    private String taxType;

    /**
     * Database Column Remarks:
chase's avatar
chase committed
124
     *   文件生效日期
chase's avatar
chase committed
125 126
     *
     * This field was generated by MyBatis Generator.
chase's avatar
chase committed
127
     * This field corresponds to the database column tax_document.file_time
chase's avatar
chase committed
128 129 130
     *
     * @mbg.generated
     */
chase's avatar
chase committed
131 132
    @ExcelCell(index=8)
    private Date fileTime;
chase's avatar
chase committed
133 134 135

    /**
     * Database Column Remarks:
chase's avatar
chase committed
136
     *   到期日
chase's avatar
chase committed
137 138
     *
     * This field was generated by MyBatis Generator.
chase's avatar
chase committed
139
     * This field corresponds to the database column tax_document.effective_time
chase's avatar
chase committed
140 141 142
     *
     * @mbg.generated
     */
chase's avatar
chase committed
143
    @ExcelCell(index=10)
chase's avatar
chase committed
144
    private Date effectiveTime;
chase's avatar
chase committed
145 146 147

    /**
     * Database Column Remarks:
chase's avatar
chase committed
148
     *   所属期间
chase's avatar
chase committed
149 150
     *
     * This field was generated by MyBatis Generator.
chase's avatar
chase committed
151
     * This field corresponds to the database column tax_document.own_time
chase's avatar
chase committed
152 153 154
     *
     * @mbg.generated
     */
chase's avatar
chase committed
155
    @ExcelCell(index=9)
chase's avatar
chase committed
156
    private Integer ownTime;
chase's avatar
chase committed
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.creator_id
     *
     * @mbg.generated
     */
    private String creatorId;

    /**
     * Database Column Remarks:
     *   创建人
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.creator
     *
     * @mbg.generated
     */
chase's avatar
chase committed
176
    @ExcelCell(index=16)
chase's avatar
chase committed
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
    private String creator;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.create_time
     *
     * @mbg.generated
     */
    private Date createTime;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.update_time
     *
     * @mbg.generated
     */
    private Date updateTime;

    /**
     * Database Column Remarks:
     *   上传日期
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.upload_time
     *
     * @mbg.generated
     */
chase's avatar
chase committed
206
    @ExcelCell(index=15)
chase's avatar
chase committed
207 208 209 210 211 212 213 214 215 216 217
    private Date uploadTime;

    /**
     * Database Column Remarks:
     *   实物存放地点
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.storage_area
     *
     * @mbg.generated
     */
chase's avatar
chase committed
218
    @ExcelCell(index=13)
chase's avatar
chase committed
219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
    private String storageArea;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.keeper_id
     *
     * @mbg.generated
     */
    private String keeperId;

    /**
     * Database Column Remarks:
     *   保管人
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.keeper
     *
     * @mbg.generated
     */
chase's avatar
chase committed
239
    @ExcelCell(index=14)
chase's avatar
chase committed
240 241 242 243 244 245 246 247 248 249 250
    private String keeper;

    /**
     * Database Column Remarks:
     *   实物索引号
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.physical_index_number
     *
     * @mbg.generated
     */
chase's avatar
chase committed
251
    @ExcelCell(index=12)
chase's avatar
chase committed
252 253 254 255 256 257 258 259 260 261 262
    private String physicalIndexNumber;

    /**
     * Database Column Remarks:
     *   档案备注
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.remark
     *
     * @mbg.generated
     */
chase's avatar
chase committed
263
    @ExcelCell(index=17)
chase's avatar
chase committed
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287
    private String remark;

    /**
     * Database Column Remarks:
     *   上传文件原名
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.file_original_name
     *
     * @mbg.generated
     */
    private String fileOriginalName;

    /**
     * Database Column Remarks:
     *   文件存储的位置
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tax_document.file_position_url
     *
     * @mbg.generated
     */
    private String filePositionUrl;

chase's avatar
chase committed
288 289
    /**
     * Database Column Remarks:
chase's avatar
chase committed
290
     *   上传文件id
chase's avatar
chase committed
291 292
     *
     * This field was generated by MyBatis Generator.
chase's avatar
chase committed
293
     * This field corresponds to the database column tax_document.file_upload_id
chase's avatar
chase committed
294 295 296
     *
     * @mbg.generated
     */
chase's avatar
chase committed
297
    private String fileUploadId;
chase's avatar
chase committed
298

chase's avatar
chase committed
299 300
    /**
     * Database Column Remarks:
chase's avatar
chase committed
301
     *   按年份分区的冗余字段
chase's avatar
chase committed
302 303
     *
     * This field was generated by MyBatis Generator.
chase's avatar
chase committed
304
     * This field corresponds to the database column tax_document.year_redundancy
chase's avatar
chase committed
305 306 307
     *
     * @mbg.generated
     */
chase's avatar
chase committed
308
    private Integer yearRedundancy;
chase's avatar
chase committed
309 310 311

    /**
     * Database Column Remarks:
chase's avatar
chase committed
312
     *   审核状态
chase's avatar
chase committed
313 314
     *
     * This field was generated by MyBatis Generator.
chase's avatar
chase committed
315
     * This field corresponds to the database column tax_document.audit_status
chase's avatar
chase committed
316 317 318
     *
     * @mbg.generated
     */
chase's avatar
chase committed
319
    @ExcelCell(index=11,isStatus = "0:待审核,1:审核通过,-1:审核不通过")
chase's avatar
chase committed
320
    private Integer auditStatus;
chase's avatar
chase committed
321 322 323

    /**
     * Database Column Remarks:
chase's avatar
chase committed
324 325 326
     *   是否可用
     *   T:可用
     *   F:不可用
chase's avatar
chase committed
327
     * This field was generated by MyBatis Generator.
chase's avatar
chase committed
328
     * This field corresponds to the database column tax_document.enable
chase's avatar
chase committed
329 330 331
     *
     * @mbg.generated
     */
chase's avatar
chase committed
332
    private String enable;
chase's avatar
chase committed
333 334 335 336 337 338 339 340 341

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table tax_document
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

chase's avatar
chase committed
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381
    public String getEnable() {
        return enable;
    }

    public String getFileUploadId() {
        return fileUploadId;
    }

    public void setFileUploadId(String fileUploadId) {
        this.fileUploadId = fileUploadId;
    }

    public void setEnable(String enable) {
        this.enable = enable;
    }

    public Integer getAuditStatus() {
        return auditStatus;
    }

    public void setAuditStatus(Integer auditStatus) {
        this.auditStatus = auditStatus;
    }

    public Integer getOwnTime() {
        return ownTime;
    }

    public void setOwnTime(Integer ownTime) {
        this.ownTime = ownTime;
    }

    public String getPhysicalIndexNumber() {
        return physicalIndexNumber;
    }

    public void setPhysicalIndexNumber(String physicalIndexNumber) {
        this.physicalIndexNumber = physicalIndexNumber;
    }

chase's avatar
chase committed
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417
    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.id
     *
     * @return the value of tax_document.id
     *
     * @mbg.generated
     */
    public Long getId() {
        return id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.id
     *
     * @param id the value for tax_document.id
     *
     * @mbg.generated
     */
    public void setId(Long id) {
        this.id = id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.file_attr
     *
     * @return the value of tax_document.file_attr
     *
     * @mbg.generated
     */
    public String getFileAttr() {
        return fileAttr;
    }

chase's avatar
chase committed
418 419 420 421 422 423 424 425
    public String getFileOriginalName() {
        return fileOriginalName;
    }

    public void setFileOriginalName(String fileOriginalName) {
        this.fileOriginalName = fileOriginalName;
    }

chase's avatar
chase committed
426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.file_attr
     *
     * @param fileAttr the value for tax_document.file_attr
     *
     * @mbg.generated
     */
    public void setFileAttr(String fileAttr) {
        this.fileAttr = fileAttr == null ? null : fileAttr.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.file_type_id
     *
     * @return the value of tax_document.file_type_id
     *
     * @mbg.generated
     */
chase's avatar
chase committed
446
    public Long getFileTypeId() {
chase's avatar
chase committed
447 448 449 450 451 452 453 454 455 456 457
        return fileTypeId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.file_type_id
     *
     * @param fileTypeId the value for tax_document.file_type_id
     *
     * @mbg.generated
     */
chase's avatar
chase committed
458
    public void setFileTypeId(Long fileTypeId) {
chase's avatar
chase committed
459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541
        this.fileTypeId = fileTypeId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.file_type
     *
     * @return the value of tax_document.file_type
     *
     * @mbg.generated
     */
    public String getFileType() {
        return fileType;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.file_type
     *
     * @param fileType the value for tax_document.file_type
     *
     * @mbg.generated
     */
    public void setFileType(String fileType) {
        this.fileType = fileType == null ? null : fileType.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.file_name
     *
     * @return the value of tax_document.file_name
     *
     * @mbg.generated
     */
    public String getFileName() {
        return fileName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.file_name
     *
     * @param fileName the value for tax_document.file_name
     *
     * @mbg.generated
     */
    public void setFileName(String fileName) {
        this.fileName = fileName == null ? null : fileName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.business_line
     *
     * @return the value of tax_document.business_line
     *
     * @mbg.generated
     */
    public String getBusinessLine() {
        return businessLine;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.business_line
     *
     * @param businessLine the value for tax_document.business_line
     *
     * @mbg.generated
     */
    public void setBusinessLine(String businessLine) {
        this.businessLine = businessLine == null ? null : businessLine.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.company_id
     *
     * @return the value of tax_document.company_id
     *
     * @mbg.generated
     */
chase's avatar
chase committed
542
    public String getCompanyId() {
chase's avatar
chase committed
543 544 545 546 547 548 549 550 551 552 553
        return companyId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.company_id
     *
     * @param companyId the value for tax_document.company_id
     *
     * @mbg.generated
     */
chase's avatar
chase committed
554
    public void setCompanyId(String companyId) {
chase's avatar
chase committed
555
        this.companyId = companyId;
chase's avatar
chase committed
556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.company_name
     *
     * @return the value of tax_document.company_name
     *
     * @mbg.generated
     */
    public String getCompanyName() {
        return companyName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.company_name
     *
     * @param companyName the value for tax_document.company_name
     *
     * @mbg.generated
     */
    public void setCompanyName(String companyName) {
        this.companyName = companyName == null ? null : companyName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.tax_type
     *
     * @return the value of tax_document.tax_type
     *
     * @mbg.generated
     */
    public String getTaxType() {
        return taxType;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.tax_type
     *
     * @param taxType the value for tax_document.tax_type
     *
     * @mbg.generated
     */
    public void setTaxType(String taxType) {
        this.taxType = taxType == null ? null : taxType.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.file_time
     *
     * @return the value of tax_document.file_time
     *
     * @mbg.generated
     */
    public Date getFileTime() {
        return fileTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.file_time
     *
     * @param fileTime the value for tax_document.file_time
     *
     * @mbg.generated
     */
    public void setFileTime(Date fileTime) {
        this.fileTime = fileTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.effective_time
     *
     * @return the value of tax_document.effective_time
     *
     * @mbg.generated
     */
    public Date getEffectiveTime() {
        return effectiveTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.effective_time
     *
     * @param effectiveTime the value for tax_document.effective_time
     *
     * @mbg.generated
     */
    public void setEffectiveTime(Date effectiveTime) {
        this.effectiveTime = effectiveTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.creator_id
     *
     * @return the value of tax_document.creator_id
     *
     * @mbg.generated
     */
    public String getCreatorId() {
        return creatorId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.creator_id
     *
     * @param creatorId the value for tax_document.creator_id
     *
     * @mbg.generated
     */
    public void setCreatorId(String creatorId) {
chase's avatar
chase committed
675
        this.creatorId = creatorId;
chase's avatar
chase committed
676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.creator
     *
     * @return the value of tax_document.creator
     *
     * @mbg.generated
     */
    public String getCreator() {
        return creator;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.creator
     *
     * @param creator the value for tax_document.creator
     *
     * @mbg.generated
     */
    public void setCreator(String creator) {
        this.creator = creator == null ? null : creator.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.create_time
     *
     * @return the value of tax_document.create_time
     *
     * @mbg.generated
     */
    public Date getCreateTime() {
        return createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.create_time
     *
     * @param createTime the value for tax_document.create_time
     *
     * @mbg.generated
     */
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.update_time
     *
     * @return the value of tax_document.update_time
     *
     * @mbg.generated
     */
    public Date getUpdateTime() {
        return updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.update_time
     *
     * @param updateTime the value for tax_document.update_time
     *
     * @mbg.generated
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.upload_time
     *
     * @return the value of tax_document.upload_time
     *
     * @mbg.generated
     */
    public Date getUploadTime() {
        return uploadTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.upload_time
     *
     * @param uploadTime the value for tax_document.upload_time
     *
     * @mbg.generated
     */
    public void setUploadTime(Date uploadTime) {
        this.uploadTime = uploadTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.storage_area
     *
     * @return the value of tax_document.storage_area
     *
     * @mbg.generated
     */
    public String getStorageArea() {
        return storageArea;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.storage_area
     *
     * @param storageArea the value for tax_document.storage_area
     *
     * @mbg.generated
     */
    public void setStorageArea(String storageArea) {
        this.storageArea = storageArea == null ? null : storageArea.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.keeper_id
     *
     * @return the value of tax_document.keeper_id
     *
     * @mbg.generated
     */
    public String getKeeperId() {
        return keeperId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.keeper_id
     *
     * @param keeperId the value for tax_document.keeper_id
     *
     * @mbg.generated
     */
    public void setKeeperId(String keeperId) {
chase's avatar
chase committed
819
        this.keeperId = keeperId;
chase's avatar
chase committed
820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.keeper
     *
     * @return the value of tax_document.keeper
     *
     * @mbg.generated
     */
    public String getKeeper() {
        return keeper;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.keeper
     *
     * @param keeper the value for tax_document.keeper
     *
     * @mbg.generated
     */
    public void setKeeper(String keeper) {
        this.keeper = keeper == null ? null : keeper.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.remark
     *
     * @return the value of tax_document.remark
     *
     * @mbg.generated
     */
    public String getRemark() {
        return remark;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.remark
     *
     * @param remark the value for tax_document.remark
     *
     * @mbg.generated
     */
    public void setRemark(String remark) {
        this.remark = remark == null ? null : remark.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.file_position_url
     *
     * @return the value of tax_document.file_position_url
     *
     * @mbg.generated
     */
    public String getFilePositionUrl() {
        return filePositionUrl;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.file_position_url
     *
     * @param filePositionUrl the value for tax_document.file_position_url
     *
     * @mbg.generated
     */
    public void setFilePositionUrl(String filePositionUrl) {
        this.filePositionUrl = filePositionUrl == null ? null : filePositionUrl.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tax_document.year_redundancy
     *
     * @return the value of tax_document.year_redundancy
     *
     * @mbg.generated
     */
    public Integer getYearRedundancy() {
        return yearRedundancy;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tax_document.year_redundancy
     *
     * @param yearRedundancy the value for tax_document.year_redundancy
     *
     * @mbg.generated
     */
    public void setYearRedundancy(Integer yearRedundancy) {
        this.yearRedundancy = yearRedundancy;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table tax_document
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
chase's avatar
chase committed
926
        StringBuilder sb = new StringBuilder();
chase's avatar
chase committed
927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947
        sb.append("序号=").append(id);
        sb.append("档案属性=").append(fileAttr);
        sb.append("档案类型=").append(fileType);
        sb.append("文件名称=").append(fileName);
        sb.append("业务线=").append(businessLine);
        sb.append("公司名称=").append(companyName);
        sb.append("税种=").append(taxType);
        sb.append("文件生效日期=").append(fileTime==null?null:fileTime.toLocaleString());
        sb.append("到期日=").append(effectiveTime==null?null:effectiveTime.toLocaleString() );
        sb.append("所属期间=").append(ownTime );
        sb.append("创建人=").append(creator );
        sb.append("创建时间=").append(createTime==null?null:createTime.toLocaleString());
        sb.append("更新时间=").append(updateTime==null?null:updateTime.toLocaleString());
        sb.append("上传时间=").append(uploadTime==null?null:uploadTime.toLocaleString());
        sb.append("实物存放地点=").append(storageArea );
        sb.append("保管人=").append(keeper );
        sb.append("实物索引号=").append(physicalIndexNumber );
        sb.append("备注=").append(remark );
        sb.append("审批状态=").append(null==auditStatus?null:auditStatus==0?"未审核":auditStatus==1?"审核通过":"审核不通过");
        sb.append("是否可用=").append("T".equals(enable)?"启用":"未启用");
        return  sb.toString();
chase's avatar
chase committed
948 949
    }
}