Shuxia Ning
2024-10-29 a434b83043a5646d5dd99c3e934cc8a30ac6165f
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 EMWSEtaEpaAnalyContext : EMWSEtaBaseAnalyContext
    {
        public EMWSEtaEpaAnalyContext(EtaAnalyConfigure configure) : base(configure)
        {
        }
    }
}