|
@@ -79,8 +79,8 @@ public class SceneEntity implements Serializable {
|
|
private Long enableState;
|
|
private Long enableState;
|
|
|
|
|
|
/** 投运时间 */
|
|
/** 投运时间 */
|
|
- @ApiModelProperty(value = "投运时间",example = "2020-12-12 12:12:12")
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "2020-12-12 12:12:12")
|
|
|
|
|
|
+ @ApiModelProperty(value = "投运时间",example = "2020-12-12")
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
private Date runTime;
|
|
private Date runTime;
|
|
|
|
|
|
/** 地址 */
|
|
/** 地址 */
|
|
@@ -100,7 +100,7 @@ public class SceneEntity implements Serializable {
|
|
@ApiModelProperty(value = "数据删除标记")
|
|
@ApiModelProperty(value = "数据删除标记")
|
|
private Integer status;
|
|
private Integer status;
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "2020-12-12 12:12:12")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "GMT+8")
|
|
@ApiModelProperty(value = "创建时间",example = "2020-12-12 12:12:12")
|
|
@ApiModelProperty(value = "创建时间",example = "2020-12-12 12:12:12")
|
|
private Date dateCreate;
|
|
private Date dateCreate;
|
|
|
|
|
|
@@ -111,7 +111,7 @@ public class SceneEntity implements Serializable {
|
|
@ApiModelProperty(value = "更新者")
|
|
@ApiModelProperty(value = "更新者")
|
|
private String updateBy;
|
|
private String updateBy;
|
|
/** 更新时间 */
|
|
/** 更新时间 */
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "2020-12-12 12:12:12")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "GMT+8")
|
|
@ApiModelProperty(value = "更新时间",example = "2020-12-12 12:12:12")
|
|
@ApiModelProperty(value = "更新时间",example = "2020-12-12 12:12:12")
|
|
private Date dateUpdate;
|
|
private Date dateUpdate;
|
|
|
|
|