diff --git a/src/main/java/cfs/common/vo/ExcelUpVO.java b/src/main/java/cfs/common/vo/ExcelUpVO.java new file mode 100644 index 0000000..8724021 --- /dev/null +++ b/src/main/java/cfs/common/vo/ExcelUpVO.java @@ -0,0 +1,217 @@ +package cfs.common.vo; + +public class ExcelUpVO { + private String actionDt; + private String actionUser; + private String statCd; + private String failReason; + private String colA; + private String colB; + private String colC; + private String colD; + private String colE; + private String colF; + private String colG; + private String colH; + private String colI; + private String colJ; + private String colK; + private String colL; + private String colM; + private String colN; + private String colO; + private String colP; + private String colQ; + private String colR; + private String colS; + private String colT; + private String colU; + private String colV; + private String colW; + private String colX; + private String colY; + private String colZ; + + public String getActionDt() { + return actionDt; + } + public void setActionDt(String actionDt) { + this.actionDt = actionDt; + } + public String getActionUser() { + return actionUser; + } + public void setActionUser(String actionUser) { + this.actionUser = actionUser; + } + public String getStatCd() { + return statCd; + } + public void setStatCd(String statCd) { + this.statCd = statCd; + } + public String getFailReason() { + return failReason; + } + public void setFailReason(String failReason) { + this.failReason = failReason; + } + public String getColA() { + return colA; + } + public void setColA(String colA) { + this.colA = colA; + } + public String getColB() { + return colB; + } + public void setColB(String colB) { + this.colB = colB; + } + public String getColC() { + return colC; + } + public void setColC(String colC) { + this.colC = colC; + } + public String getColD() { + return colD; + } + public void setColD(String colD) { + this.colD = colD; + } + public String getColE() { + return colE; + } + public void setColE(String colE) { + this.colE = colE; + } + public String getColF() { + return colF; + } + public void setColF(String colF) { + this.colF = colF; + } + public String getColG() { + return colG; + } + public void setColG(String colG) { + this.colG = colG; + } + public String getColH() { + return colH; + } + public void setColH(String colH) { + this.colH = colH; + } + public String getColI() { + return colI; + } + public void setColI(String colI) { + this.colI = colI; + } + public String getColJ() { + return colJ; + } + public void setColJ(String colJ) { + this.colJ = colJ; + } + public String getColK() { + return colK; + } + public void setColK(String colK) { + this.colK = colK; + } + public String getColL() { + return colL; + } + public void setColL(String colL) { + this.colL = colL; + } + public String getColM() { + return colM; + } + public void setColM(String colM) { + this.colM = colM; + } + public String getColN() { + return colN; + } + public void setColN(String colN) { + this.colN = colN; + } + public String getColO() { + return colO; + } + public void setColO(String colO) { + this.colO = colO; + } + public String getColP() { + return colP; + } + public void setColP(String colP) { + this.colP = colP; + } + public String getColQ() { + return colQ; + } + public void setColQ(String colQ) { + this.colQ = colQ; + } + public String getColR() { + return colR; + } + public void setColR(String colR) { + this.colR = colR; + } + public String getColS() { + return colS; + } + public void setColS(String colS) { + this.colS = colS; + } + public String getColT() { + return colT; + } + public void setColT(String colT) { + this.colT = colT; + } + public String getColU() { + return colU; + } + public void setColU(String colU) { + this.colU = colU; + } + public String getColV() { + return colV; + } + public void setColV(String colV) { + this.colV = colV; + } + public String getColW() { + return colW; + } + public void setColW(String colW) { + this.colW = colW; + } + public String getColX() { + return colX; + } + public void setColX(String colX) { + this.colX = colX; + } + public String getColY() { + return colY; + } + public void setColY(String colY) { + this.colY = colY; + } + public String getColZ() { + return colZ; + } + public void setColZ(String colZ) { + this.colZ = colZ; + } + + +} diff --git a/src/main/java/cfs/fine/vo/CarInfoChangeExcelUpVO.java b/src/main/java/cfs/fine/vo/CarInfoChangeExcelUpVO.java new file mode 100644 index 0000000..fbe5e03 --- /dev/null +++ b/src/main/java/cfs/fine/vo/CarInfoChangeExcelUpVO.java @@ -0,0 +1,146 @@ +package cfs.fine.vo; + +public class CarInfoChangeExcelUpVO { + private String actionDt; + private String actionUser; + + private String dummy0; + + private String carNo; + + private String passDayTimes; + + private String fareOfficeBoothId; + + private String rentCompany; + + private String dummy1; + + private String dummy2; + + private String owner; + + private String residentNo; + + private String postNo; + + private String address; + + private String rentPeriod; + + private String rentContact; + + private String documentKbn; + + private String documentNumber; + + public String getActionDt() { + return actionDt; + } + public void setActionDt(String actionDt) { + this.actionDt = actionDt; + } + public String getActionUser() { + return actionUser; + } + public void setActionUser(String actionUser) { + this.actionUser = actionUser; + } + + public String getDummy0() { + return dummy0; + } + public void setDummy0(String dummy0) { + this.dummy0 = dummy0; + } + public String getCarNo() { + return carNo; + } + public void setCarNo(String carNo) { + this.carNo = carNo; + } + public String getPassDayTimes() { + return passDayTimes; + } + public void setPassDayTimes(String passDayTimes) { + this.passDayTimes = passDayTimes; + } + public String getFareOfficeBoothId() { + return fareOfficeBoothId; + } + public void setFareOfficeBoothId(String fareOfficeBoothId) { + this.fareOfficeBoothId = fareOfficeBoothId; + } + public String getRentCompany() { + return rentCompany; + } + public void setRentCompany(String rentCompany) { + this.rentCompany = rentCompany; + } + public String getDummy1() { + return dummy1; + } + public void setDummy1(String dummy1) { + this.dummy1 = dummy1; + } + public String getDummy2() { + return dummy2; + } + public void setDummy2(String dummy2) { + this.dummy2 = dummy2; + } + public String getOwner() { + return owner; + } + public void setOwner(String owner) { + this.owner = owner; + } + public String getResidentNo() { + return residentNo; + } + public void setResidentNo(String residentNo) { + this.residentNo = residentNo; + } + public String getPostNo() { + return postNo; + } + public void setPostNo(String postNo) { + this.postNo = postNo; + } + public String getAddress() { + return address; + } + public void setAddressName(String address) { + this.address = address; + } + + public String getRentPeriod() { + return rentPeriod; + } + public void setRentPeriod(String rentPeriod) { + this.rentPeriod = rentPeriod; + } + + public String getRentContact() { + return rentContact; + } + public void setRentContact(String rentContact) { + this.rentContact = rentContact; + } + public String getDocumentKbn() { + return documentKbn; + } + public void setDocumentKbn(String documentKbn) { + this.documentKbn = documentKbn; + } + public String getDocumentNumber() { + return documentNumber; + } + public void setDocumentNumber(String documentNumber) { + this.documentNumber = documentNumber; + } + + + + +}