duheng
2024-11-21 fced74f58759c8252108a7c8fdaaa86ac87b2004
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IAssetsElbowCoefficient : IBaseDAL<Entity.AssetsElbowCoefficient>
    {
    }
}