| | |
| | | public string StationFile { get; set; } = "Station.json"; |
| | | |
| | | /// <summary> |
| | | /// Scada文件 |
| | | /// </summary> |
| | | public string ScadaFile { get; set; } = "Scada.json"; |
| | | |
| | | /// <summary> |
| | | /// 调度配置文件 |
| | | /// </summary> |
| | | public string ScheduleConfigFile { get; set; } = "ScheduleConfig.json"; |
| | |
| | | /// 模型文件 |
| | | /// </summary> |
| | | public string HydraulicModelFile { get; set; } = "HydraulicModel.inp"; |
| | | |
| | | /// <summary> |
| | | /// 模型验证文件 |
| | | /// </summary> |
| | | public string HydraulicModelValidationConfigFile { get; set; } = "HydraulicModelValidationConfig.json"; |
| | | |
| | | |
| | | } |