using Yw.DAL; namespace PBS.DAL { /// /// 供水设备(含评价) /// public interface IWaterEquipment : IBaseDAL, IUpdateSorter { } }