| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635 |
- using System;
- namespace CallCenterApi.Model
- {
- /// <summary>
- /// T_Bus_WorkOrder:实体类(属性说明自动提取数据库字段的描述信息)
- /// </summary>
- [Serializable]
- public partial class T_Bus_WorkOrder
- {
- public T_Bus_WorkOrder()
- { }
- #region Model
- private int _f_id;
- private string _f_workorderid;
- private string _f_cusphone;
- private string _f_cusname;
- private int? _f_type;
- private string _f_content;
- private string _f_file;
- private int? _f_source;
- private string _f_productname;
- private string _f_productdate;
- private string _f_producttype;
- private string _f_batchnumber;
- private string _f_area;
- private int? _f_state;
- private string _f_returnnote;
- private int? _f_callrecordid;
- private int? _f_leaverecordid;
- private string _f_callid;
- private string _f_remark;
- private int? _f_dealtype;
- private int? _f_dealstate;
- private decimal? _f_dealcost;
- private long? _f_dealseconds;
- private string _f_dealresult;
- private string _f_dealdes;
- private string _f_dealfile;
- private string _f_dealtimely;
- private string _f_dealuser;
- private DateTime? _f_dealtime;
- private DateTime? _f_transfertime;
- private DateTime? _f_receiving;
- private string _f_createuser;
- private DateTime? _f_createtime;
- private int? _f_isdelete;
- private string _f_deleteuser;
- private DateTime? _f_deletetime;
- private string _f_office;
- private int? _f_serialnumber = 0;
- private string _f_specifications;
- private string _f_manufacturer;
- private string _f_problemcode;
- private string _f_qualityproblem;
- private string _f_notifications;
- private string _f_receivingperson;
- private string _f_implementationsituation;
- private int? _f_duplicate = 0;
- private string _f_address;
- private int _f_largeareaid;
- private int _f_officeid;
- private int _f_distribution;
- private string _f_reason;
- private int _f_isreduction;
- private string _f_remissionremarks;
- private string _f_productiontime;
- private string _f_company;
- private string _f_samplingtype;
- private string _f_salesroom;
- private string _f_samplingproducts;
- private string _f_factories;
- private string _f_datecheck;
- private int? _f_isassignment;
- private DateTime? _f_tobeallocatedtime;
- private DateTime? _f_assignmentttime;
- private DateTime? _f_pendingtime;
- private DateTime? _f_processingtime;
- /// <summary>
- ///待分派时间
- /// </summary>
- public DateTime? F_TobeallocatedTime
- {
- set { _f_tobeallocatedtime = value; }
- get { return _f_tobeallocatedtime; }
- }
- /// <summary>
- /// 分派时间
- /// </summary>
- public DateTime? F_AssignmenttIime
- {
- set { _f_assignmentttime = value; }
- get { return _f_assignmentttime; }
- }
- /// <summary>
- ///待处理时间
- /// </summary>
- public DateTime? F_PendingTime
- {
- set { _f_pendingtime = value; }
- get { return _f_pendingtime; }
- }
- /// <summary>
- ///处理中时间
- /// </summary>
- public DateTime? F_ProcessingTime
- {
- set { _f_processingtime = value; }
- get { return _f_processingtime; }
- }
- /// <summary>
- /// 涉及工厂
- /// </summary>
- public string F_Factories
- {
- set { _f_factories = value; }
- get { return _f_factories; }
- }
- /// <summary>
- /// 抽检产品
- /// </summary>
- public string F_Samplingproducts
- {
- set { _f_samplingproducts = value; }
- get { return _f_samplingproducts; }
- }
- /// <summary>
- /// 抽样客户/门店
- /// </summary>
- public string F_Salesroom
- {
- set { _f_salesroom = value; }
- get { return _f_salesroom; }
- }
- /// <summary>
- /// 抽检日期
- /// </summary>
- public string F_Datecheck
- {
- set { _f_datecheck = value; }
- get { return _f_datecheck; }
- }
-
- /// <summary>
- /// 抽检类型
- /// </summary>
- public string F_Samplingtype
- {
- set { _f_samplingtype = value; }
- get { return _f_samplingtype; }
- }
- /// <summary>
- /// 抽检单位
- /// </summary>
- public string F_Company
- {
- set { _f_company = value; }
- get { return _f_company; }
- }
- /// <summary>
- /// 生产时间
- /// </summary>
- public string F_Productiontime
- {
- set { _f_productiontime = value; }
- get { return _f_productiontime; }
- }
- /// <summary>
- /// 减免备注
- /// </summary>
- public string F_RemissionRemarks
- {
- set { _f_remissionremarks = value; }
- get { return _f_remissionremarks; }
- }
- /// <summary>
- /// 是否减免0否1是
- /// </summary>
- public int F_IsReduction
- {
- set { _f_isreduction = value; }
- get { return _f_isreduction; }
- }
- /// <summary>
- ///
- /// </summary>
- public int F_Id
- {
- set { _f_id = value; }
- get { return _f_id; }
- }
- /// <summary>
- /// 转派分销组id
- /// </summary>
- public int F_Distribution
- {
- set { _f_distribution = value; }
- get { return _f_distribution; }
- }
- /// <summary>
- /// 重要级别原因
- /// </summary>
- public string F_Reason
- {
- set { _f_reason = value; }
- get { return _f_reason; }
- }
- /// <summary>
- /// 转派大区id
- /// </summary>
- public int F_Largeareaid
- {
- set { _f_largeareaid = value; }
- get { return _f_largeareaid; }
- }
- /// <summary>
- /// 转派办事处id
- /// </summary>
- public int F_Officeid
- {
- set { _f_officeid = value; }
- get { return _f_officeid; }
- }
- /// <summary>
- /// 工单编号
- /// </summary>
- public string F_WorkOrderId
- {
- set { _f_workorderid = value; }
- get { return _f_workorderid; }
- }
- /// <summary>
- /// 大区
- /// </summary>
- public string F_Area
- {
- set { _f_area = value; }
- get { return _f_area; }
- }
- /// <summary>
- /// 办事处
- /// </summary>
- public string F_Office
- {
- set { _f_office = value; }
- get { return _f_office; }
- }
- /// <summary>
- /// 投诉时间
- /// </summary>
- public DateTime? F_CreateTime
- {
- set { _f_createtime = value; }
- get { return _f_createtime; }
- }
- /// <summary>
- /// 序号
- /// </summary>
- public int? F_SerialNumber
- {
- set { _f_serialnumber = value; }
- get { return _f_serialnumber; }
- }
- /// <summary>
- /// 姓名
- /// </summary>
- public string F_CusName
- {
- set { _f_cusname = value; }
- get { return _f_cusname; }
- }
- /// <summary>
- /// 地址
- /// </summary>
- public string F_AddRess
- {
- set { _f_address = value; }
- get { return _f_address; }
- }
-
- /// <summary>
- /// 联系电话
- /// </summary>
- public string F_CusPhone
- {
- set { _f_cusphone = value; }
- get { return _f_cusphone; }
- }
- /// <summary>
- /// 产品代码
- /// </summary>
- public string F_ProductType
- {
- set { _f_producttype = value; }
- get { return _f_producttype; }
- }
- /// <summary>
- /// 产品名称
- /// </summary>
- public string F_ProductName
- {
- set { _f_productname = value; }
- get { return _f_productname; }
- }
- /// <summary>
- /// 规格
- /// </summary>
- public string F_Specifications
- {
- set { _f_specifications = value; }
- get { return _f_specifications; }
- }
- /// <summary>
- /// 生产日期
- /// </summary>
- public string F_ProductDate
- {
- set { _f_productdate = value; }
- get { return _f_productdate; }
- }
- /// <summary>
- /// 产品编码
- /// </summary>
- public string F_BatchNumber
- {
- set { _f_batchnumber = value; }
- get { return _f_batchnumber; }
- }
- /// <summary>
- /// 生产厂家
- /// </summary>
- public string F_Manufacturer
- {
- set { _f_manufacturer = value; }
- get { return _f_manufacturer; }
- }
- /// <summary>
- /// 问题代码
- /// </summary>
- public string F_ProblemCode
- {
- set { _f_problemcode = value; }
- get { return _f_problemcode; }
- }
- /// <summary>
- /// 质量问题
- /// </summary>
- public string F_QualityProblem
- {
- set { _f_qualityproblem = value; }
- get { return _f_qualityproblem; }
- }
- /// <summary>
- /// 通知人
- /// </summary>
- public string F_Notifications
- {
- set { _f_notifications = value; }
- get { return _f_notifications; }
- }
- /// <summary>
- /// 接听人
- /// </summary>
- public string F_ReceivingPerson
- {
- set { _f_receivingperson = value; }
- get { return _f_receivingperson; }
- }
- /// <summary>
- /// 落实情况
- /// </summary>
- public string F_ImplementationSituation
- {
- set { _f_implementationsituation = value; }
- get { return _f_implementationsituation; }
- }
- /// <summary>
- /// 处理进度
- /// </summary>
- public int? F_State
- {
- set { _f_state = value; }
- get { return _f_state; }
- }
- /// <summary>
- /// 退回说明
- /// </summary>
- public string F_Returnnote
- {
- set { _f_returnnote = value; }
- get { return _f_returnnote; }
- }
- /// <summary>
- /// 工单类别
- /// </summary>
- public int? F_Type
- {
- set { _f_type = value; }
- get { return _f_type; }
- }
- /// <summary>
- /// 重复工单
- /// </summary>
- public int? F_Duplicate
- {
- set { _f_duplicate = value; }
- get { return _f_duplicate; }
- }
-
- /// <summary>
- /// 事件描述
- /// </summary>
- public string F_Content
- {
- set { _f_content = value; }
- get { return _f_content; }
- }
- /// <summary>
- /// 附件Id
- /// </summary>
- public string F_File
- {
- set { _f_file = value; }
- get { return _f_file; }
- }
- /// <summary>
- /// 来源
- /// </summary>
- public int? F_Source
- {
- set { _f_source = value; }
- get { return _f_source; }
- }
- /// <summary>
- /// 通话记录id
- /// </summary>
- public int? F_CallRecordId
- {
- set { _f_callrecordid = value; }
- get { return _f_callrecordid; }
- }
- /// <summary>
- /// 留言记录id
- /// </summary>
- public int? F_LeaveRecordId
- {
- set { _f_leaverecordid = value; }
- get { return _f_leaverecordid; }
- }
- /// <summary>
- /// callid
- /// </summary>
- public string F_CallId
- {
- set { _f_callid = value; }
- get { return _f_callid; }
- }
- /// <summary>
- /// 备注信息
- /// </summary>
- public string F_Remark
- {
- set { _f_remark = value; }
- get { return _f_remark; }
- }
- /// <summary>
- /// 处理类型1催单
- /// </summary>
- public int? F_DealType
- {
- set { _f_dealtype = value; }
- get { return _f_dealtype; }
- }
- /// <summary>
- /// 处理状态
- /// </summary>
- public int? F_DealState
- {
- set { _f_dealstate = value; }
- get { return _f_dealstate; }
- }
- /// <summary>
- /// 处理费用
- /// </summary>
- public decimal? F_DealCost
- {
- set { _f_dealcost = value; }
- get { return _f_dealcost; }
- }
- /// <summary>
- /// 处理时间(秒)
- /// </summary>
- public long? F_DealSeconds
- {
- set { _f_dealseconds = value; }
- get { return _f_dealseconds; }
- }
- /// <summary>
- /// 处理结果
- /// </summary>
- public string F_DealResult
- {
- set { _f_dealresult = value; }
- get { return _f_dealresult; }
- }
- /// <summary>
- /// 处理进展详述
- /// </summary>
- public string F_DealDes
- {
- set { _f_dealdes = value; }
- get { return _f_dealdes; }
- }
- /// <summary>
- /// 处理附件id
- /// </summary>
- public string F_DealFile
- {
- set { _f_dealfile = value; }
- get { return _f_dealfile; }
- }
- /// <summary>
- /// 重要级别1红色2绿色3普通
- /// </summary>
- public string F_DealTimely
- {
- set { _f_dealtimely = value; }
- get { return _f_dealtimely; }
- }
- /// <summary>
- /// 处理人
- /// </summary>
- public string F_DealUser
- {
- set { _f_dealuser = value; }
- get { return _f_dealuser; }
- }
- /// <summary>
- /// 处理时间
- /// </summary>
- public DateTime? F_DealTime
- {
- set { _f_dealtime = value; }
- get { return _f_dealtime; }
- }
- /// <summary>
- /// 转派时间
- /// </summary>
- public DateTime? F_TransferTime
- {
- set { _f_transfertime = value; }
- get { return _f_transfertime; }
- }
- public int? F_ISAssignment
- {
- set { _f_isassignment = value; }
- get { return _f_isassignment; }
- }
- /// <summary>
- /// 接单时间
- /// </summary>
- public DateTime ? F_Receiving
- {
- set { _f_receiving = value; }
- get { return _f_receiving; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- public string F_CreateUser
- {
- set { _f_createuser = value; }
- get { return _f_createuser; }
- }
-
- /// <summary>
- /// 是否删除(1是0否)
- /// </summary>
- public int? F_IsDelete
- {
- set { _f_isdelete = value; }
- get { return _f_isdelete; }
- }
- /// <summary>
- /// 删除人
- /// </summary>
- public string F_DeleteUser
- {
- set { _f_deleteuser = value; }
- get { return _f_deleteuser; }
- }
- /// <summary>
- /// 删除时间
- /// </summary>
- public DateTime? F_DeleteTime
- {
- set { _f_deletetime = value; }
- get { return _f_deletetime; }
- }
- public DateTime? F_RepeatCreateTime { get; set; }
- /// <summary>
- /// 产品类型
- /// </summary>
- public string F_ProductTypes { set; get; }
- /// <summary>
- /// 投诉类型
- /// </summary>
- public string F_ComplaintType { set; get; }
- /// <summary>
- /// 审核情况1通过2拒绝
- /// </summary>
- public int ? F_ReviewStatus { set; get; }
- /// <summary>
- /// 审核备注
- /// </summary>
- public string F_ReviewNotes { set; get; }
- public DateTime? F_AuditTime { set; get; }
- /// <summary>
- /// 是否二次处理
- /// </summary>
- public int? F_IsQuadratic { set; get; }
- #endregion Model
- }
- }
|