duheng
2024-10-24 e890e224a673855f9f609de1094d1701e224e66c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace Yw.WinFrmUI
{
    /// <summary>
    /// 水力计算结果接口
    /// </summary>
    public interface IHydroCalcuResult
    {
 
        /// <summary>
        /// 编码
        /// </summary>
        string Code { get; set; }
 
    }
}