@@ -69,6 +69,8 @@ public class Project extends BaseEntity {
private Integer yggq;
//验收时间
private LocalDate yssj;
+
+ private LocalDate clickyssj;
//验收单有效性
private String ysdyxx;
//归属公司ID
@@ -44,6 +44,8 @@ public class ProjectExcelResponse {
//预估工期(天)
@ExcelProperty("预期工期")
+ @ExcelProperty("OA确认验收时间")
@ExcelProperty("验收时间")