|
@@ -71,7 +71,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setActualInvestment(Double actualInvestment) {
|
|
public void setActualInvestment(Double actualInvestment) {
|
|
this.actualInvestment = actualInvestment;
|
|
this.actualInvestment = actualInvestment;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="移交生产的资产总值", align=2, sort=4)
|
|
public Double getTransferAssets() {
|
|
public Double getTransferAssets() {
|
|
return transferAssets;
|
|
return transferAssets;
|
|
}
|
|
}
|
|
@@ -79,7 +79,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setTransferAssets(Double transferAssets) {
|
|
public void setTransferAssets(Double transferAssets) {
|
|
this.transferAssets = transferAssets;
|
|
this.transferAssets = transferAssets;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="建筑费", align=2, sort=5)
|
|
public Double getConsBuildingFee() {
|
|
public Double getConsBuildingFee() {
|
|
return consBuildingFee;
|
|
return consBuildingFee;
|
|
}
|
|
}
|
|
@@ -87,7 +87,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setConsBuildingFee(Double consBuildingFee) {
|
|
public void setConsBuildingFee(Double consBuildingFee) {
|
|
this.consBuildingFee = consBuildingFee;
|
|
this.consBuildingFee = consBuildingFee;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="安装费", align=2, sort=6)
|
|
public Double getConsInstallFee() {
|
|
public Double getConsInstallFee() {
|
|
return consInstallFee;
|
|
return consInstallFee;
|
|
}
|
|
}
|
|
@@ -95,7 +95,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setConsInstallFee(Double consInstallFee) {
|
|
public void setConsInstallFee(Double consInstallFee) {
|
|
this.consInstallFee = consInstallFee;
|
|
this.consInstallFee = consInstallFee;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="施工:总计", align=2, sort=7)
|
|
public Double getConsTotalFee() {
|
|
public Double getConsTotalFee() {
|
|
return consTotalFee;
|
|
return consTotalFee;
|
|
}
|
|
}
|
|
@@ -103,7 +103,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setConsTotalFee(Double consTotalFee) {
|
|
public void setConsTotalFee(Double consTotalFee) {
|
|
this.consTotalFee = consTotalFee;
|
|
this.consTotalFee = consTotalFee;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="监理费", align=2, sort=8)
|
|
public Double getOtherSupervisorFee() {
|
|
public Double getOtherSupervisorFee() {
|
|
return otherSupervisorFee;
|
|
return otherSupervisorFee;
|
|
}
|
|
}
|
|
@@ -111,7 +111,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setOtherSupervisorFee(Double otherSupervisorFee) {
|
|
public void setOtherSupervisorFee(Double otherSupervisorFee) {
|
|
this.otherSupervisorFee = otherSupervisorFee;
|
|
this.otherSupervisorFee = otherSupervisorFee;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="设计费", align=2, sort=9)
|
|
public Double getOtherDesignFee() {
|
|
public Double getOtherDesignFee() {
|
|
return otherDesignFee;
|
|
return otherDesignFee;
|
|
}
|
|
}
|
|
@@ -119,7 +119,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setOtherDesignFee(Double otherDesignFee) {
|
|
public void setOtherDesignFee(Double otherDesignFee) {
|
|
this.otherDesignFee = otherDesignFee;
|
|
this.otherDesignFee = otherDesignFee;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="项目前期工作费", align=2, sort=10)
|
|
public Double getOtherBeWorkFee() {
|
|
public Double getOtherBeWorkFee() {
|
|
return otherBeWorkFee;
|
|
return otherBeWorkFee;
|
|
}
|
|
}
|
|
@@ -127,7 +127,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setOtherBeWorkFee(Double otherBeWorkFee) {
|
|
public void setOtherBeWorkFee(Double otherBeWorkFee) {
|
|
this.otherBeWorkFee = otherBeWorkFee;
|
|
this.otherBeWorkFee = otherBeWorkFee;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="建设期贷款利息", align=2, sort=11)
|
|
public Double getOtherBuildLoan() {
|
|
public Double getOtherBuildLoan() {
|
|
return otherBuildLoan;
|
|
return otherBuildLoan;
|
|
}
|
|
}
|
|
@@ -135,7 +135,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setOtherBuildLoan(Double otherBuildLoan) {
|
|
public void setOtherBuildLoan(Double otherBuildLoan) {
|
|
this.otherBuildLoan = otherBuildLoan;
|
|
this.otherBuildLoan = otherBuildLoan;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="线路施工赔偿费", align=2, sort=12)
|
|
public Double getOtherLineDamages() {
|
|
public Double getOtherLineDamages() {
|
|
return otherLineDamages;
|
|
return otherLineDamages;
|
|
}
|
|
}
|
|
@@ -143,7 +143,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setOtherLineDamages(Double otherLineDamages) {
|
|
public void setOtherLineDamages(Double otherLineDamages) {
|
|
this.otherLineDamages = otherLineDamages;
|
|
this.otherLineDamages = otherLineDamages;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="法人管理费", align=2, sort=13)
|
|
public Double getOtherLegalManage() {
|
|
public Double getOtherLegalManage() {
|
|
return otherLegalManage;
|
|
return otherLegalManage;
|
|
}
|
|
}
|
|
@@ -151,7 +151,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setOtherLegalManage(Double otherLegalManage) {
|
|
public void setOtherLegalManage(Double otherLegalManage) {
|
|
this.otherLegalManage = otherLegalManage;
|
|
this.otherLegalManage = otherLegalManage;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="其他项目合计", align=2, sort=14)
|
|
public Double getOtherTotalFee() {
|
|
public Double getOtherTotalFee() {
|
|
return otherTotalFee;
|
|
return otherTotalFee;
|
|
}
|
|
}
|
|
@@ -159,7 +159,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setOtherTotalFee(Double otherTotalFee) {
|
|
public void setOtherTotalFee(Double otherTotalFee) {
|
|
this.otherTotalFee = otherTotalFee;
|
|
this.otherTotalFee = otherTotalFee;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="进项税额", align=2, sort=15)
|
|
public Double getTheInputTax() {
|
|
public Double getTheInputTax() {
|
|
return theInputTax;
|
|
return theInputTax;
|
|
}
|
|
}
|
|
@@ -167,7 +167,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setTheInputTax(Double theInputTax) {
|
|
public void setTheInputTax(Double theInputTax) {
|
|
this.theInputTax = theInputTax;
|
|
this.theInputTax = theInputTax;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="架空导线型号", align=2, sort=16)
|
|
public String getTenKvModel() {
|
|
public String getTenKvModel() {
|
|
return tenKvModel;
|
|
return tenKvModel;
|
|
}
|
|
}
|
|
@@ -175,7 +175,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setTenKvModel(String tenKvModel) {
|
|
public void setTenKvModel(String tenKvModel) {
|
|
this.tenKvModel = tenKvModel;
|
|
this.tenKvModel = tenKvModel;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="单位", align=2, sort=17)
|
|
public String getTenKvUnit() {
|
|
public String getTenKvUnit() {
|
|
return tenKvUnit;
|
|
return tenKvUnit;
|
|
}
|
|
}
|
|
@@ -183,7 +183,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setTenKvUnit(String tenKvUnit) {
|
|
public void setTenKvUnit(String tenKvUnit) {
|
|
this.tenKvUnit = tenKvUnit;
|
|
this.tenKvUnit = tenKvUnit;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="10kV信息长度", align=2, sort=18)
|
|
public Double getTenKvLength() {
|
|
public Double getTenKvLength() {
|
|
return tenKvLength;
|
|
return tenKvLength;
|
|
}
|
|
}
|
|
@@ -191,7 +191,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setTenKvLength(Double tenKvLength) {
|
|
public void setTenKvLength(Double tenKvLength) {
|
|
this.tenKvLength = tenKvLength;
|
|
this.tenKvLength = tenKvLength;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="10kV线路长度", align=2, sort=19)
|
|
public Double getTenKvLineLength() {
|
|
public Double getTenKvLineLength() {
|
|
return tenKvLineLength;
|
|
return tenKvLineLength;
|
|
}
|
|
}
|
|
@@ -199,7 +199,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setTenKvLineLength(Double tenKvLineLength) {
|
|
public void setTenKvLineLength(Double tenKvLineLength) {
|
|
this.tenKvLineLength = tenKvLineLength;
|
|
this.tenKvLineLength = tenKvLineLength;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="其中:10kV线路", align=2, sort=20)
|
|
public Double getTenKvItsLine() {
|
|
public Double getTenKvItsLine() {
|
|
return tenKvItsLine;
|
|
return tenKvItsLine;
|
|
}
|
|
}
|
|
@@ -207,7 +207,7 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
public void setTenKvItsLine(Double tenKvItsLine) {
|
|
public void setTenKvItsLine(Double tenKvItsLine) {
|
|
this.tenKvItsLine = tenKvItsLine;
|
|
this.tenKvItsLine = tenKvItsLine;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="400v以下线路", align=2, sort=21)
|
|
public Double getTenKvItesFhvFollow() {
|
|
public Double getTenKvItesFhvFollow() {
|
|
return tenKvItesFhvFollow;
|
|
return tenKvItesFhvFollow;
|
|
}
|
|
}
|
|
@@ -248,35 +248,4 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
this.erpCreditChild2s = erpCreditChild2s;
|
|
this.erpCreditChild2s = erpCreditChild2s;
|
|
}
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
|
- public String toString() {
|
|
|
|
- return "ErpCredit{" +
|
|
|
|
- "itemId='" + itemId + '\'' +
|
|
|
|
- ", itemName='" + itemName + '\'' +
|
|
|
|
- ", actualInvestment=" + actualInvestment +
|
|
|
|
- ", transferAssets=" + transferAssets +
|
|
|
|
- ", consBuildingFee=" + consBuildingFee +
|
|
|
|
- ", consInstallFee=" + consInstallFee +
|
|
|
|
- ", consTotalFee=" + consTotalFee +
|
|
|
|
- ", otherSupervisorFee=" + otherSupervisorFee +
|
|
|
|
- ", otherDesignFee=" + otherDesignFee +
|
|
|
|
- ", otherBeWorkFee=" + otherBeWorkFee +
|
|
|
|
- ", otherBuildLoan=" + otherBuildLoan +
|
|
|
|
- ", otherLineDamages=" + otherLineDamages +
|
|
|
|
- ", otherLegalManage=" + otherLegalManage +
|
|
|
|
- ", otherTotalFee=" + otherTotalFee +
|
|
|
|
- ", theInputTax=" + theInputTax +
|
|
|
|
- ", tenKvModel='" + tenKvModel + '\'' +
|
|
|
|
- ", tenKvUnit='" + tenKvUnit + '\'' +
|
|
|
|
- ", tenKvLength=" + tenKvLength +
|
|
|
|
- ", tenKvLineLength=" + tenKvLineLength +
|
|
|
|
- ", tenKvItsLine=" + tenKvItsLine +
|
|
|
|
- ", tenKvItesFhvFollow=" + tenKvItesFhvFollow +
|
|
|
|
- ", supplierName='" + supplierName + '\'' +
|
|
|
|
- ", cableTube='" + cableTube + '\'' +
|
|
|
|
- ", status='" + status + '\'' +
|
|
|
|
- ", erpCreditChild1s=" + erpCreditChild1s +
|
|
|
|
- ", erpCreditChild2s=" + erpCreditChild2s +
|
|
|
|
- '}';
|
|
|
|
- }
|
|
|
|
}
|
|
}
|