duheng
2024-12-19 a6c4751021807edcae850b761bd9dedbf3d3b01b
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IAssetsSprinklerCoefficient : IBaseDAL<Entity.AssetsSprinklerCoefficient>
    {
    }
}