| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- namespace CallCenterApi.Model
- {
- /// <summary>
- /// 工单管理表
- /// </summary>
- [Serializable]
- public partial class T_Wo_WorkOrder
- {
- public T_Wo_WorkOrder()
- { }
- #region Model
- private int _f_id;
- private string _f_workordercode;
- private string _f_callid;
- private string _f_source;
- private string _f_type;
- private string _f_incidentprovince;
- private string _f_incidentcity;
- private string _f_incidentcountry;
- private string _f_incidenttownship;
- private string _f_incidentdetailed;
- private string _f_salesbase;
- private string _f_description;
- private string _f_files;
- private string _f_dealtype;
- private string _f_customerid;
- private string _f_materialid;
- private string _f_questiontype;
- private string _f_batchnumber;
- private string _f_ts_formula;
- private string _f_ts_category;
- private string _f_ts_quantity;
- private string _f_ts_level;
- private string _f_zx_proname;
- private string _f_zx_quantity;
- private string _f_zx_area;
- private string _f_zx_branch;
- private DateTime? _f_cj_time;
- private string _f_cj_level;
- private string _f_cj_unit;
- private string _f_cj_testunit;
- private string _f_cj_tonnage;
- private string _f_cj_bagno;
- private string _f_cj_outlay;
- private int? _f_state;
- private string _f_sc_productbase;
- private string _f_sc_preliminaryopinion;
- private string _f_sc_qualitymonth;
- private string _f_sc_cj_spotresult;
- private string _f_sc_cj_selfresult;
- private string _f_sc_cj_approvalno;
- private string _f_sc_cj_returnaccount;
- private string _f_zl_qualityeventlevel;
- private string _f_zl_claimamount;
- private string _f_zl_responsibleunit;
- private string _f_zl_approvalopinions;
- private string _f_zl_approvaldisagree;
- private string _f_zl_compensationmethod;
- private string _f_zl_compensationmoney;
- private string _f_zl_cresponsibleunits;
- private string _f_zl_fquantity;
- private string _f_zl_improvementrequirements;
- private string _f_zl_capprovalno;
- private string _f_zl_cj_isrecord;
- private int? _f_isaudit;
- private int? _f_auditstate;
- private string _f_auditby;
- private DateTime? _f_auditon;
- private string _f_auditcont;
- private int? _f_isover;
- private string _f_dealby;
- private DateTime? _f_dealtime;
- private string _f_dealcontent;
- private string _f_dealresult;
- private string _f_dealreasons;
- private int? _f_isvisit;
- private DateTime? _f_visiton;
- private string _f_visitby;
- private string _f_visitresult;
- private string _f_visitreason;
- private string _f_createby;
- private DateTime? _f_createon;
- private int? _f_updatecount;
- private string _f_updateby;
- private DateTime? _f_updateon;
- private int? _f_isdelete;
- private string _f_deleteby;
- private DateTime? _f_deleteon;
- private string _f_cusphone;
- private string _f_cusname;
- private string _f_companyname;
- private string _f_wxopenid;
- private string _f_callresults;
- private string _f_highopinions;
- private int _f_limit;
- private string _f_reasontimeout_;
- private string _f_canal;
- private int _f_smsreply;
- private string _f_sid;
- private string _f_visitremarks;
- private string _f_brand;
- private string _f_annotation;
- private string _f_production;
- private string _f_crops;
- private string _f_carnumber;
- private decimal? _f_loadingfee;
- private decimal? _f_unloadingfee;
- private decimal? _f_materialfee;
- private string _f_formula;
- private decimal? _f_returnquantity;
- private string _f_eventreason;
- private string _f_mailingnumber;
- private string _f_expressname;
- private string _f_dealcontent2;
- private int? _f_state2;
- private string _f_annotation2;
- private int? _f_visitresultscore;
- private int? _f_effectivescore;
- private int? _f_serviceattitude;
- private int? _f_productquality;
- private int? _f_nps;
- private decimal? _f_evaluationresult;
- private string _f_workmanship;
- private string _f_manufacturers;
- private int? _f_productionnum;
- public string F_Annotation
- {
- set { _f_annotation = value; }
- get { return _f_annotation; }
- }
- public string F_Brand
- {
- set { _f_brand = value; }
- get { return _f_brand; }
- }
- /// <summary>
- /// 回访备注
- /// </summary>
- public string F_VisitRemarks
- {
- set { _f_visitremarks = value; }
- get { return _f_visitremarks; }
- }
- /// <summary>
- /// 短信回复
- /// </summary>
- public string F_Sid
- {
- set { _f_sid = value; }
- get { return _f_sid; }
- }
- /// <summary>
- /// 短信回复
- /// </summary>
- public int F_SMSReply
- {
- set { _f_smsreply = value; }
- get { return _f_smsreply; }
- }
- /// <summary>
- /// 渠道类型
- /// </summary>
- public string F_Canal
- {
- set { _f_canal = value; }
- get { return _f_canal; }
- }
- /// <summary>
- /// 超时时限
- /// </summary>
- public int F_limit
- {
- set { _f_limit = value; }
- get { return _f_limit; }
- }
- /// <summary>
- /// 超时原因
- /// </summary>
- public string F_Reasontimeout
- {
- set { _f_reasontimeout_ = value; }
- get { return _f_reasontimeout_; }
- }
- /// <summary>
- /// 高层处理意见
- /// </summary>
- public string F_Highopinions
- {
- set { _f_highopinions = value; }
- get { return _f_highopinions; }
- }
- /// <summary>
- /// 呼叫结果
- /// </summary>
- public string F_Callresults
- {
- set { _f_callresults = value; }
- get { return _f_callresults; }
- }
- /// <summary>
- /// 微信OpenId
- /// </summary>
- public string F_WxOpenId
- {
- set { _f_wxopenid = value; }
- get { return _f_wxopenid; }
- }
- /// <summary>
- /// 工单ID
- /// </summary>
- public int F_ID
- {
- set { _f_id = value; }
- get { return _f_id; }
- }
- /// <summary>
- /// 工单编号
- /// </summary>
- public string F_WorkOrderCode
- {
- set { _f_workordercode = value; }
- get { return _f_workordercode; }
- }
- /// <summary>
- /// 客户姓名
- /// </summary>
- public string F_CusName
- {
- set { _f_cusname = value; }
- get { return _f_cusname; }
- }
- /// <summary>
- /// 客户电话
- /// </summary>
- public string F_CusPhone
- {
- set { _f_cusphone = value; }
- get { return _f_cusphone; }
- }
- /// <summary>
- /// 公司名称
- /// </summary>
- public string F_CompanyName
- {
- set { _f_companyname = value; }
- get { return _f_companyname; }
- }
- /// <summary>
- /// 通话记录ID
- /// </summary>
- public string F_CallID
- {
- set { _f_callid = value; }
- get { return _f_callid; }
- }
- /// <summary>
- /// 工单来源:电话、微信业务员、微信客户、官网
- /// </summary>
- public string F_Source
- {
- set { _f_source = value; }
- get { return _f_source; }
- }
- /// <summary>
- /// 工单类型:咨询及需求、投诉、抽检、其他
- /// </summary>
- public string F_Type
- {
- set { _f_type = value; }
- get { return _f_type; }
- }
- /// <summary>
- /// 事发地-省
- /// </summary>
- public string F_IncidentProvince
- {
- set { _f_incidentprovince = value; }
- get { return _f_incidentprovince; }
- }
- /// <summary>
- /// 事发地-市
- /// </summary>
- public string F_IncidentCity
- {
- set { _f_incidentcity = value; }
- get { return _f_incidentcity; }
- }
- /// <summary>
- /// 事发地-县
- /// </summary>
- public string F_IncidentCountry
- {
- set { _f_incidentcountry = value; }
- get { return _f_incidentcountry; }
- }
- /// <summary>
- /// 事发地-乡
- /// </summary>
- public string F_IncidentTownship
- {
- set { _f_incidenttownship = value; }
- get { return _f_incidenttownship; }
- }
- /// <summary>
- /// 事发地-详细
- /// </summary>
- public string F_IncidentDetailed
- {
- set { _f_incidentdetailed = value; }
- get { return _f_incidentdetailed; }
- }
- /// <summary>
- /// 销售基地:新乡、新疆、九江、东北、其他
- /// </summary>
- public string F_SalesBase
- {
- set { _f_salesbase = value; }
- get { return _f_salesbase; }
- }
- /// <summary>
- /// 问题描述
- /// </summary>
- public string F_Description
- {
- set { _f_description = value; }
- get { return _f_description; }
- }
- /// <summary>
- /// 附件上传ids
- /// </summary>
- public string F_Files
- {
- set { _f_files = value; }
- get { return _f_files; }
- }
- /// <summary>
- /// 处理方式:当即办理、电话转接、网络转办
- /// </summary>
- public string F_DealType
- {
- set { _f_dealtype = value; }
- get { return _f_dealtype; }
- }
- /// <summary>
- /// 客户id
- /// </summary>
- public string F_CustomerID
- {
- set { _f_customerid = value; }
- get { return _f_customerid; }
- }
- /// <summary>
- /// 物料id
- /// </summary>
- public string F_MaterialID
- {
- set { _f_materialid = value; }
- get { return _f_materialid; }
- }
- /// <summary>
- /// 问题类别
- /// </summary>
- public string F_QuestionType
- {
- set { _f_questiontype = value; }
- get { return _f_questiontype; }
- }
- /// <summary>
- /// 生产批次号
- /// </summary>
- public string F_BatchNumber
- {
- set { _f_batchnumber = value; }
- get { return _f_batchnumber; }
- }
- /// <summary>
- /// 投诉-配方
- /// </summary>
- public string F_TS_Formula
- {
- set { _f_ts_formula = value; }
- get { return _f_ts_formula; }
- }
- /// <summary>
- /// 投诉-产品种类:化肥、化工、其他
- /// </summary>
- public string F_TS_Category
- {
- set { _f_ts_category = value; }
- get { return _f_ts_category; }
- }
- /// <summary>
- /// 投诉-问题数量(吨)
- /// </summary>
- public string F_TS_Quantity
- {
- set { _f_ts_quantity = value; }
- get { return _f_ts_quantity; }
- }
- /// <summary>
- /// 投诉-重要级别:轻微、一般、较大、重大
- /// </summary>
- public string F_TS_Level
- {
- set { _f_ts_level = value; }
- get { return _f_ts_level; }
- }
- /// <summary>
- /// 咨询-产品名称:三聚氰胺、甲醇、液氨、二甲醚、糠醇、其他
- /// </summary>
- public string F_ZX_ProName
- {
- set { _f_zx_proname = value; }
- get { return _f_zx_proname; }
- }
- /// <summary>
- /// 咨询-问题数量
- /// </summary>
- public string F_ZX_Quantity
- {
- set { _f_zx_quantity = value; }
- get { return _f_zx_quantity; }
- }
- /// <summary>
- /// 咨询-大区
- /// </summary>
- public string F_ZX_Area
- {
- set { _f_zx_area = value; }
- get { return _f_zx_area; }
- }
- /// <summary>
- /// 咨询-分公司
- /// </summary>
- public string F_ZX_Branch
- {
- set { _f_zx_branch = value; }
- get { return _f_zx_branch; }
- }
- /// <summary>
- /// 抽检-抽检时间
- /// </summary>
- public DateTime? F_CJ_Time
- {
- set { _f_cj_time = value; }
- get { return _f_cj_time; }
- }
- /// <summary>
- /// 抽检-抽检级别:乡镇级、县级、市级、省级及以上、个人送检
- /// </summary>
- public string F_CJ_Level
- {
- set { _f_cj_level = value; }
- get { return _f_cj_level; }
- }
- /// <summary>
- /// 抽检-抽检单位:市场监督、农业部、土肥站、工商、联合执法、其他
- /// </summary>
- public string F_CJ_Unit
- {
- set { _f_cj_unit = value; }
- get { return _f_cj_unit; }
- }
- /// <summary>
- /// 抽检-化验单位
- /// </summary>
- public string F_CJ_TestUnit
- {
- set { _f_cj_testunit = value; }
- get { return _f_cj_testunit; }
- }
- /// <summary>
- /// 抽检-抽检吨数
- /// </summary>
- public string F_CJ_Tonnage
- {
- set { _f_cj_tonnage = value; }
- get { return _f_cj_tonnage; }
- }
- /// <summary>
- /// 抽检-抽检袋数
- /// </summary>
- public string F_CJ_BagNo
- {
- set { _f_cj_bagno = value; }
- get { return _f_cj_bagno; }
- }
- /// <summary>
- /// 抽检-公关费用金额:单位元
- /// </summary>
- public string F_CJ_Outlay
- {
- set { _f_cj_outlay = value; }
- get { return _f_cj_outlay; }
- }
- /// <summary>
- /// 工单状态
- /// </summary>
- public int? F_State
- {
- set { _f_state = value; }
- get { return _f_state; }
- }
- /// <summary>
- /// 市场管理科-生产基地(新乡、新疆、九江、东北、贴牌、无法确定)
- /// </summary>
- public string F_SC_ProductBase
- {
- set { _f_sc_productbase = value; }
- get { return _f_sc_productbase; }
- }
- /// <summary>
- /// 市场管理科-初审意见:退货、换货、补偿、自行处理
- /// </summary>
- public string F_SC_PreliminaryOpinion
- {
- set { _f_sc_preliminaryopinion = value; }
- get { return _f_sc_preliminaryopinion; }
- }
- /// <summary>
- /// 市场管理科-超出质保期限(算法:工单创建日期-生产日期,生产日期根据生产批次号获取,单位:月)
- /// </summary>
- public string F_SC_QualityMonth
- {
- set { _f_sc_qualitymonth = value; }
- get { return _f_sc_qualitymonth; }
- }
- /// <summary>
- /// 市场管理科-抽检-抽检结果(视同合格、合格、不合格、复检后合格、未送检)
- /// </summary>
- public string F_SC_CJ_SpotResult
- {
- set { _f_sc_cj_spotresult = value; }
- get { return _f_sc_cj_spotresult; }
- }
- /// <summary>
- /// 市场管理科-抽检-自检结果
- /// </summary>
- public string F_SC_CJ_SelfResult
- {
- set { _f_sc_cj_selfresult = value; }
- get { return _f_sc_cj_selfresult; }
- }
- /// <summary>
- /// 市场管理科-抽检-对应审批工作流单号
- /// </summary>
- public string F_SC_CJ_ApprovalNo
- {
- set { _f_sc_cj_approvalno = value; }
- get { return _f_sc_cj_approvalno; }
- }
- /// <summary>
- /// 市场管理科-抽检-确认返账金额(元)
- /// </summary>
- public string F_SC_CJ_ReturnAccount
- {
- set { _f_sc_cj_returnaccount = value; }
- get { return _f_sc_cj_returnaccount; }
- }
- /// <summary>
- /// 质量管理科-质量事件等级(未遂、一般、较大、重大)
- /// </summary>
- public string F_ZL_QualityEventLevel
- {
- set { _f_zl_qualityeventlevel = value; }
- get { return _f_zl_qualityeventlevel; }
- }
- /// <summary>
- /// 质量管理科-索赔金额(单位元,对应责任单位)
- /// </summary>
- public string F_ZL_ClaimAmount
- {
- set { _f_zl_claimamount = value; }
- get { return _f_zl_claimamount; }
- }
- /// <summary>
- /// 质量管理科-责任单位(需列出,可选多个)
- /// </summary>
- public string F_ZL_ResponsibleUnit
- {
- set { _f_zl_responsibleunit = value; }
- get { return _f_zl_responsibleunit; }
- }
- /// <summary>
- /// 质量管理科-审批意见(同意、不同意,若选择不同意,增加输入框输入补充内容)
- /// </summary>
- public string F_ZL_ApprovalOpinions
- {
- set { _f_zl_approvalopinions = value; }
- get { return _f_zl_approvalopinions; }
- }
- /// <summary>
- /// 质量管理科-审批不同意意见
- /// </summary>
- public string F_ZL_ApprovalDisagree
- {
- set { _f_zl_approvaldisagree = value; }
- get { return _f_zl_approvaldisagree; }
- }
- /// <summary>
- /// 质量管理科-补偿方式(实物、钱款【单位元】,若选择钱款,增加输入框输入补充内容)
- /// </summary>
- public string F_ZL_CompensationMethod
- {
- set { _f_zl_compensationmethod = value; }
- get { return _f_zl_compensationmethod; }
- }
- /// <summary>
- /// 质量管理科-补偿钱款
- /// </summary>
- public string F_ZL_CompensationMoney
- {
- set { _f_zl_compensationmoney = value; }
- get { return _f_zl_compensationmoney; }
- }
- /// <summary>
- /// 质量管理科-对应责任单位(生产、研发、农化、物流、质量管理科,销售内勤)
- /// </summary>
- public string F_ZL_CResponsibleUnits
- {
- set { _f_zl_cresponsibleunits = value; }
- get { return _f_zl_cresponsibleunits; }
- }
- /// <summary>
- /// 质量管理科-确认实收数量(吨)
- /// </summary>
- public string F_ZL_Fquantity
- {
- set { _f_zl_fquantity = value; }
- get { return _f_zl_fquantity; }
- }
- /// <summary>
- /// 质量管理科-改进要求
- /// </summary>
- public string F_ZL_ImprovementRequirements
- {
- set { _f_zl_improvementrequirements = value; }
- get { return _f_zl_improvementrequirements; }
- }
- /// <summary>
- /// 质量管理科-对应审批工作流单号
- /// </summary>
- public string F_ZL_CApprovalNo
- {
- set { _f_zl_capprovalno = value; }
- get { return _f_zl_capprovalno; }
- }
- /// <summary>
- /// 质量管理科-抽检-未备案、已备案
- /// </summary>
- public string F_ZL_CJ_IsRecord
- {
- set { _f_zl_cj_isrecord = value; }
- get { return _f_zl_cj_isrecord; }
- }
- /// <summary>
- /// 是否审核
- /// </summary>
- public int? F_IsAudit
- {
- set { _f_isaudit = value; }
- get { return _f_isaudit; }
- }
- /// <summary>
- /// 审核状态
- /// </summary>
- public int? F_AuditState
- {
- set { _f_auditstate = value; }
- get { return _f_auditstate; }
- }
- /// <summary>
- /// 审核人
- /// </summary>
- public string F_AuditBy
- {
- set { _f_auditby = value; }
- get { return _f_auditby; }
- }
- /// <summary>
- /// 审核时间
- /// </summary>
- public DateTime? F_AuditOn
- {
- set { _f_auditon = value; }
- get { return _f_auditon; }
- }
- /// <summary>
- /// 审核内容
- /// </summary>
- public string F_AuditCont
- {
- set { _f_auditcont = value; }
- get { return _f_auditcont; }
- }
- /// <summary>
- /// 是否超时 0 未超时,1外线超时,2内线超时,3内外线都超时
- /// </summary>
- public int? F_IsOver
- {
- set { _f_isover = value; }
- get { return _f_isover; }
- }
- /// <summary>
- /// 处理人
- /// </summary>
- public string F_DealBy
- {
- set { _f_dealby = value; }
- get { return _f_dealby; }
- }
- /// <summary>
- /// 处理时间
- /// </summary>
- public DateTime? F_DealTime
- {
- set { _f_dealtime = value; }
- get { return _f_dealtime; }
- }
- /// <summary>
- /// 处理内容
- /// </summary>
- public string F_DealContent
- {
- set { _f_dealcontent = value; }
- get { return _f_dealcontent; }
- }
- /// <summary>
- /// 处理结果:已处理,未处理
- /// </summary>
- public string F_DealResult
- {
- set { _f_dealresult = value; }
- get { return _f_dealresult; }
- }
- /// <summary>
- /// 未处理原因:资金、技术、人员、其他(若选其他,则手输)
- /// </summary>
- public string F_DealReasons
- {
- set { _f_dealreasons = value; }
- get { return _f_dealreasons; }
- }
- /// <summary>
- /// 是否建议回访(是,否)此项若选是,则流转到客服-待回访工单,若选否,则流转至客服待完结工单
- /// </summary>
- public int? F_IsVisit
- {
- set { _f_isvisit = value; }
- get { return _f_isvisit; }
- }
- /// <summary>
- /// 回访时间
- /// </summary>
- public DateTime? F_VisitOn
- {
- set { _f_visiton = value; }
- get { return _f_visiton; }
- }
- /// <summary>
- /// 回访人
- /// </summary>
- public string F_VisitBy
- {
- set { _f_visitby = value; }
- get { return _f_visitby; }
- }
- /// <summary>
- /// 回访结果:非常满意、满意、一般、不满意
- /// </summary>
- public string F_VisitResult
- {
- set { _f_visitresult = value; }
- get { return _f_visitresult; }
- }
- /// <summary>
- /// 回访不满意原因
- /// </summary>
- public string F_VisitReason
- {
- set { _f_visitreason = value; }
- get { return _f_visitreason; }
- }
- /// <summary>
- /// 添加人工号
- /// </summary>
- public string F_CreateBy
- {
- set { _f_createby = value; }
- get { return _f_createby; }
- }
-
- /// <summary>
- /// 添加时间
- /// </summary>
- public DateTime? F_CreateOn
- {
- set { _f_createon = value; }
- get { return _f_createon; }
- }
- /// <summary>
- /// 修改次数
- /// </summary>
- public int? F_UpdateCount
- {
- set { _f_updatecount = value; }
- get { return _f_updatecount; }
- }
- /// <summary>
- /// 修改人工号
- /// </summary>
- public string F_UpdateBy
- {
- set { _f_updateby = value; }
- get { return _f_updateby; }
- }
- /// <summary>
- /// 修改时间
- /// </summary>
- public DateTime? F_UpdateOn
- {
- set { _f_updateon = value; }
- get { return _f_updateon; }
- }
- /// <summary>
- /// 是否删除:0否,1是
- /// </summary>
- public int? F_IsDelete
- {
- set { _f_isdelete = value; }
- get { return _f_isdelete; }
- }
- /// <summary>
- /// 删除人工号
- /// </summary>
- public string F_DeleteBy
- {
- set { _f_deleteby = value; }
- get { return _f_deleteby; }
- }
- /// <summary>
- /// 删除时间
- /// </summary>
- public DateTime? F_DeleteOn
- {
- set { _f_deleteon = value; }
- get { return _f_deleteon; }
- }
- /// <summary>
- /// 生产单位
- /// </summary>
- public string F_Production
- {
- set { _f_production = value; }
- get { return _f_production; }
- }
- /// <summary>
- /// 投诉- 肥效类增加作物字段
- /// </summary>
- public string F_Crops
- {
- set { _f_crops = value; }
- get { return _f_crops; }
- }
- /// <summary>
- /// 车牌号
- /// </summary>
- public string F_CarNumber
- {
- set { _f_carnumber = value; }
- get { return _f_carnumber; }
- }
- /// <summary>
- /// 装车费
- /// </summary>
- public decimal? F_LoadingFee
- {
- set { _f_loadingfee = value; }
- get { return _f_loadingfee; }
- }
- /// <summary>
- /// 卸车费
- /// </summary>
- public decimal? F_UnLoadingFee
- {
- set { _f_unloadingfee = value; }
- get { return _f_unloadingfee; }
- }
- /// <summary>
- /// 返料费
- /// </summary>
- public decimal? F_MaterialFee
- {
- set { _f_materialfee = value; }
- get { return _f_materialfee; }
- }
- /// <summary>
- /// 配方
- /// </summary>
- public string F_Formula
- {
- set { _f_formula = value; }
- get { return _f_formula; }
- }
- /// <summary>
- /// 实收返厂数量
- /// </summary>
- public decimal? F_ReturnQuantity
- {
- set { _f_returnquantity = value; }
- get { return _f_returnquantity; }
- }
- /// <summary>
- /// 事件原因
- /// </summary>
- public string F_EventReason
- {
- set { _f_eventreason = value; }
- get { return _f_eventreason; }
- }
- /// <summary>
- /// 抽检类-样品邮寄单号
- /// </summary>
- public string F_MailingNumber
- {
- set { _f_mailingnumber = value; }
- get { return _f_mailingnumber; }
- }
- /// <summary>
- /// 快递名称
- /// </summary>
- public string F_ExpressName
- {
- set { _f_expressname = value; }
- get { return _f_expressname; }
- }
- /// <summary>
- /// 工单处理内容(内线)
- /// </summary>
- public string F_DealContent2
- {
- set { _f_dealcontent2 = value; }
- get { return _f_dealcontent2; }
- }
- /// <summary>
- /// 工单状态(内线)
- /// </summary>
- public int? F_State2
- {
- set { _f_state2 = value; }
- get { return _f_state2; }
- }
- /// <summary>
- /// 注解(内线)
- /// </summary>
- public string F_Annotation2
- {
- set { _f_annotation2 = value; }
- get { return _f_annotation2; }
- }
- /// <summary>
- /// 处理结果打分
- /// </summary>
- public int? F_VisitResultScore
- {
- set { _f_visitresultscore = value; }
- get { return _f_visitresultscore; }
- }
- /// <summary>
- /// 处理时效得分
- /// </summary>
- public int? F_EffectiveScore
- {
- set { _f_effectivescore = value; }
- get { return _f_effectivescore; }
- }
- /// <summary>
- /// 服务态度
- /// </summary>
- public int? F_ServiceAttitude
- {
- set { _f_serviceattitude = value; }
- get { return _f_serviceattitude; }
- }
- /// <summary>
- /// 产品质量分数
- /// </summary>
- public int? F_ProductQuality
- {
- set { _f_productquality = value; }
- get { return _f_productquality; }
- }
- /// <summary>
- /// NPS得分
- /// </summary>
- public int? F_NPS
- {
- set { _f_nps = value; }
- get { return _f_nps; }
- }
- /// <summary>
- /// 评价结果
- /// </summary>
- public decimal? F_EvaluationResult
- {
- set { _f_evaluationresult = value; }
- get { return _f_evaluationresult; }
- }
- /// <summary>
- /// 工艺
- /// </summary>
- public string F_WorkmanShip
- {
- set { _f_workmanship = value; }
- get { return _f_workmanship; }
- }
- /// <summary>
- /// 原料及厂家
- /// </summary>
- public string F_Manufacturers
- {
- set { _f_manufacturers = value; }
- get { return _f_manufacturers; }
- }
- /// <summary>
- /// 该批次生产数量
- /// </summary>
- public int? F_ProductionNum
- {
- set { _f_productionnum = value; }
- get { return _f_productionnum; }
- }
- /// <summary>
- /// 处理结果-外线
- /// </summary>
- public string F_SuperiorOpinion { get; set; }
- /// <summary>
- /// 司机电话
- /// </summary>
- public string F_DrivePhone { get; set; }
- /// <summary>
- /// 处理结果-内线
- /// </summary>
- public string F_SuperiorOpinion2 { get; set; }
- /// <summary>
- /// 问题原因-内线
- /// </summary>
- public string F_EventReason2 { get; set; }
- /// <summary>
- /// 1单线外2单线内3双线9市场科可以双线指派工单
- /// </summary>
- public int? F_Flag { get; set; }
- #endregion Model
- #region 多物料
- public List<T_Wo_MaterialItems> MaterialItems { get; set; }
- #endregion
- }
- /// <summary>
- /// 工单类型枚举
- /// </summary>
- public enum EnumWOType
- {
- /// <summary>
- /// 投诉
- /// </summary>
- [Description("投诉")]
- Complaint=1,
- /// <summary>
- /// 抽检
- /// </summary>
- [Description("抽检")]
- SpotCheck,
- /// <summary>
- /// 咨询及需求
- /// </summary>
- [Description("咨询及需求")]
- ConsultingNeeds,
- /// <summary>
- /// 其他
- /// </summary>
- [Description("其他")]
- Other,
- /// <summary>
- /// 业务协办
- /// </summary>
- [Description("业务协办")]
- Cooperation
- }
- }
|