using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations.Schema; namespace WX.CRM.Model.Entity { public partial class RES_DISTRIBUTE { /// /// PKID /// [DisplayName("PKID")] [NotMapped] public decimal map_PKID { get { return this.PKID; } set { this.PKID = value; } } /// /// PICI /// [DisplayName("批次号")] [NotMapped] public string map_PICI { get { return this.PICI; } set { this.PICI = value; } } /// /// RESTYPEID /// [DisplayName("资源类别")] [NotMapped] public decimal? map_RESTYPEID { get { return this.RESTYPEID; } set { this.RESTYPEID = value; } } /// /// ACTIVITYID /// [DisplayName("资源活动")] [NotMapped] public decimal? map_ACTIVITYID { get { return this.ACTIVITYID; } set { this.ACTIVITYID = value; } } /// /// DISLEADER /// [DisplayName("分配人")] [NotMapped] public string map_DISLEADER { get { return this.DISLEADER; } set { this.DISLEADER = value; } } /// /// SALESREMARK /// [DisplayName("附言")] [NotMapped] public string map_SALESREMARK { get { return this.SALESREMARK; } set { this.SALESREMARK = value; } } /// /// REMARK /// [DisplayName("备注")] [NotMapped] public string map_REMARK { get { return this.REMARK; } set { this.REMARK = value; } } /// /// CREATEUSER /// [DisplayName("创建人")] [NotMapped] public decimal? map_CREATEUSER { get { return this.CREATEUSER; } set { this.CREATEUSER = value; } } /// /// CTIME /// [DisplayName("创建时间")] [NotMapped] public DateTime? map_CTIME { get { return this.CTIME; } set { this.CTIME = value; } } } public class RES_DISTRIBUTE_Extend { [NotMapped] public RES_DISTRIBUTE res_Distribute { get; set; } [NotMapped] public string ResourceTypeName { get; set; } [NotMapped] public string ActivityName { get; set; } [NotMapped] public string ResId { get; set; } [NotMapped] public decimal SALESID { get; set; } [NotMapped] public decimal? HASACTIVE { get; set; } [NotMapped] public DateTime? LASTACTIVETIME { get; set; } [NotMapped] public DateTime? LASTCALLTIME { get; set; } [NotMapped] public string CUSTOMERCATEGORY { get; set; } public decimal LOGID { get; set; } public DateTime? RECYCLETIME { get; set; } public DateTime? DisTime { get; set; } } public class RES_DISTRIBUTE_HisCount_Extend { [NotMapped] public string salesid { get; set; } public string group { get; set; } public decimal disCount { get; set; } public decimal recycleCount { get; set; } public decimal ALLCALL { get; set; } public decimal uncancall { get; set; } public decimal allcancall { get; set; } public decimal cancall { get; set; } public string htl { get; set; } public decimal memo { get; set; } public decimal jihuo { get; set; } public decimal fuwu { get; set; } public decimal weixin { get; set; } public decimal jiangjie { get; set; } public decimal yixiang { get; set; } [NotMapped] public decimal regnum { get; set; } [NotMapped] public decimal activenum { get; set; } [NotMapped] public decimal collectnum { get; set; } [NotMapped] public decimal ordernum { get; set; } [NotMapped] public string orderrate { get; set; } } public class RES_MYALLOCATERES_VIEW { public decimal ResourceTypeId { get; set; } public string ResourceTypeName { get; set; } public string ActivityName { get; set; } public string ResourceTag { get; set; } public string ResId { get; set; } public decimal? SALESID { get; set; } public DateTime? LASTACTIVETIME { get; set; } public DateTime? LASTCALLTIME { get; set; } public string CUSTOMERCATEGORY { get; set; } public decimal PKID { get; set; } public DateTime? RECYCLETIME { get; set; } public DateTime DISTIME { get; set; } public decimal DISUSERID { get; set; } public bool IsFx { get; set; } public decimal? IsBound { get; set; } } public class RES_MYALLOCATERES_Export { [DisplayName("客户ID")] public string ResId { get; set; } [DisplayName("客服")] public string UName { get; set; } [DisplayName("组别")] public string GName { get; set; } [DisplayName("资源类型")] public string ResourceTypeName { get; set; } [DisplayName("活动名称")] public string ActivityName { get; set; } [DisplayName("工单最后时间")] public DateTime? LASTACTIVETIME { get; set; } [DisplayName("录音最后时间")] public DateTime? LASTCALLTIME { get; set; } [DisplayName("回收时间")] public DateTime? RECYCLETIME { get; set; } [DisplayName("分配人")] public string DISUSERNAME { get; set; } [DisplayName("分配时间")] public DateTime DISTIME { get; set; } } public class ResMyAllocateLogQuery { public decimal? saleDeptId { get; set; } public string groupId { get; set; } public decimal? innerUserId { get; set; } public DateTime? sTime { get; set; } public DateTime? eTime { get; set; } public string resid { get; set; } public decimal? resourcetypeid { get; set; } public string resourcetag { get; set; } public string category { get; set; } public decimal? diseid { get; set; } public decimal? isrecycle { get; set; } public DateTime? r1Time { get; set; } public DateTime? r2Time { get; set; } public decimal? hasGt { get; set; } public bool? IsFirst { get; set; } } public class DisDto { public int eid { get; set; } public string mobile { get; set; } public int typeid { get; set; } public string fromtag { get; set; } } }