TG.WXCRM.V4/WX.CRM.DataSynFactory/Templates/Client_OrderDto.cs

427 lines
12 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using System;
namespace WX.CRM.DataSynFactory.Templates
{
public class Client_PayOrder
{
public int OrderId { get; set; }
public string OrderStatus { get; set; }
public string OrderStatusName { get; set; }
public decimal ArrivalPay { get; set; }
public DateTime ArrivalTime { get; set; }
public string DeptCode { get; set; }
public int Sid { get; set; }
public int Auditor { get; set; }
public string AuditorName { get; set; }
public DateTime AuditTime { get; set; }
public string PayNo { get; set; }
public DateTime? PayDate { get; set; }
}
public class Client_OpenOrder
{
public int OrderId { get; set; }
public string OrderStatus { get; set; }
public string OrderStatusName { get; set; }
public DateTime OTime { get; set; }
public DateTime EndTime { get; set; }
public string DeptCode { get; set; }
public string ActiveProductCode { get; set; }
public string ActiveProductExt { get; set; }
public string CName { get; set; }
public string ResId { get; set; }
}
public class Client_RefundOrder
{
public int OrderId { get; set; }
public string OrderStatus { get; set; }
public string OrderStatusName { get; set; }
public string DeptCode { get; set; }
public int Id { get; set; }
public int AuditStatus { get; set; }
public int Auditor { get; set; }
public string AuditorName { get; set; }
public DateTime AuditTime { get; set; }
public int IsOpen { get; set; }
}
public class Client_UpGradeOrder
{
public int OrderId { get; set; }
public string OrderStatus { get; set; }
public string OrderStatusName { get; set; }
public string DeptCode { get; set; }
}
public class Client_CloseOrder
{
public int OrderId { get; set; }
public string OrderStatus { get; set; }
public string OrderStatusName { get; set; }
public string DeptCode { get; set; }
}
public class Client_Order
{
public decimal ORDERID { get; set; }
public string EMPLOYEEID { get; set; }
public string PASSWORD { get; set; }
public string USERID { get; set; }
public decimal? PRODUCTID { get; set; }
public string PRODUCTNAME { get; set; }
public decimal? SUBPRODUCTID { get; set; }
public string SUBPRODUCTNAME { get; set; }
public decimal? ORDERTYPE { get; set; }
public string UPGRADEORDERIDS { get; set; }
public decimal? TOTALUPGRADEVALUE { get; set; }
public decimal? NEEDPAY { get; set; }
public decimal? OPENORDER { get; set; }
public decimal? SZZYORDERID { get; set; }
/// <summary>
/// 订单状态新订单180、已开通220、已停用/已退款90、已过期80、已取消70去掉"已支付200、暂缓开通210"状态
/// </summary>
public string ORDERSTATUS { get; set; }
public DateTime? CTIME { get; set; }
public decimal? RETURNNEEDPAY { get; set; }
public string CONTRACTCODE { get; set; }
public decimal? RET { get; set; }
public string MSG { get; set; }
public string RETURNDETAIL { get; set; }
public decimal? INNERUSERID { get; set; }
public DateTime? OTIME { get; set; }
public DateTime? ENDTIME { get; set; }
public string RESID { get; set; }
public decimal? REQUESTSTATUS { get; set; }
public decimal? ISFINANCEPAY { get; set; }
public DateTime? FINACEPAYDATE { get; set; }
public string REMARK { get; set; }
public decimal? FINALPAY { get; set; }
public string ORDERSTATUSNAME { get; set; }
public DateTime? OPERATETIME { get; set; }
/// <summary>
/// 订单暂停结束时间
/// </summary>
public string STIME { get; set; }
/// <summary>
/// 订单暂停结束时间
/// </summary>
public string ETIME { get; set; }
/// <summary>
/// 订单暂停权限备注说明
/// </summary>
public string SUSPENDCOMMENT { get; set; }
public DateTime? UPDATEORDERTIME { get; set; }
public decimal? ISOPEN { get; set; }
public decimal? TEAMSERVE { get; set; }
public string FCTEXT { get; set; }
public string CUSTOMERUSERNAME { get; set; }
public decimal? ARRIVALPAY { get; set; }
public DateTime? ARRIVALTIME { get; set; }
public string SOURCE { get; set; }
public string CNAME { get; set; }
public decimal? OPENDAYS { get; set; }
public string CUSTOMERCLASSIFY { get; set; }
public decimal? SALEDEPTID { get; set; }
public string SOFTUSERNAME { get; set; }
public string APPUSERNAME { get; set; }
public string CHANNEL { get; set; }
public int BOOKNUM { get; set; }
public string OPENUSER { get; set; }
/// <summary>
/// 是否支付0未支付1已经支付
/// </summary>
public int ISPAYED { get; set; }
/// <summary>
/// 支付类型。1支付宝2财富通3银行转账4网银支付5微信支付6支付宝银联
/// </summary>
public int PAYTYPE { get; set; }
public string PRODUCTCODE { get; set; }
public string BIGPRODUCTCODE { get; set; }
public int RISKCTRLSTATUS { get; set; }
public string companycode { get; set; }
/// <summary>
/// 合同状态
/// </summary>
public int contractstatus { get; set; }
/// <summary>
/// 合同签订时间
/// </summary>
public DateTime? contractctime { get; set; }
/// <summary>
/// 是否开通企业微信0未开通1已开通
/// </summary>
public int? qywxstatus { get; set; }
/// <summary>
/// 开通企业微信时间
/// </summary>
public DateTime? qywxopendate { get; set; }
public string activeproductcode { get; set; }
public string activeproductext { get; set; }
public int? ISTEST { get; set; }
public string OUTORDERO { get; set; }
public string mb { get; set; }
public string external_userid { get; set; }
public string wework_remoteid { get; set; }
public int? eid { get; set; }
public string deptcode { get; set; }
public int? deptid { get; set; }
public string deptName { get; set; }
public int? groupid { get; set; }
}
public class Client_SyncPayInfo
{
public int OrderId { get; set; }
public string OrderStatus { get; set; }
public string OrderStatusName { get; set; }
public decimal NeedPay { get; set; }
public DateTime ArrivalTime { get; set; }
public string DeptCode { get; set; }
public string PayNo { get; set; }
public int PayType { get; set; }
public string PayTypeName { get; set; }
public string Remark { get; set; }
public decimal PayPrice { get; set; }
public DateTime Ctime { get; set; }
public string PayName { get; set; }
public string idcard { get; set; }
public string mb { get; set; } //手机号,线上订单推送到线下需要
}
public class Client_AllOpenOrder
{
public decimal ORDERID { get; set; }
public string EMPLOYEEID { get; set; }
public string PASSWORD { get; set; }
public string USERID { get; set; }
public decimal? PRODUCTID { get; set; }
public string PRODUCTNAME { get; set; }
public decimal? SUBPRODUCTID { get; set; }
public string SUBPRODUCTNAME { get; set; }
public decimal? ORDERTYPE { get; set; }
public string UPGRADEORDERIDS { get; set; }
public decimal? TOTALUPGRADEVALUE { get; set; }
public decimal? NEEDPAY { get; set; }
public decimal? OPENORDER { get; set; }
public decimal? SZZYORDERID { get; set; }
/// <summary>
/// 订单状态新订单180、已支付200、已开通220、已停用/已退款90、已过期80、已取消70去掉"已支付200、暂缓开通210"状态
/// </summary>
public string ORDERSTATUS { get; set; }
public DateTime? CTIME { get; set; }
public decimal? RETURNNEEDPAY { get; set; }
public string CONTRACTCODE { get; set; }
public decimal? RET { get; set; }
public string MSG { get; set; }
public string RETURNDETAIL { get; set; }
public decimal? INNERUSERID { get; set; }
public DateTime? OTIME { get; set; }
public string RESID { get; set; }
public decimal? REQUESTSTATUS { get; set; }
public decimal? ISFINANCEPAY { get; set; }
public DateTime? FINACEPAYDATE { get; set; }
public string REMARK { get; set; }
public decimal? FINALPAY { get; set; }
public string ORDERSTATUSNAME { get; set; }
public DateTime? OPERATETIME { get; set; }
/// <summary>
/// 订单暂停结束时间
/// </summary>
public string STIME { get; set; }
/// <summary>
/// 订单暂停结束时间
/// </summary>
public string ETIME { get; set; }
/// <summary>
/// 订单暂停权限备注说明
/// </summary>
public string SUSPENDCOMMENT { get; set; }
public DateTime? UPDATEORDERTIME { get; set; }
public decimal? ISOPEN { get; set; }
public DateTime? ENDTIME { get; set; }
public decimal? TEAMSERVE { get; set; }
public string FCTEXT { get; set; }
public string CUSTOMERUSERNAME { get; set; }
public decimal? ARRIVALPAY { get; set; }
public DateTime? ARRIVALTIME { get; set; }
public string SOURCE { get; set; }
public string CNAME { get; set; }
public decimal? OPENDAYS { get; set; }
public string CUSTOMERCLASSIFY { get; set; }
public decimal? SALEDEPTID { get; set; }
public string SOFTUSERNAME { get; set; }
public string CHANNEL { get; set; }
public int BOOKNUM { get; set; }
public string OPENUSER { get; set; }
public string PRODUCTCODE { get; set; }
public string BIGPRODUCTCODE { get; set; }
/// <summary>
/// 是否支付0未支付1已经支付
/// </summary>
public int ISPAYED { get; set; }
/// <summary>
/// 支付类型。1支付宝2财富通3银行转账4网银支付5微信支付6支付宝银联
/// </summary>
public int PAYTYPE { get; set; }
public string USERNAME { get; set; }
public string SIP { get; set; }
public int RISKCTRLSTATUS { get; set; }
public string APPUSERNAME { get; set; }
public string COMPANYCODE { get; set; }
/// <summary>
/// 合同状态
/// </summary>
public int CONTRACTSTATUS { get; set; }
/// <summary>
/// 合同签订时间
/// </summary>
public DateTime? CONTRACTCTIME { get; set; }
/// <summary>
/// 是否开通企业微信0未开通1已开通
/// </summary>
public int? QYWXSTATUS { get; set; }
/// <summary>
/// 开通企业微信时间
/// </summary>
public DateTime? QYWXOPENDATE { get; set; }
public string ACTIVEPRODUCTCODE { get; set; }
public string ACTIVEPRODUCTEXT { get; set; }
public int? ISTEST { get; set; }
public int? HASHGRECORD { get; set; }
public string IDCARD { get; set; }
public string OUTORDERNO { get; set; }
public DateTime? UTIME { get; set; }
public decimal? GIFTDAYS { get; set; }
public string REJECTREMARK { get; set; }
public decimal? GIFTDAYS2 { get; set; }
}
}