Commit fa0deb294901d46c63bd3c2b9863c488bdf9bc02
1 parent
3d8fc3a7
增加完成时间
Showing
1 changed file
with
3 additions
and
0 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/app/maintainplan/vo/AppMaintainPlanCommitDetailPageRespVO.java
| @@ -59,6 +59,9 @@ public class AppMaintainPlanCommitDetailPageRespVO { | @@ -59,6 +59,9 @@ public class AppMaintainPlanCommitDetailPageRespVO { | ||
| 59 | @Schema(description = "完成状态 1:未完成;2:进行中;3:已完成", requiredMode = Schema.RequiredMode.REQUIRED) | 59 | @Schema(description = "完成状态 1:未完成;2:进行中;3:已完成", requiredMode = Schema.RequiredMode.REQUIRED) |
| 60 | private Integer finishState; | 60 | private Integer finishState; |
| 61 | 61 | ||
| 62 | + @Schema(description = "完成时间") | ||
| 63 | + private LocalDateTime finishTime; | ||
| 64 | + | ||
| 62 | @Schema(description = "执行开始时间") | 65 | @Schema(description = "执行开始时间") |
| 63 | private LocalDateTime beginTime; | 66 | private LocalDateTime beginTime; |
| 64 | 67 |