using Yw.DAL; namespace Yw.DAL { /// /// /// public interface IBuildingType : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { } }