| | |
| | | |
| | | @Id |
| | | @PropertyDef(label = "预警信息代码" ) |
| | | @Column(name = "yjxxdm", length = 32, nullable = false) |
| | | @Column(name = "yjxxdm", length = 32) |
| | | private String yjxxdm; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "预警发布时间" ) |
| | | @Column(name = "fbsj", nullable = false) |
| | | @Column(name = "fbsj") |
| | | private Date fbsj; |
| | | |
| | | @PropertyDef(label = "违规主体类型" ) |
| | | @Column(name = "wgztlx", length = 2, nullable = false) |
| | | @Column(name = "wgztlx", length = 2) |
| | | private String wgztlx; |
| | | |
| | | @PropertyDef(label = "违规单位代码" ) |
| | | @Column(name = "qydm", length = 21, nullable = false) |
| | | @Column(name = "qydm", length = 21) |
| | | private String qydm; |
| | | |
| | | @PropertyDef(label = "违规行为人" ) |
| | |
| | | private String wgxwr; |
| | | |
| | | @PropertyDef(label = "涉及库点" ) |
| | | @Column(name = "sjkd", length = 128, nullable = false) |
| | | @Column(name = "sjkd", length = 128) |
| | | private String sjkd; |
| | | |
| | | @PropertyDef(label = "违规类型" ) |
| | | @Column(name = "wglx", length = 2, nullable = false) |
| | | @Column(name = "wglx", length = 2) |
| | | private String wglx; |
| | | |
| | | @PropertyDef(label = "违规详情" ) |
| | | @Column(name = "wgqk", length = 512, nullable = false) |
| | | @Column(name = "wgqk", length = 512) |
| | | private String wgqk; |
| | | |
| | | @PropertyDef(label = "当前处置状态" ) |
| | | @Column(name = "czzt", length = 2, nullable = false) |
| | | @Column(name = "czzt", length = 2) |
| | | private String czzt; |
| | | |
| | | @PropertyDef(label = "处置内容" ) |
| | |
| | | private Date hxczsj; |
| | | |
| | | @PropertyDef(label = "操作标志" ) |
| | | @Column(name = "czbz", length = 1, nullable = false) |
| | | @Column(name = "czbz", length = 1) |
| | | private String czbz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间" ) |
| | | @Column(name = "zhgxsj", nullable = false) |
| | | @Column(name = "zhgxsj") |
| | | private Date zhgxsj; |
| | | |
| | | } |