using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 乙炔数据C2H2 实体类 /// public class AddC2H2Param : ECMBaseParam { public float C2H2_flow { get; set; } public float C2H2_pressure { get; set; } } }