duheng
2024-10-22 a95dc42495472cf931db97f8ccbe9d075708aa0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using Yw.Model;
 
namespace IStation.Server
{
    /// <summary>
    /// Epa分析上下文
    /// </summary>
    public class EpEtaEpaAnalyContext : EpEtaBaseAnalyContext
    {
        public EpEtaEpaAnalyContext(EtaAnalyConfigure configure) : base(configure)
        {
        }
    }
}