using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsPumpGroup : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { /// /// 删除拓展 /// /// /// bool DeleteEx(long ID); } }