| | |
| | | private String data; |
| | | |
| | | @ApiModelProperty("状态:0-创建仿真,1-连接GEDB库,2-下载空间数据,3-下载高程数据,4-模拟内涝仿真,5-处理仿真数据,10-完成,-10-出错") |
| | | private Short status; |
| | | private Integer status; |
| | | |
| | | @ApiModelProperty("结果") |
| | | private String result; |
| | |
| | | |
| | | @ApiModelProperty("备注") |
| | | private String bak; |
| | | |
| | | public SimuPo() { |
| | | } |
| | | |
| | | public SimuPo(Integer num, String name, String data, Integer status, String bak) { |
| | | this.num = num; |
| | | this.name = name; |
| | | this.data = data; |
| | | this.status = status; |
| | | this.bak = bak; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |
| | |
| | | this.data = data; |
| | | } |
| | | |
| | | public Short getStatus() { |
| | | public Integer getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(Short status) { |
| | | public void setStatus(Integer status) { |
| | | this.status = status; |
| | | } |
| | | |