duheng
2024-11-05 21dd2ae9704c484d5d75b2ed980e5402505da7dc
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Yw.EPAnet
{
    /// <summary>
    /// 组件计算
    /// </summary>
    public interface ICalcuParter: IParter
    {
        ///// <summary>
        ///// id
        ///// </summary>
        //public string Id { get; set; }
    }
}