using Yw.DAL; namespace HStation.DAL.PBS { /// /// 场所 /// public interface IPlace :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateSorter { } }