duheng
2024-08-30 67abe8d2af8cf0a21d915ed62dcc4c738e9adcbc
BLL/HStation.BLL.Assets.Core/04-bll/01-PumpProdcuct/01-PumpSeries/PumpSeries.cs
@@ -182,9 +182,9 @@
        /// <param name="ID"></param>
        /// <returns></returns>
        /// <exception cref="NotImplementedException"></exception>
        public bool DeleteEx(long ID)
        public async Task<bool> DeleteEx(long ID)
        {
            return _cal.DeleteEx(ID);
            return await _cal.DeleteEx(ID);
        }
        /// <summary>