using Yw.DAL; namespace HStation.DAL { /// /// 过渡件 /// public interface IAssetsTranslationMain :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { } }