using System; using System.Web; namespace WebAPI.Models { public class Gy_TechnologyParameterSub { public long HInterID { get; set; } public long HEntryID { get; set; } public string HRemark { get; set; } public long HEquipID { get; set; } public string HTechParamAliasName { get; set; } } }