|
@@ -35,25 +35,11 @@ public class ItdmAlarmNow implements Serializable {
|
|
|
/**实时报警id*/
|
|
|
@ApiModelProperty(value = "实时报警id")
|
|
|
private java.lang.Integer id;
|
|
|
- /**创建人*/
|
|
|
- @ApiModelProperty(value = "创建人")
|
|
|
- private java.lang.String createBy;
|
|
|
/**创建日期*/
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "创建日期")
|
|
|
private java.util.Date createTime;
|
|
|
- /**更新人*/
|
|
|
- @ApiModelProperty(value = "更新人")
|
|
|
- private java.lang.String updateBy;
|
|
|
- /**更新日期*/
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
- @ApiModelProperty(value = "更新日期")
|
|
|
- private java.util.Date updateTime;
|
|
|
- /**所属部门*/
|
|
|
- @ApiModelProperty(value = "所属部门")
|
|
|
- private java.lang.String sysOrgCode;
|
|
|
/**设备id*/
|
|
|
@Excel(name = "设备id", width = 15, dictTable = "itdm_device", dicText = "device_name", dicCode = "id")
|
|
|
@Dict(dictTable = "itdm_device", dicText = "device_name", dicCode = "id")
|