|
@@ -26,28 +26,6 @@ public class ErpCredit extends DataEntity<ErpCredit>{
|
|
|
private List<ErpCreditChild2> erpCreditChild2s = new ArrayList<ErpCreditChild2>();
|
|
|
private List<ErpCreditChild3> erpCreditChild3s = new ArrayList<ErpCreditChild3>();
|
|
|
|
|
|
- @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 +
|
|
|
- ", erpCreditChild1s=" + erpCreditChild1s +
|
|
|
- ", erpCreditChild2s=" + erpCreditChild2s +
|
|
|
- ", erpCreditChild3s=" + erpCreditChild3s +
|
|
|
- '}';
|
|
|
- }
|
|
|
|
|
|
public String getItemId() {
|
|
|
return itemId;
|