using Yw.DAL; namespace PBS.DAL.WE { /// /// 用水器具映射 /// public interface IUtensilMapping : IBaseDAL, IUpdateSorter { } }