|
@@ -0,0 +1,180 @@
|
|
|
+package com.ruoyi.finance.documents;
|
|
|
+
|
|
|
+import java.math.BigDecimal;
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
+public class TFeeDoc {
|
|
|
+
|
|
|
+ private Long fId;
|
|
|
+ private Integer fNumberPrint;
|
|
|
+ private Date fPrintTime;
|
|
|
+ private Long fCorpid;
|
|
|
+ private Date fAccbilldate;
|
|
|
+ private Date fBsdateStart;
|
|
|
+ private Date fBsdateEnd;
|
|
|
+ private String fBillno;
|
|
|
+ private Long fCtrlcorpidLong;
|
|
|
+ private String createBy;
|
|
|
+ private Date createTime;
|
|
|
+ private String bank;
|
|
|
+ private String invoiceNo;
|
|
|
+ private String waterBillNo;
|
|
|
+ private String fRemarks;
|
|
|
+ private BigDecimal fAmtdr;
|
|
|
+ private BigDecimal fAmtcr;
|
|
|
+ private String fAmtdrB;
|
|
|
+ private String fAmtcrB;
|
|
|
+
|
|
|
+
|
|
|
+ public Long getfId() {
|
|
|
+ return fId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfId(Long fId) {
|
|
|
+ this.fId = fId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getfNumberPrint() {
|
|
|
+ return fNumberPrint;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfNumberPrint(Integer fNumberPrint) {
|
|
|
+ this.fNumberPrint = fNumberPrint;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getfPrintTime() {
|
|
|
+ return fPrintTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfPrintTime(Date fPrintTime) {
|
|
|
+ this.fPrintTime = fPrintTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfCorpid() {
|
|
|
+ return fCorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfCorpid(Long fCorpid) {
|
|
|
+ this.fCorpid = fCorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getfAccbilldate() {
|
|
|
+ return fAccbilldate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfAccbilldate(Date fAccbilldate) {
|
|
|
+ this.fAccbilldate = fAccbilldate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getfBsdateStart() {
|
|
|
+ return fBsdateStart;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBsdateStart(Date fBsdateStart) {
|
|
|
+ this.fBsdateStart = fBsdateStart;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getfBsdateEnd() {
|
|
|
+ return fBsdateEnd;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBsdateEnd(Date fBsdateEnd) {
|
|
|
+ this.fBsdateEnd = fBsdateEnd;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfBillno() {
|
|
|
+ return fBillno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBillno(String fBillno) {
|
|
|
+ this.fBillno = fBillno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfCtrlcorpidLong() {
|
|
|
+ return fCtrlcorpidLong;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfCtrlcorpidLong(Long fCtrlcorpidLong) {
|
|
|
+ this.fCtrlcorpidLong = fCtrlcorpidLong;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCreateBy() {
|
|
|
+ return createBy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCreateBy(String createBy) {
|
|
|
+ this.createBy = createBy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCreateTime(Date createTime) {
|
|
|
+ this.createTime = createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBank() {
|
|
|
+ return bank;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBank(String bank) {
|
|
|
+ this.bank = bank;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInvoiceNo() {
|
|
|
+ return invoiceNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvoiceNo(String invoiceNo) {
|
|
|
+ this.invoiceNo = invoiceNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getWaterBillNo() {
|
|
|
+ return waterBillNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setWaterBillNo(String waterBillNo) {
|
|
|
+ this.waterBillNo = waterBillNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfRemarks() {
|
|
|
+ return fRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfRemarks(String fRemarks) {
|
|
|
+ this.fRemarks = fRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfAmtdr() {
|
|
|
+ return fAmtdr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfAmtdr(BigDecimal fAmtdr) {
|
|
|
+ this.fAmtdr = fAmtdr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfAmtcr() {
|
|
|
+ return fAmtcr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfAmtcr(BigDecimal fAmtcr) {
|
|
|
+ this.fAmtcr = fAmtcr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfAmtdrB() {
|
|
|
+ return fAmtdrB;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfAmtdrB(String fAmtdrB) {
|
|
|
+ this.fAmtdrB = fAmtdrB;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfAmtcrB() {
|
|
|
+ return fAmtcrB;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfAmtcrB(String fAmtcrB) {
|
|
|
+ this.fAmtcrB = fAmtcrB;
|
|
|
+ }
|
|
|
+}
|