using System; using System.Collections.Generic; using System.Text; namespace DTO { #region 专家管理 public partial class ExpertDTO { public string Id { get; set; } public string Name { get; set; } public string Sex { get; set; } public string InfoSource { get; set; } public string IdCard { get; set; } public string Province { get; set; } public string AreaId { get; set; } public string City { get; set; } public string Address { get; set; } public string Postal { get; set; } public string ExpertType { get; set; } public string Level { get; set; } public string LevelName { get; set; } public string Phone1 { get; set; } public string Phone2 { get; set; } public string Qq { get; set; } public string Wechat { get; set; } public string ReviewItem { get; set; } public string ReviewItemSelect { get; set; } public string CertiNumber { get; set; } public string CertiFont { get; set; } public string CertiBack { get; set; } public string TitileCerti { get; set; } public string Remark { get; set; } public string Sort { get; set; } public string RecStatus { get; set; } public string Creater { get; set; } public DateTime Createtime { get; set; } public string Modifier { get; set; } public DateTime Modifytime { get; set; } public string TitileCerti1 { get; set; } public string ShenheStatus { get; set; } public string TitileCerti2 { get; set; } public string TitileCerti3 { get; set; } public string TitileCerti4 { get; set; } public string TitileCerti5 { get; set; } public string TitileCerti6 { get; set; } public string TitileCerti7 { get; set; } public string TitileCerti8 { get; set; } public string TitileCerti9 { get; set; } public string TitileCerti10 { get; set; } } public partial class ExpertDTOSearch : SearchEntity { public string Province { get; set; } public string City { get; set; } public string Createtime { get; set; } public string AreaId { get; set; } public string Name { get; set; } public string ExpertType { get; set; } public string ReviewItem { get; set; } public string Level { get; set; } public string CertiNumber { get; set; } public string Phone1 { get; set; } public int JoinCount { get; set; } public string ShenheStatus { get; set; } } #endregion #region 专家推广 public partial class ExpertPromoteDTO { public string Id { get; set; } public string ExpertId { get; set; } public string SN { get; set; } public string Content { get; set; } public DateTime PromoteDate { get; set; } public string Sort { get; set; } public string RecStatus { get; set; } public string Creater { get; set; } public DateTime Createtime { get; set; } public string Modifier { get; set; } public DateTime Modifytime { get; set; } } public partial class ExpertPromoteDTOSearch : SearchEntity { public string Createtime { get; set; } public string ExpertId { get; set; } public string Creater { get; set; } } #endregion #region 专家派工 public partial class ExpertOrderDipatchDTO { public string Id { get; set; } public string OrderId { get; set; } public string OrderNo { get; set; } public string ExpertId { get; set; } public string ExpertName { get; set; } public DateTime XdTime { get; set; } public string XdTimeName { get; set; } public string OrderType { get; set; } public string OrderTypeName { get; set; } public string Khdw { get; set; } public string KhdwName { get; set; } public string Shr { get; set; } public string ShrAddress { get; set; } public string ShrTel { get; set; } public decimal? Money { get; set; } public string RecStatus { get; set; } public string Creater { get; set; } public DateTime? Createtime { get; set; } public string Modifier { get; set; } public DateTime? Modifytime { get; set; } public string sort { get; set; } } public partial class ExpertOrderDipatchDTOSearch : SearchEntity { public string Createtime { get; set; } public string ExpertId { get; set; } public string Creater { get; set; } public string Ywjl { get; set; } public string Khlx { get; set; } public string OrderType { get; set; } public string OrderNo { get; set; } public string XdTime { get; set; } public string KhdwName { get; set; } public int isDispatch { get; set; } } #endregion }