TG.WXCRM.V4/Model/DTO/WX_SZZYORDERDTO.cs

77 lines
3.2 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WX.CRM.Model.DTO
{
public class WX_SZZYORDERDTO
{
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; }
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 decimal? RETP { 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; }
public string STIME { get; set; }
public string ETIME { get; set; }
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 decimal? RISKCTRLSTATUS { get; set; }
public string ACTIVEPRODUCTCODE { get; set; }
public string ACTIVEPRODUCTEXT { get; set; }
public decimal? ISTEST { get; set; }
public decimal? HASHGRECORD { get; set; }
public string OUTORDERO { get; set; }
public int? GIFTDAYS { get; set; }
public int? GIFTDAYS2 { get; set; }
public string REJECTREMARK { get; set; }
public string EXTERNAL_USERID { get; set; }
public string WEWORK_REMOTEID { get; set; }
public string FUJIAN { get; set; }
public string DEPTCODE { get; set; }
public DateTime? ESTIMATEOTIME { get; set; }
public decimal? EID { get; set; }
public short ISDISMISS { get; set; }
public decimal? CreateEid { get; set; }
}
}