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