| | |
| | | po.setYear(getCellValue(cellArray, 5)); // 第6列:年份 |
| | | po.setMonth(getCellValue(cellArray, 6)); // 第7列:月份 |
| | | po.setDay(getCellValue(cellArray, 7)); // 第8列:日 |
| | | po.setDate(getCellValue(cellArray, 8)); // 第9列:日期 |
| | | po.setDate(Vtil.defaultValueToDate(getCellValue(cellArray, 8))); // 第9列:日期 |
| | | po.setProjectContent(getCellValue(cellArray, 9)); // 第10列:工程内容 |
| | | po.setManagementOfficeAmount(getCellValue(cellArray, 10)); // 第11列:管理处金额 |
| | | po.setManagementOfficeSeal(getCellValue(cellArray, 11)); // 第12列:管理处是否已盖章(√转"是",否则"否") |
| | |
| | | po.setReportDepartment(getCellValue(cellArray, 15)); // 第16列:签报部门 |
| | | po.setFundTypeLevel1(getCellValue(cellArray, 16)); // 第17列:基金类型-一级分类 |
| | | po.setFundTypeLevel2(getCellValue(cellArray, 17)); // 第18列:基金类型-二级分类 |
| | | po.setBuildingOrAll(getCellValue(cellArray, 18)); // 第20列:维修类型 |
| | | po.setMaintenanceType(getCellValue(cellArray, 19)); // 第19列:幢/全体 |
| | | po.setMaintenanceType(getCellValue(cellArray, 18)); // 第19列:幢/全体 |
| | | po.setBuildingOrAll(getCellValue(cellArray, 19)); // 第20列:维修类型 |
| | | po.setSpecificAnnouncementStatus(getCellValue(cellArray, 20));//具体公布情况 TODO 添加sql字段 |
| | | po.setQuota(getCellValue(cellArray, 21)); // 22:额度 |
| | | po.setOwnersCommitteeResolution(getCellValue(cellArray, 22)); // 23:业委会大会决议(是/否) |
| | |
| | | po.setAuditDate(getCellValue(cellArray, 36)); // 审计情况:年/月 |
| | | po.setAvailableWithdrawalDate(getCellValue(cellArray, 37)); // 第40列:可启动支取日期(年月日) |
| | | |
| | | po.setManagementFeeRatio(getCellValue(cellArray, 164)); // 管理费 |
| | | po.setPaymentTarget(getCellValue(cellArray, 168)); // 支付对象 |
| | | po.setPayeeName(getCellValue(cellArray, 239)); // 支付公司名称/个人名字 |
| | | po.setIdCardNumber(getCellValue(cellArray, 240)); // 个人身份证号码 |