| | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | |
| | | import javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | | import javax.persistence.Id; |
| | | import javax.persistence.Table; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | |
| | | @PropertyDef(label = "库区代码") |
| | | private String kqdm; |
| | | |
| | | @PropertyDef(label = "统一库区编码") |
| | | private String tykqbm; |
| | | |
| | | @PropertyDef(label = "单位代码") |
| | | private String dwdm; |
| | |
| | | @PropertyDef(label = "事故基本信息") |
| | | private String sgjbxx; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "整改时限") |
| | | private String zgsx; |
| | | private Date zgsx; |
| | | |
| | | @PropertyDef(label = "责任单位") |
| | | private String zrdw; |