| | |
| | | @TableName("accident_report") |
| | | public class AccidentReportInfoPageDO { |
| | | |
| | | private Integer status; |
| | | |
| | | public Integer getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(Integer status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | private String accidentName; |
| | | |
| | | private Long accidentDepartmentId; |
| | |
| | | |
| | | private Long accidentExpressId; |
| | | |
| | | private Boolean status ; |
| | | |
| | | private String accidentType; |
| | | |
| | | private String accidentGrade; |
| | |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Boolean getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(Boolean status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | public Long getAccidentExpressId() { |