代码bug修改

This commit is contained in:
2023-07-17 09:53:55 +08:00
parent a9fae48c77
commit 9bc32befe6
2 changed files with 7 additions and 3 deletions

View File

@@ -157,6 +157,8 @@ public class SupvPlanVO {
private String createBy;
private String updateBy;
/**
* 实施状态
*/
@@ -164,4 +166,6 @@ public class SupvPlanVO {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime createTime;
}