技术监督管理bug修改

This commit is contained in:
2023-07-06 08:59:20 +08:00
parent e19555075d
commit 8feb7b00ab
4 changed files with 28 additions and 3 deletions

View File

@@ -161,5 +161,6 @@ public class SupvPlanVO {
*/
private String effectStatus;
private String createTime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime createTime;
}