using Yw.DAL; namespace PBS.DAL.WE { /// /// 用水当量目录 /// public interface ICatalogue : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateTreeSorter { } }