|
|
@ -1,4 +1,4 @@
|
|
|
|
package com.yingji.entity;
|
|
|
|
package com.ruoyi.page.domain;
|
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
@ -47,12 +47,17 @@ public class Fire implements Serializable {
|
|
|
|
* 归队时间
|
|
|
|
* 归队时间
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty(value = "归队时间")
|
|
|
|
@ApiModelProperty(value = "归队时间")
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date gdsj;
|
|
|
|
private Date gdsj;
|
|
|
|
|
|
|
|
|
|
|
|
private String jjyxm;
|
|
|
|
private String jjyxm;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 时间戳
|
|
|
|
* 时间戳
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty(value = "时间戳")
|
|
|
|
@ApiModelProperty(value = "时间戳")
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date sjc;
|
|
|
|
private Date sjc;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 纬度
|
|
|
|
* 纬度
|
|
|
@ -73,6 +78,8 @@ public class Fire implements Serializable {
|
|
|
|
* 结束时间
|
|
|
|
* 结束时间
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty(value = "结束时间")
|
|
|
|
@ApiModelProperty(value = "结束时间")
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date jssj;
|
|
|
|
private Date jssj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 案发地址
|
|
|
|
* 案发地址
|
|
|
@ -83,6 +90,8 @@ public class Fire implements Serializable {
|
|
|
|
* 出动时间
|
|
|
|
* 出动时间
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty(value = "出动时间")
|
|
|
|
@ApiModelProperty(value = "出动时间")
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date cdsj;
|
|
|
|
private Date cdsj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 立案方式代码
|
|
|
|
* 立案方式代码
|
|
|
@ -94,6 +103,9 @@ public class Fire implements Serializable {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty(value = "topic")
|
|
|
|
@ApiModelProperty(value = "topic")
|
|
|
|
private String topic;
|
|
|
|
private String topic;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date xdsj;
|
|
|
|
private Date xdsj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 立案时间
|
|
|
|
* 立案时间
|
|
|
@ -111,11 +123,15 @@ public class Fire implements Serializable {
|
|
|
|
* 到达现场时间
|
|
|
|
* 到达现场时间
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty(value = "到达现场时间")
|
|
|
|
@ApiModelProperty(value = "到达现场时间")
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date ddxcsj;
|
|
|
|
private Date ddxcsj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 创建时间
|
|
|
|
* 创建时间
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty(value = "创建时间")
|
|
|
|
@ApiModelProperty(value = "创建时间")
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date createTime;
|
|
|
|
private Date createTime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|