using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
namespace SA.Entity.zxdcrm_audit_Models
{
///
///
///
[SugarTable("sh_ordercheck")]
public class sh_ordercheck
{
///
///
///
[SugarColumn(ColumnName="id" ,IsPrimaryKey = true ,IsIdentity = true )]
public int id { get; set; }
///
///
///
[SugarColumn(ColumnName="sh_orderno" )]
public string sh_orderno { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="sh_orderid" )]
public string sh_orderid { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="course" )]
public string course { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="user" )]
public string user { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="userno" )]
public string userno { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="username" )]
public string username { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="endtime" )]
public DateTime? endtime { get; set; }
///
///
///
[SugarColumn(ColumnName="sh_opendays" )]
public int? sh_opendays { get; set; }
///
///
///
[SugarColumn(ColumnName="orderid" )]
public string orderid { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="resid" )]
public string resid { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="cname" )]
public string cname { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="subproductname" )]
public string subproductname { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="otime" )]
public DateTime? otime { get; set; }
///
///
///
[SugarColumn(ColumnName="opendays" )]
public int? opendays { get; set; }
///
///
///
[SugarColumn(ColumnName="endtime3" )]
public DateTime? endtime3 { get; set; }
///
///
///
[SugarColumn(ColumnName="diffdays" )]
public int? diffdays { get; set; }
///
///
///
[SugarColumn(ColumnName="checktype" )]
public string checktype { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="checkinfo" )]
public string checkinfo { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="checktime" )]
public DateTime? checktime { get; set; }
}
}