using System;
using System.Collections.Generic;

namespace MySystem.Models.Main1
{
    public partial class MachineRenew
    {
        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 DateTime? AuditDate { get; set; }
        public string AuditDesc { get; set; }
        public int AuditStatus { get; set; }
        public string DemandDesc { get; set; }
        public string DeliverSnNo { get; set; }
        public int DeliverBrandId { get; set; }
        public int ReplaceSnType { get; set; }
        public string ReplaceSnNo { get; set; }
        public int ReplaceBrandId { get; set; }
        public int DamagedSnType { get; set; }
        public string DamagedSnNo { get; set; }
        public int DamagedBrandId { get; set; }
        public int UserId { get; set; }
        public string ApplyDate { get; set; }
        public string ApplyNo { get; set; }
    }
}