ningshuxia
2025-04-01 f2feed624a3186e020bc0283b41e36eb89164a6c
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace IStation.DAL
{
    /// <summary>
    /// 
    /// </summary>
    public interface IAnalysisDeviation : IBaseDAL<Entity.AnalysisDeviation>
    {
 
 
 
 
    }
}