| | |
| | | |
| | | private Long createUid; |
| | | |
| | | private String createName; |
| | | |
| | | public String getCreateName() { |
| | | return createName; |
| | | } |
| | | |
| | | public void setCreateName(String createName) { |
| | | this.createName = createName; |
| | | } |
| | | |
| | | private Long updateUid; |
| | | |
| | | private String emergencyPrecautions; |
| | |
| | | |
| | | private Boolean casualties; |
| | | |
| | | private String accidentCause; |
| | | private Byte accidentCause; |
| | | |
| | | private Date occurrenceTime; |
| | | |
| | |
| | | this.casualties = casualties; |
| | | } |
| | | |
| | | public String getAccidentCause() { |
| | | public Byte getAccidentCause() { |
| | | return accidentCause; |
| | | } |
| | | |
| | | public void setAccidentCause(String accidentCause) { |
| | | public void setAccidentCause(Byte accidentCause) { |
| | | this.accidentCause = accidentCause; |
| | | } |
| | | |