duheng
2024-08-30 67abe8d2af8cf0a21d915ed62dcc4c738e9adcbc
BLL/HStation.BLL.Assets.Core/01-interface/IPumpProduct/IPumpGroupAndMainMap.cs
@@ -7,6 +7,6 @@
    /// </summary>
    public interface IPumpGroupAndMainMap : IBaseCAL<AddPumpGroupAndMainMapDto, UpdatePumpGroupAndMainMapDto, PumpGroupAndMainMapDto>, IUpdateParas, IUpdateFlags, IUpdateTagName
    {
        List<long> GetByGroupID(long ID);
        Task<List<long>> GetByGroupID(long ID);
    }
}