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