|
@@ -42,6 +42,10 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
private String subcontractor;
|
|
private String subcontractor;
|
|
//设计人员
|
|
//设计人员
|
|
private String designer;
|
|
private String designer;
|
|
|
|
+ //收到图纸
|
|
|
|
+ private String drawingReceived;
|
|
|
|
+ //交付图纸
|
|
|
|
+ private String deliveryOfDrawings;
|
|
//建设中存在的问题
|
|
//建设中存在的问题
|
|
private String problemsInConstruction;
|
|
private String problemsInConstruction;
|
|
//项目投运状态
|
|
//项目投运状态
|
|
@@ -58,7 +62,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
private String whetherIsApproval;
|
|
private String whetherIsApproval;
|
|
//是否审定
|
|
//是否审定
|
|
private String approvedNot;
|
|
private String approvedNot;
|
|
- //是否审定
|
|
|
|
|
|
+ //是否开票
|
|
private String approvedNotNot;
|
|
private String approvedNotNot;
|
|
//甲供材是否平
|
|
//甲供材是否平
|
|
private String whetherFlat;
|
|
private String whetherFlat;
|
|
@@ -185,7 +189,25 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.designer = designer;
|
|
this.designer = designer;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="建设中存在的问题", align=2, sort=13)
|
|
|
|
|
|
+ @ExcelField(title="收到图纸", align=2, sort=13)
|
|
|
|
+ public String getDrawingReceived() {
|
|
|
|
+ return drawingReceived;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setDrawingReceived(String drawingReceived) {
|
|
|
|
+ this.drawingReceived = drawingReceived;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @ExcelField(title="交付图纸", align=2, sort=14)
|
|
|
|
+ public String getDeliveryOfDrawings() {
|
|
|
|
+ return deliveryOfDrawings;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setDeliveryOfDrawings(String deliveryOfDrawings) {
|
|
|
|
+ this.deliveryOfDrawings = deliveryOfDrawings;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @ExcelField(title="建设中存在的问题", align=2, sort=15)
|
|
public String getProblemsInConstruction() {
|
|
public String getProblemsInConstruction() {
|
|
return problemsInConstruction;
|
|
return problemsInConstruction;
|
|
}
|
|
}
|
|
@@ -194,7 +216,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.problemsInConstruction = problemsInConstruction;
|
|
this.problemsInConstruction = problemsInConstruction;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="项目投运状态", align=2, sort=14)
|
|
|
|
|
|
+ @ExcelField(title="项目投运状态", align=2, sort=16)
|
|
public String getProjectOperationStatus() {
|
|
public String getProjectOperationStatus() {
|
|
return projectOperationStatus;
|
|
return projectOperationStatus;
|
|
}
|
|
}
|
|
@@ -203,7 +225,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.projectOperationStatus = projectOperationStatus;
|
|
this.projectOperationStatus = projectOperationStatus;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="项目投运时间", align=2, sort=15)
|
|
|
|
|
|
+ @ExcelField(title="项目投运时间", align=2, sort=17)
|
|
public String getProjectOperationTime() {
|
|
public String getProjectOperationTime() {
|
|
return projectOperationTime;
|
|
return projectOperationTime;
|
|
}
|
|
}
|
|
@@ -212,7 +234,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.projectOperationTime = projectOperationTime;
|
|
this.projectOperationTime = projectOperationTime;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="设计费是否发生", align=2, sort=16)
|
|
|
|
|
|
+ @ExcelField(title="设计费是否发生", align=2, sort=18)
|
|
public String getIsTheDesign() {
|
|
public String getIsTheDesign() {
|
|
return isTheDesign;
|
|
return isTheDesign;
|
|
}
|
|
}
|
|
@@ -221,7 +243,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.isTheDesign = isTheDesign;
|
|
this.isTheDesign = isTheDesign;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="监理费是否发生", align=2, sort=17)
|
|
|
|
|
|
+ @ExcelField(title="监理费是否发生", align=2, sort=19)
|
|
public String getIsTheSupervision() {
|
|
public String getIsTheSupervision() {
|
|
return isTheSupervision;
|
|
return isTheSupervision;
|
|
}
|
|
}
|
|
@@ -230,7 +252,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.isTheSupervision = isTheSupervision;
|
|
this.isTheSupervision = isTheSupervision;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="施工费是否发生", align=2, sort=18)
|
|
|
|
|
|
+ @ExcelField(title="施工费是否发生", align=2, sort=20)
|
|
public String getWhetherIsIncurred() {
|
|
public String getWhetherIsIncurred() {
|
|
return whetherIsIncurred;
|
|
return whetherIsIncurred;
|
|
}
|
|
}
|
|
@@ -239,7 +261,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.whetherIsIncurred = whetherIsIncurred;
|
|
this.whetherIsIncurred = whetherIsIncurred;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="施工单位是否送审", align=2, sort=19)
|
|
|
|
|
|
+ @ExcelField(title="施工单位是否送审", align=2, sort=21)
|
|
public String getWhetherIsApproval() {
|
|
public String getWhetherIsApproval() {
|
|
return whetherIsApproval;
|
|
return whetherIsApproval;
|
|
}
|
|
}
|
|
@@ -248,7 +270,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.whetherIsApproval = whetherIsApproval;
|
|
this.whetherIsApproval = whetherIsApproval;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否审定", align=2, sort=20)
|
|
|
|
|
|
+ @ExcelField(title="是否审定", align=2, sort=22)
|
|
public String getApprovedNot() {
|
|
public String getApprovedNot() {
|
|
return approvedNot;
|
|
return approvedNot;
|
|
}
|
|
}
|
|
@@ -257,7 +279,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.approvedNot = approvedNot;
|
|
this.approvedNot = approvedNot;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否审定", align=2, sort=21)
|
|
|
|
|
|
+ @ExcelField(title="是否审定", align=2, sort=23)
|
|
public String getApprovedNotNot() {
|
|
public String getApprovedNotNot() {
|
|
return approvedNotNot;
|
|
return approvedNotNot;
|
|
}
|
|
}
|
|
@@ -266,7 +288,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.approvedNotNot = approvedNotNot;
|
|
this.approvedNotNot = approvedNotNot;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="甲供材是否平", align=2, sort=22)
|
|
|
|
|
|
+ @ExcelField(title="甲供材是否平", align=2, sort=24)
|
|
public String getWhetherFlat() {
|
|
public String getWhetherFlat() {
|
|
return whetherFlat;
|
|
return whetherFlat;
|
|
}
|
|
}
|
|
@@ -275,7 +297,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.whetherFlat = whetherFlat;
|
|
this.whetherFlat = whetherFlat;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="财务决算批次", align=2, sort=23)
|
|
|
|
|
|
+ @ExcelField(title="财务决算批次", align=2, sort=25)
|
|
public String getSettlementBatch() {
|
|
public String getSettlementBatch() {
|
|
return settlementBatch;
|
|
return settlementBatch;
|
|
}
|
|
}
|
|
@@ -284,7 +306,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.settlementBatch = settlementBatch;
|
|
this.settlementBatch = settlementBatch;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="项目关闭日期", align=2, sort=24)
|
|
|
|
|
|
+ @ExcelField(title="项目关闭日期", align=2, sort=26)
|
|
public String getProjectCloseDate() {
|
|
public String getProjectCloseDate() {
|
|
return projectCloseDate;
|
|
return projectCloseDate;
|
|
}
|
|
}
|
|
@@ -293,7 +315,7 @@ public class YearProgress extends DataEntity<YearProgress> {
|
|
this.projectCloseDate = projectCloseDate;
|
|
this.projectCloseDate = projectCloseDate;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="资产卡片号", align=2, sort=25)
|
|
|
|
|
|
+ @ExcelField(title="资产卡片号", align=2, sort=27)
|
|
public String getAssetCardNo() {
|
|
public String getAssetCardNo() {
|
|
return assetCardNo;
|
|
return assetCardNo;
|
|
}
|
|
}
|