| | |
| | | @TableName("accident_report") |
| | | public class AccidentReportInfoDetailDO { |
| | | |
| | | private Integer status; |
| | | |
| | | public Integer getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(Integer status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | private String fillInUserName; |
| | | |
| | | public String getFillInUserName() { |
| | |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | private Boolean status ; |
| | | |
| | | private Long accidentExpressId; |
| | | |
| | |
| | | private String relevantPersonnelRecords; |
| | | |
| | | private String otherMaterials; |
| | | |
| | | public Boolean getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(Boolean status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |