lixiaojun
2024-11-15 1aa330646ad9f88abc580e17d08d727a0ecaae48
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IAssetsThreelinkCoefficient : IBaseDAL<Entity.AssetsThreelinkCoefficient>
    {
    }
}