Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
IStation.Service/03-settings/paras/Paras_LocalFile.cs
@@ -50,24 +50,14 @@
        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>
        /// 模型文件
        /// </summary>
        public string HydraulicModelFile { get; set; } = "HydraulicModel.inp";
        /// <summary>
        /// 模型验证文件
        /// </summary>
        public string HydraulicModelValidationConfigFile { get; set; } = "HydraulicModelValidationConfig.json";
    }