using Yw.DAL; namespace HStation.DAL.PBS { /// /// 设施 /// public interface IFacility :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateSorter { } }