cloudflight
2025-01-07 9a587f34c2ccc0d4c41550880915b54a1b563c7d
1
2
3
4
5
6
7
8
9
10
11
12
13
using Yw.DAL; 
 
namespace HStation.DAL
{
    /// <summary>
    /// 过渡件系数
    ///</summary> 
    public interface IAssetsTranslationFactor :IBaseDAL<Entity.AssetsTranslationFactor>, IUpdateSorter
    {
 
    }
}