using Yw.DAL; namespace PBS.DAL.WE { /// /// 用水器具组 /// public interface IUtensilGroup : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateTreeSorter { } }