tangxu
2024-06-11 e08f18c84c96ca794407f4fcb737b26fa76c0a1f
WebApi/Controllers/ReservoirParasController.cs
@@ -28,7 +28,7 @@
        [HttpGet]
        public IStation.Dto.ApiResult GetList()
        {
            var list = IStation.Common.ReservoirParasHelper.GetList();
            var list = AnaGlobalParas.ReservoirParasList;
            return new IStation.Dto.ApiResult<List<Model.ReservoirParas>>(list);
        }