TG.WXCRM.V4/Model/QueryMap/AfterSaleAssignView.cs

204 lines
6.0 KiB
C#

using System;
using WX.CRM.Model.Entity;
namespace WX.CRM.Model.QueryMap
{
public class AfterSaleAssignView
{
public string RESID { get; set; }
public string CNAME { get; set; }
public decimal? INNERUSERID { get; set; }
public decimal ORDERID { get; set; }
public string SUBPRODUCTNAME { get; set; }
public decimal? FINALPAY { get; set; }
public DateTime? OTIME { get; set; }
public DateTime? CTIME { get; set; }
public decimal? SALEUSERID { get; set; }
public DateTime? ENDTIME { get; set; }
public DateTime? overtime { get; set; }
public DateTime? LastServiceTime { get; set; }
public decimal? rn { get; set; }
public string amounttypeid { get; set; }
#region
public string saleUser { get; set; }
public string saleUserGroup { get; set; }
public string saleGroup { get; set; }
public string mainTraderUser { get; set; }
public string MemoResId { get; set; }
public string operation { get; set; }
#endregion
//public string AfterSaleGroupName { get; set; }
//public decimal AfterSaleEid { get; set; }
//public string AfterSaleName { get; set; }
}
public class AfterSaleAssignView_Nanjing
{
public string RESID { get; set; }
public decimal? INNERUSERID { get; set; }
public decimal ORDERID { get; set; }
public string SUBPRODUCTNAME { get; set; }
public decimal? FINALPAY { get; set; }
public DateTime? OTIME { get; set; }
public decimal? SALEUSERID { get; set; }
public decimal? rn { get; set; }
public decimal? Memo1 { get; set; }
public decimal? Memo2 { get; set; }
public decimal? Memo3 { get; set; }
public decimal? Memo4 { get; set; }
#region
public decimal? saleGroup { get; set; }
public decimal? mainTraderUser { get; set; }
#endregion
//public string AfterSaleGroupName { get; set; }
//public decimal AfterSaleEid { get; set; }
//public string AfterSaleName { get; set; }
}
public class AfterSaleOrderView
{
public WX_SZZYORDER WxSzzyorder { get; set; }
public WX_AFTERSALES WxAftersales { get; set; }
}
public class AfterSaleServiceView
{
public decimal PKID { get; set; }
public decimal ORDERID { get; set; }
public decimal? FINALPAY { get; set; }
public string SUBPRODUCTNAME { get; set; }
public decimal? ORDERTYPE { get; set; }
public string ORDERSTATUS { get; set; }
public decimal? INNERUSERID { get; set; }
public decimal? SALERID { get; set; }
public DateTime? OTIME { get; set; }
public DateTime? ENDTIME { get; set; }
public string ORDERSTATUSNAME { get; set; }
public string CUSTOMERUSERNAME { get; set; }
public decimal? ARRIVALPAY { get; set; }
public string SOURCE { get; set; }
public string CNAME { get; set; }
public decimal rn { get; set; }
public DateTime? LastServiceTime { get; set; }
public string ResId { get; set; }
public decimal? SZZYORDERID { get; set; }
public decimal? MEMOSUBTYPEID { get; set; }
public string CustomerClassify { get; set; }
/// <summary>
/// 下单人工号
/// </summary>
public decimal? Eid { get; set; }
/// <summary>
/// 下单人姓名
/// </summary>
public string Uname { get; set; }
/// <summary>
/// 下单人分组名
/// </summary>
public string Gname { get; set; }
/// <summary>
/// 赠送时长1
/// </summary>
public decimal? GiftDays { get; set; }
/// <summary>
/// 赠送时长2
/// </summary>
public decimal? GiftDays2 { get; set; }
public DateTime? overtime { get; set; }
public DateTime? GiftTime { get; set; }
public string IsOverTime { get; set; }
public string amounttypeid { get; set; }
}
public class AfterSaleServiceView2
{
public string ID { get; set; }
public decimal EID { get; set; }
public string UNAME { get; set; }
public string RESID { get; set; }
//public string Gname { get; set; }
public string STRCONTENT { get; set; }
public string CNAME { get; set; }
public decimal ORDERID { get; set; }
public decimal? ORDERTYPE { get; set; }
public string ORDERSTATUSNAME { get; set; }
public string SUBPRODUCTNAME { get; set; }
public decimal? ARRIVALPAY { get; set; }
public DateTime? OTIME { get; set; }
public DateTime? ENDTIME { get; set; }
public DateTime? OverTime { get; set; }
public string IsOverTime { get; set; }
public DateTime CTIME { get; set; }
public DateTime? LastServiceTime { get; set; }
public decimal? INNERUSERID { get; set; }
public string REMARK { get; set; }
//public string CUSTOMERUSERNAME { get; set; }
public decimal rn { get; set; }
//public decimal? SZZYORDERID { get; set; }
//public decimal? MEMOSUBTYPEID { get; set; }
/// <summary>
/// 下单人工号
/// </summary>
//public decimal? Eid { get; set; }
//public DateTime? overtime { get; set; }
}
public class AfterSaleServiceRes
{
public string ResId { get; set; }
}
public class AfterSaleResReport
{
public decimal Eid { get; set; }
public string Name { get; set; }
public decimal CustomerAllNum { get; set; }
public decimal CustomerAllPrice { get; set; }
public decimal CustomerNum { get; set; }
public decimal CustomerPrice { get; set; }
public decimal CustomerAllNum2 { get; set; }
public decimal CustomerAllPrice2 { get; set; }
}
}