Shuxia Ning
2024-10-25 cc7e61c6823483a40d4073ebe1a282909b526370
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; }
 
    }
}