|
|
@@ -94,15 +94,18 @@ public class EquipPipeDetailSaveReqVO {
|
|
|
private BigDecimal undergroundLength;
|
|
|
|
|
|
@Schema(description = "投入使用日期")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime commissioningDate;
|
|
|
|
|
|
@Schema(description = "设计使用年限")
|
|
|
private String designLifeYears;
|
|
|
|
|
|
@Schema(description = "开工日期")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime constructionStartDate;
|
|
|
|
|
|
@Schema(description = "交工日期")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime handoverDate;
|
|
|
|
|
|
@Schema(description = "使用状态", example = "1")
|
|
|
@@ -115,6 +118,7 @@ public class EquipPipeDetailSaveReqVO {
|
|
|
private String lastInspectionReportNo;
|
|
|
|
|
|
@Schema(description = "法定-下次法定检验日期")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime nextLegalCheckDate;
|
|
|
|
|
|
@Schema(description = "法定-安全状况等级 ")
|
|
|
@@ -130,6 +134,7 @@ public class EquipPipeDetailSaveReqVO {
|
|
|
private String lastYearReportNo;
|
|
|
|
|
|
@Schema(description = "年检-下次年检日期")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime nextYearCheckDate;
|
|
|
|
|
|
@Schema(description = "年检-安全状况等级")
|
|
|
@@ -156,6 +161,7 @@ public class EquipPipeDetailSaveReqVO {
|
|
|
/**
|
|
|
* 上次定检日期
|
|
|
*/
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime lastalldate;
|
|
|
/**
|
|
|
* 被计划的次数
|
|
|
@@ -172,6 +178,7 @@ public class EquipPipeDetailSaveReqVO {
|
|
|
/**
|
|
|
* 上次年检日期
|
|
|
*/
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime lastonlinedate;
|
|
|
/**
|
|
|
* 全部检验项目
|