lixiaojun
2025-03-02 4ce9d8c856dc2f0e580e92b74f399c80f27f080a
1
2
3
4
5
6
7
8
9
10
11
namespace Yw.WinFrmUI
{
    /// <summary>
    /// 水力计算压缩机结果接口 
    /// </summary>
    public interface IHydroCalcuCompressorResult : IHydroCalcuResistanceResult
    {
 
    }
 
}