duheng
2024-10-23 e1b779122eae7002f1d512bd1e8135ea8080c95f
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HStation.Model
{
    /// <summary>
    /// 
    /// </summary>
    public class FeatCurveGeometryParasModel : JsonModel<FeatCurveGeometryParasModel>
    {
        /// <summary>
        /// 性能类型
        /// </summary>
        public Yw.Pump.eFeatType FeatType { get; set; }
    }
}