using System; using System.Collections.Generic; using System.Linq; using SqlSugar; namespace SA.Entity.zxdcrm_audit_Models { /// /// /// [SugarTable("xinmeiti3")] public class xinmeiti3 { /// /// /// [SugarColumn(ColumnName="id" ,IsPrimaryKey = true ,IsIdentity = true )] public int id { get; set; } /// /// wx订单号 /// [SugarColumn(ColumnName="orderid" )] public string orderid { get; set; } =""; /// /// 订单号(wx订单号,handgift订单,l2订单号) /// [SugarColumn(ColumnName="bussiness_order_id" )] public string bussiness_order_id { 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="orderstatusname" )] public string orderstatusname { get; set; } =""; /// /// /// [SugarColumn(ColumnName="otime" )] public DateTime? otime { get; set; } /// /// /// [SugarColumn(ColumnName="arrivalpay" )] public string arrivalpay { get; set; } =""; /// /// /// [SugarColumn(ColumnName="midproductid" )] public string midproductid { get; set; } =""; /// /// /// [SugarColumn(ColumnName="midproductname" )] public string midproductname { get; set; } =""; /// /// /// [SugarColumn(ColumnName="needpay" )] public string needpay { get; set; } =""; /// /// /// [SugarColumn(ColumnName="arrivaltime" )] public string arrivaltime { get; set; } =""; /// /// /// [SugarColumn(ColumnName="orderprice" )] public string orderprice { get; set; } =""; /// /// /// [SugarColumn(ColumnName="opendays" )] public string opendays { get; set; } =""; /// /// /// [SugarColumn(ColumnName="ctime" )] public DateTime? ctime { get; set; } /// /// /// [SugarColumn(ColumnName="upgradeorderids" )] public string upgradeorderids { get; set; } =""; /// /// /// [SugarColumn(ColumnName="product_name" )] public string product_name { get; set; } =""; /// /// /// [SugarColumn(ColumnName="department" )] public string department { get; set; } =""; /// /// /// [SugarColumn(ColumnName="softusername" )] public string softusername { get; set; } =""; /// /// /// [SugarColumn(ColumnName="szzyorderid" )] public string szzyorderid { get; set; } =""; /// /// /// [SugarColumn(ColumnName="contractcode" )] public string contractcode { get; set; } =""; /// /// /// [SugarColumn(ColumnName="productname" )] public string productname { get; set; } =""; /// /// /// [SugarColumn(ColumnName="starttime3" )] public DateTime? starttime3 { get; set; } /// /// /// [SugarColumn(ColumnName="endtime3" )] public DateTime? endtime3 { get; set; } /// /// /// [SugarColumn(ColumnName="isVirOrder" )] public string isVirOrder { get; set; } =""; /// /// /// [SugarColumn(ColumnName="mobile" )] public string mobile { get; set; } =""; /// /// /// [SugarColumn(ColumnName="endtime_xinmeiti3" )] public DateTime? endtime_xinmeiti3 { get; set; } /// /// /// [SugarColumn(ColumnName="dg_orderid" )] public string dg_orderid { get; set; } =""; /// /// /// [SugarColumn(ColumnName="module_id" )] public int? module_id { get; set; } /// /// /// [SugarColumn(ColumnName="orderstatus" )] public long? orderstatus { get; set; } /// /// /// [SugarColumn(ColumnName="mainorderid" )] public string mainorderid { get; set; } =""; /// /// /// 默认值: CURRENT_TIMESTAMP(4) /// [SugarColumn(ColumnName="last_modify_time" )] public DateTime last_modify_time { get; set; } } }