using System; using System.Collections.Generic; namespace MySystem.MainModels2 { public partial class MachineApplyDetail { public int Id { get; set; } public int Sort { get; set; } public int QueryCount { get; set; } public int Status { get; set; } public int Version { get; set; } public DateTime? CreateDate { get; set; } public DateTime? UpdateDate { get; set; } public string CreateMan { get; set; } public string UpdateMan { get; set; } public string SeoTitle { get; set; } public string SeoKeyword { get; set; } public string SeoDescription { get; set; } public string Remark { get; set; } public int SourceSnType { get; set; } public string SourceSnNo { get; set; } public string UpSrcProName { get; set; } public int UpSrcProType { get; set; } public string DeviceDesc { get; set; } public string DeviceModel { get; set; } public string DeviceVendor { get; set; } public int DeviceStatus { get; set; } public string DeviceSnNo { get; set; } public int UserId { get; set; } public string ProductName { get; set; } public int ProductType { get; set; } public int ApplyId { get; set; } public string ApplyNo { get; set; } } }