using Yw.DAL; namespace HStation.DAL { /// /// 过渡件系列 /// public interface IAssetsTranslationSeries : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter { } }