|
|
@ -32,8 +32,8 @@ public class SySceneConfigRelation implements Serializable { |
|
|
|
/** |
|
|
|
* 初始时间 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy/MM/dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date initTime; |
|
|
|
|
|
|
|
/** |
|
|
|