| | |
| | | * */
|
| | | private Byte timeoutFlag;
|
| | | /**
|
| | | * 隐患造成的结果:1-无;2-轻伤;3-重伤;4-死亡
|
| | | */
|
| | | private Byte dangerResult;
|
| | | /**
|
| | | * 同步时间
|
| | | */
|
| | | private Date reportTime;
|
| | |
| | | * 上报开关 1-上报;2-不上报
|
| | | */
|
| | | private Byte reportSwitch;
|
| | | /**
|
| | | * 隐患造成的结果:1-无;2-轻伤;3-重伤;4-死亡
|
| | | */
|
| | | private Byte dangerResult;
|
| | |
|
| | | public Byte getDangerResult() {
|
| | | return dangerResult;
|
| | | }
|
| | |
|
| | | public void setDangerResult(Byte dangerResult) {
|
| | | this.dangerResult = dangerResult;
|
| | | }
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
| | | this.timeoutFlag = timeoutFlag;
|
| | | }
|
| | |
|
| | | public Byte getDangerResult() {
|
| | | return dangerResult;
|
| | | }
|
| | |
|
| | | public void setDangerResult(Byte dangerResult) {
|
| | | this.dangerResult = dangerResult;
|
| | | }
|
| | |
|
| | | public Date getReportTime() {
|
| | | return reportTime;
|
| | | }
|