Commit f89f299d by 丁伟峰

LocalDateTime初始化默认值

1 parent ed45022a
...@@ -28,6 +28,10 @@ public class CapacityStatQueryRespDTO { ...@@ -28,6 +28,10 @@ public class CapacityStatQueryRespDTO {
private String levelValue; private String levelValue;
private String layer; private String layer;
private String showName; private String showName;
public Content(){
updateTime = LocalDateTime.now();
}
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!