using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TProduct.Model { public class PumpFeatTestMethodBundle { public TProduct.Model.ePowerTestMethod PowerMethod = ePowerTestMethod.功率; public TProduct.Model.ePressTestMethod PressMethod = ePressTestMethod.压力表; //public TProduct.Model.eMotorPhase MotorPhase = Model.eMotorPhase.三相电机; public TProduct.Model.eTorqueTestMethod TorqueMethod = eTorqueTestMethod.直接法; public TProduct.Model.eNpshTestMethod NpshMehod = TProduct.Model.eNpshTestMethod.ByH; public double NpshCriterion = 3;//汽蚀判定值(百分比) } }