Service/HStation.Service.Assets.Core/05-service/03-Valve/02-ValveMain/ValveMain.cs
@@ -114,6 +114,15 @@ } /// <summary> /// 获取数量 /// </summary> public int GetCount() { var all = GetAll(); return all.Count; } /// <summary> /// 通过 系列ID 获取 /// </summary> public List<Model.AssetsValveMain> GetBySeriesID(long id)