using Yw.DAL; namespace HStation.DAL { /// /// 过渡件系数 /// public interface IAssetsTranslationFactor : IBaseDAL, IUpdateSorter { } }