160 lines
5.3 KiB
C#
160 lines
5.3 KiB
C#
using System;
|
||
using System.Collections.Generic;
|
||
using System.Linq;
|
||
using SqlSugar;
|
||
namespace SA.Entity.zxdcrm_audit_Models
|
||
{
|
||
/// <summary>
|
||
///
|
||
///</summary>
|
||
[SugarTable("wx_szzyorder_handgift")]
|
||
public class wx_szzyorder_handgift
|
||
{
|
||
/// <summary>
|
||
/// 订单号
|
||
///</summary>
|
||
[SugarColumn(ColumnName="orderid" ,IsPrimaryKey = true )]
|
||
public int orderid { get; set; }
|
||
/// <summary>
|
||
/// 父ID
|
||
///</summary>
|
||
[SugarColumn(ColumnName="mainorderid" )]
|
||
public int? mainorderid { get; set; }
|
||
/// <summary>
|
||
/// 用户名
|
||
///</summary>
|
||
[SugarColumn(ColumnName="softusername" )]
|
||
public string softusername { get; set; } ="";
|
||
/// <summary>
|
||
///
|
||
///</summary>
|
||
[SugarColumn(ColumnName="resid" )]
|
||
public string resid { get; set; } ="";
|
||
/// <summary>
|
||
/// 主产品SUBID
|
||
///</summary>
|
||
[SugarColumn(ColumnName="productid" )]
|
||
public int productid { get; set; }
|
||
/// <summary>
|
||
/// 主产品SUBCODE
|
||
///</summary>
|
||
[SugarColumn(ColumnName="productcode" )]
|
||
public string productcode { get; set; } ="";
|
||
/// <summary>
|
||
/// 订单状态 :0未开通、1已开通、2审核不通过,3.关闭
|
||
///</summary>
|
||
[SugarColumn(ColumnName="orderstatus" )]
|
||
public int orderstatus { get; set; }
|
||
/// <summary>
|
||
/// 赠送产品ID
|
||
///</summary>
|
||
[SugarColumn(ColumnName="subproductcode" )]
|
||
public string subproductcode { get; set; } ="";
|
||
/// <summary>
|
||
/// 赠送产品名称
|
||
///</summary>
|
||
[SugarColumn(ColumnName="subproductname" )]
|
||
public string subproductname { get; set; } ="";
|
||
/// <summary>
|
||
/// 订单备注
|
||
///</summary>
|
||
[SugarColumn(ColumnName="memo" )]
|
||
public string memo { get; set; } ="";
|
||
/// <summary>
|
||
/// 创建用户
|
||
///</summary>
|
||
[SugarColumn(ColumnName="createuser" )]
|
||
public string createuser { get; set; } ="";
|
||
/// <summary>
|
||
/// 创建时间
|
||
///</summary>
|
||
[SugarColumn(ColumnName="ctime" )]
|
||
public DateTime ctime { get; set; }
|
||
/// <summary>
|
||
/// 渠道号
|
||
///</summary>
|
||
[SugarColumn(ColumnName="channel" )]
|
||
public int? channel { get; set; }
|
||
/// <summary>
|
||
/// 营业部编码
|
||
///</summary>
|
||
[SugarColumn(ColumnName="companycode" )]
|
||
public string companycode { get; set; } ="";
|
||
/// <summary>
|
||
/// 赠送天数
|
||
///</summary>
|
||
[SugarColumn(ColumnName="giftdays" )]
|
||
public int? giftdays { get; set; }
|
||
/// <summary>
|
||
/// 审核人
|
||
///</summary>
|
||
[SugarColumn(ColumnName="openuser" )]
|
||
public string openuser { get; set; } ="";
|
||
/// <summary>
|
||
/// 审核时间
|
||
///</summary>
|
||
[SugarColumn(ColumnName="optime" )]
|
||
public DateTime? optime { get; set; }
|
||
/// <summary>
|
||
/// 订单号(CRM系统生成)
|
||
///</summary>
|
||
[SugarColumn(ColumnName="szzyorderid" )]
|
||
public long? szzyorderid { get; set; }
|
||
/// <summary>
|
||
/// 外部--父订单号(如新媒体二的订单号)
|
||
///</summary>
|
||
[SugarColumn(ColumnName="parentoutorderno" )]
|
||
public string parentoutorderno { get; set; } ="";
|
||
/// <summary>
|
||
/// 外部--旧的订单号
|
||
///</summary>
|
||
[SugarColumn(ColumnName="oldoutorderno" )]
|
||
public string oldoutorderno { get; set; } ="";
|
||
/// <summary>
|
||
/// 外部--原订单号关闭权限时间
|
||
///</summary>
|
||
[SugarColumn(ColumnName="outorderclosetime" )]
|
||
public DateTime? outorderclosetime { get; set; }
|
||
/// <summary>
|
||
/// 外部--用户名称
|
||
///</summary>
|
||
[SugarColumn(ColumnName="userid" )]
|
||
public string userid { get; set; } ="";
|
||
/// <summary>
|
||
/// 审核备注
|
||
///</summary>
|
||
[SugarColumn(ColumnName="checkmemo" )]
|
||
public string checkmemo { get; set; } ="";
|
||
/// <summary>
|
||
/// 开通时间
|
||
///</summary>
|
||
[SugarColumn(ColumnName="otime" )]
|
||
public DateTime? otime { get; set; }
|
||
/// <summary>
|
||
/// 0-单一产品、1-组合产品
|
||
///</summary>
|
||
[SugarColumn(ColumnName="producttype" )]
|
||
public int? producttype { get; set; }
|
||
/// <summary>
|
||
/// 关闭时间
|
||
///</summary>
|
||
[SugarColumn(ColumnName="closetime" )]
|
||
public DateTime? closetime { get; set; }
|
||
/// <summary>
|
||
/// 关闭原因
|
||
///</summary>
|
||
[SugarColumn(ColumnName="closememo" )]
|
||
public string closememo { get; set; } ="";
|
||
/// <summary>
|
||
/// 关闭人
|
||
///</summary>
|
||
[SugarColumn(ColumnName="closeuser" )]
|
||
public string closeuser { get; set; } ="";
|
||
/// <summary>
|
||
/// 模块ID,多个模块ID用","隔开
|
||
///</summary>
|
||
[SugarColumn(ColumnName="moduleid" )]
|
||
public string moduleid { get; set; } ="";
|
||
}
|
||
}
|