| | |
| | | @ApiModelProperty("站点雨量CSV文件地址") |
| | | private String stationRainFile; |
| | | |
| | | @ApiModelProperty("计算模型类型") |
| | | private String modelType; |
| | | |
| | | @ApiModelProperty("sem路径") |
| | | private String semUrl; |
| | | |
| | | @ApiModelProperty("点生成路径") |
| | | private String pointName; |
| | | |
| | | @ApiModelProperty("线生成路径") |
| | | private String linkName; |
| | | |
| | | @ApiModelProperty("模型计算方式:1=模拟,2=接入") |
| | | private String radio; |
| | | |
| | | @ApiModelProperty("站点名称") |
| | | private String station; |
| | | |
| | | @ApiModelProperty("站点经度") |
| | | private Double stationLongitude; |
| | | |
| | | @ApiModelProperty("站点纬度") |
| | | private Double stationLatitude; |
| | | |
| | | } |