Açıklama Yok

T_Wo_WorkOrder.cs 31KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. namespace CallCenterApi.Model
  5. {
  6. /// <summary>
  7. /// 工单管理表
  8. /// </summary>
  9. [Serializable]
  10. public partial class T_Wo_WorkOrder
  11. {
  12. public T_Wo_WorkOrder()
  13. { }
  14. #region Model
  15. private int _f_id;
  16. private string _f_workordercode;
  17. private string _f_callid;
  18. private string _f_source;
  19. private string _f_type;
  20. private string _f_incidentprovince;
  21. private string _f_incidentcity;
  22. private string _f_incidentcountry;
  23. private string _f_incidenttownship;
  24. private string _f_incidentdetailed;
  25. private string _f_salesbase;
  26. private string _f_description;
  27. private string _f_files;
  28. private string _f_dealtype;
  29. private string _f_customerid;
  30. private string _f_materialid;
  31. private string _f_questiontype;
  32. private string _f_batchnumber;
  33. private string _f_ts_formula;
  34. private string _f_ts_category;
  35. private string _f_ts_quantity;
  36. private string _f_ts_level;
  37. private string _f_zx_proname;
  38. private string _f_zx_quantity;
  39. private string _f_zx_area;
  40. private string _f_zx_branch;
  41. private DateTime? _f_cj_time;
  42. private string _f_cj_level;
  43. private string _f_cj_unit;
  44. private string _f_cj_testunit;
  45. private string _f_cj_tonnage;
  46. private string _f_cj_bagno;
  47. private string _f_cj_outlay;
  48. private int? _f_state;
  49. private string _f_sc_productbase;
  50. private string _f_sc_preliminaryopinion;
  51. private string _f_sc_qualitymonth;
  52. private string _f_sc_cj_spotresult;
  53. private string _f_sc_cj_selfresult;
  54. private string _f_sc_cj_approvalno;
  55. private string _f_sc_cj_returnaccount;
  56. private string _f_zl_qualityeventlevel;
  57. private string _f_zl_claimamount;
  58. private string _f_zl_responsibleunit;
  59. private string _f_zl_approvalopinions;
  60. private string _f_zl_approvaldisagree;
  61. private string _f_zl_compensationmethod;
  62. private string _f_zl_compensationmoney;
  63. private string _f_zl_cresponsibleunits;
  64. private string _f_zl_fquantity;
  65. private string _f_zl_improvementrequirements;
  66. private string _f_zl_capprovalno;
  67. private string _f_zl_cj_isrecord;
  68. private int? _f_isaudit;
  69. private int? _f_auditstate;
  70. private string _f_auditby;
  71. private DateTime? _f_auditon;
  72. private string _f_auditcont;
  73. private int? _f_isover;
  74. private string _f_dealby;
  75. private DateTime? _f_dealtime;
  76. private string _f_dealcontent;
  77. private string _f_dealresult;
  78. private string _f_dealreasons;
  79. private int? _f_isvisit;
  80. private DateTime? _f_visiton;
  81. private string _f_visitby;
  82. private string _f_visitresult;
  83. private string _f_visitreason;
  84. private string _f_createby;
  85. private DateTime? _f_createon;
  86. private int? _f_updatecount;
  87. private string _f_updateby;
  88. private DateTime? _f_updateon;
  89. private int? _f_isdelete;
  90. private string _f_deleteby;
  91. private DateTime? _f_deleteon;
  92. private string _f_cusphone;
  93. private string _f_cusname;
  94. private string _f_companyname;
  95. private string _f_wxopenid;
  96. private string _f_callresults;
  97. private string _f_highopinions;
  98. private int _f_limit;
  99. private string _f_reasontimeout_;
  100. private string _f_canal;
  101. private int _f_smsreply;
  102. private string _f_sid;
  103. private string _f_visitremarks;
  104. private string _f_brand;
  105. private string _f_annotation;
  106. private string _f_production;
  107. private string _f_crops;
  108. private string _f_carnumber;
  109. private decimal? _f_loadingfee;
  110. private decimal? _f_unloadingfee;
  111. private decimal? _f_materialfee;
  112. private string _f_formula;
  113. private int? _f_returnquantity;
  114. private string _f_eventreason;
  115. private string _f_mailingnumber;
  116. private string _f_expressname;
  117. private string _f_dealcontent2;
  118. private int? _f_state2;
  119. private string _f_annotation2;
  120. private int? _f_visitresultscore;
  121. private int? _f_effectivescore;
  122. private int? _f_serviceattitude;
  123. private int? _f_productquality;
  124. private int? _f_nps;
  125. private decimal? _f_evaluationresult;
  126. private string _f_workmanship;
  127. private string _f_manufacturers;
  128. private int? _f_productionnum;
  129. public string F_Annotation
  130. {
  131. set { _f_annotation = value; }
  132. get { return _f_annotation; }
  133. }
  134. public string F_Brand
  135. {
  136. set { _f_brand = value; }
  137. get { return _f_brand; }
  138. }
  139. /// <summary>
  140. /// 回访备注
  141. /// </summary>
  142. public string F_VisitRemarks
  143. {
  144. set { _f_visitremarks = value; }
  145. get { return _f_visitremarks; }
  146. }
  147. /// <summary>
  148. /// 短信回复
  149. /// </summary>
  150. public string F_Sid
  151. {
  152. set { _f_sid = value; }
  153. get { return _f_sid; }
  154. }
  155. /// <summary>
  156. /// 短信回复
  157. /// </summary>
  158. public int F_SMSReply
  159. {
  160. set { _f_smsreply = value; }
  161. get { return _f_smsreply; }
  162. }
  163. /// <summary>
  164. /// 渠道类型
  165. /// </summary>
  166. public string F_Canal
  167. {
  168. set { _f_canal = value; }
  169. get { return _f_canal; }
  170. }
  171. /// <summary>
  172. /// 超时时限
  173. /// </summary>
  174. public int F_limit
  175. {
  176. set { _f_limit = value; }
  177. get { return _f_limit; }
  178. }
  179. /// <summary>
  180. /// 超时原因
  181. /// </summary>
  182. public string F_Reasontimeout
  183. {
  184. set { _f_reasontimeout_ = value; }
  185. get { return _f_reasontimeout_; }
  186. }
  187. /// <summary>
  188. /// 高层处理意见
  189. /// </summary>
  190. public string F_Highopinions
  191. {
  192. set { _f_highopinions = value; }
  193. get { return _f_highopinions; }
  194. }
  195. /// <summary>
  196. /// 呼叫结果
  197. /// </summary>
  198. public string F_Callresults
  199. {
  200. set { _f_callresults = value; }
  201. get { return _f_callresults; }
  202. }
  203. /// <summary>
  204. /// 微信OpenId
  205. /// </summary>
  206. public string F_WxOpenId
  207. {
  208. set { _f_wxopenid = value; }
  209. get { return _f_wxopenid; }
  210. }
  211. /// <summary>
  212. /// 工单ID
  213. /// </summary>
  214. public int F_ID
  215. {
  216. set { _f_id = value; }
  217. get { return _f_id; }
  218. }
  219. /// <summary>
  220. /// 工单编号
  221. /// </summary>
  222. public string F_WorkOrderCode
  223. {
  224. set { _f_workordercode = value; }
  225. get { return _f_workordercode; }
  226. }
  227. /// <summary>
  228. /// 客户姓名
  229. /// </summary>
  230. public string F_CusName
  231. {
  232. set { _f_cusname = value; }
  233. get { return _f_cusname; }
  234. }
  235. /// <summary>
  236. /// 客户电话
  237. /// </summary>
  238. public string F_CusPhone
  239. {
  240. set { _f_cusphone = value; }
  241. get { return _f_cusphone; }
  242. }
  243. /// <summary>
  244. /// 公司名称
  245. /// </summary>
  246. public string F_CompanyName
  247. {
  248. set { _f_companyname = value; }
  249. get { return _f_companyname; }
  250. }
  251. /// <summary>
  252. /// 通话记录ID
  253. /// </summary>
  254. public string F_CallID
  255. {
  256. set { _f_callid = value; }
  257. get { return _f_callid; }
  258. }
  259. /// <summary>
  260. /// 工单来源:电话、微信业务员、微信客户、官网
  261. /// </summary>
  262. public string F_Source
  263. {
  264. set { _f_source = value; }
  265. get { return _f_source; }
  266. }
  267. /// <summary>
  268. /// 工单类型:咨询及需求、投诉、抽检、其他
  269. /// </summary>
  270. public string F_Type
  271. {
  272. set { _f_type = value; }
  273. get { return _f_type; }
  274. }
  275. /// <summary>
  276. /// 事发地-省
  277. /// </summary>
  278. public string F_IncidentProvince
  279. {
  280. set { _f_incidentprovince = value; }
  281. get { return _f_incidentprovince; }
  282. }
  283. /// <summary>
  284. /// 事发地-市
  285. /// </summary>
  286. public string F_IncidentCity
  287. {
  288. set { _f_incidentcity = value; }
  289. get { return _f_incidentcity; }
  290. }
  291. /// <summary>
  292. /// 事发地-县
  293. /// </summary>
  294. public string F_IncidentCountry
  295. {
  296. set { _f_incidentcountry = value; }
  297. get { return _f_incidentcountry; }
  298. }
  299. /// <summary>
  300. /// 事发地-乡
  301. /// </summary>
  302. public string F_IncidentTownship
  303. {
  304. set { _f_incidenttownship = value; }
  305. get { return _f_incidenttownship; }
  306. }
  307. /// <summary>
  308. /// 事发地-详细
  309. /// </summary>
  310. public string F_IncidentDetailed
  311. {
  312. set { _f_incidentdetailed = value; }
  313. get { return _f_incidentdetailed; }
  314. }
  315. /// <summary>
  316. /// 销售基地:新乡、新疆、九江、东北、其他
  317. /// </summary>
  318. public string F_SalesBase
  319. {
  320. set { _f_salesbase = value; }
  321. get { return _f_salesbase; }
  322. }
  323. /// <summary>
  324. /// 问题描述
  325. /// </summary>
  326. public string F_Description
  327. {
  328. set { _f_description = value; }
  329. get { return _f_description; }
  330. }
  331. /// <summary>
  332. /// 附件上传ids
  333. /// </summary>
  334. public string F_Files
  335. {
  336. set { _f_files = value; }
  337. get { return _f_files; }
  338. }
  339. /// <summary>
  340. /// 处理方式:当即办理、电话转接、网络转办
  341. /// </summary>
  342. public string F_DealType
  343. {
  344. set { _f_dealtype = value; }
  345. get { return _f_dealtype; }
  346. }
  347. /// <summary>
  348. /// 客户id
  349. /// </summary>
  350. public string F_CustomerID
  351. {
  352. set { _f_customerid = value; }
  353. get { return _f_customerid; }
  354. }
  355. /// <summary>
  356. /// 物料id
  357. /// </summary>
  358. public string F_MaterialID
  359. {
  360. set { _f_materialid = value; }
  361. get { return _f_materialid; }
  362. }
  363. /// <summary>
  364. /// 问题类别
  365. /// </summary>
  366. public string F_QuestionType
  367. {
  368. set { _f_questiontype = value; }
  369. get { return _f_questiontype; }
  370. }
  371. /// <summary>
  372. /// 生产批次号
  373. /// </summary>
  374. public string F_BatchNumber
  375. {
  376. set { _f_batchnumber = value; }
  377. get { return _f_batchnumber; }
  378. }
  379. /// <summary>
  380. /// 投诉-配方
  381. /// </summary>
  382. public string F_TS_Formula
  383. {
  384. set { _f_ts_formula = value; }
  385. get { return _f_ts_formula; }
  386. }
  387. /// <summary>
  388. /// 投诉-产品种类:化肥、化工、其他
  389. /// </summary>
  390. public string F_TS_Category
  391. {
  392. set { _f_ts_category = value; }
  393. get { return _f_ts_category; }
  394. }
  395. /// <summary>
  396. /// 投诉-问题数量(吨)
  397. /// </summary>
  398. public string F_TS_Quantity
  399. {
  400. set { _f_ts_quantity = value; }
  401. get { return _f_ts_quantity; }
  402. }
  403. /// <summary>
  404. /// 投诉-重要级别:轻微、一般、较大、重大
  405. /// </summary>
  406. public string F_TS_Level
  407. {
  408. set { _f_ts_level = value; }
  409. get { return _f_ts_level; }
  410. }
  411. /// <summary>
  412. /// 咨询-产品名称:三聚氰胺、甲醇、液氨、二甲醚、糠醇、其他
  413. /// </summary>
  414. public string F_ZX_ProName
  415. {
  416. set { _f_zx_proname = value; }
  417. get { return _f_zx_proname; }
  418. }
  419. /// <summary>
  420. /// 咨询-问题数量
  421. /// </summary>
  422. public string F_ZX_Quantity
  423. {
  424. set { _f_zx_quantity = value; }
  425. get { return _f_zx_quantity; }
  426. }
  427. /// <summary>
  428. /// 咨询-大区
  429. /// </summary>
  430. public string F_ZX_Area
  431. {
  432. set { _f_zx_area = value; }
  433. get { return _f_zx_area; }
  434. }
  435. /// <summary>
  436. /// 咨询-分公司
  437. /// </summary>
  438. public string F_ZX_Branch
  439. {
  440. set { _f_zx_branch = value; }
  441. get { return _f_zx_branch; }
  442. }
  443. /// <summary>
  444. /// 抽检-抽检时间
  445. /// </summary>
  446. public DateTime? F_CJ_Time
  447. {
  448. set { _f_cj_time = value; }
  449. get { return _f_cj_time; }
  450. }
  451. /// <summary>
  452. /// 抽检-抽检级别:乡镇级、县级、市级、省级及以上、个人送检
  453. /// </summary>
  454. public string F_CJ_Level
  455. {
  456. set { _f_cj_level = value; }
  457. get { return _f_cj_level; }
  458. }
  459. /// <summary>
  460. /// 抽检-抽检单位:市场监督、农业部、土肥站、工商、联合执法、其他
  461. /// </summary>
  462. public string F_CJ_Unit
  463. {
  464. set { _f_cj_unit = value; }
  465. get { return _f_cj_unit; }
  466. }
  467. /// <summary>
  468. /// 抽检-化验单位
  469. /// </summary>
  470. public string F_CJ_TestUnit
  471. {
  472. set { _f_cj_testunit = value; }
  473. get { return _f_cj_testunit; }
  474. }
  475. /// <summary>
  476. /// 抽检-抽检吨数
  477. /// </summary>
  478. public string F_CJ_Tonnage
  479. {
  480. set { _f_cj_tonnage = value; }
  481. get { return _f_cj_tonnage; }
  482. }
  483. /// <summary>
  484. /// 抽检-抽检袋数
  485. /// </summary>
  486. public string F_CJ_BagNo
  487. {
  488. set { _f_cj_bagno = value; }
  489. get { return _f_cj_bagno; }
  490. }
  491. /// <summary>
  492. /// 抽检-公关费用金额:单位元
  493. /// </summary>
  494. public string F_CJ_Outlay
  495. {
  496. set { _f_cj_outlay = value; }
  497. get { return _f_cj_outlay; }
  498. }
  499. /// <summary>
  500. /// 工单状态
  501. /// </summary>
  502. public int? F_State
  503. {
  504. set { _f_state = value; }
  505. get { return _f_state; }
  506. }
  507. /// <summary>
  508. /// 市场管理科-生产基地(新乡、新疆、九江、东北、贴牌、无法确定)
  509. /// </summary>
  510. public string F_SC_ProductBase
  511. {
  512. set { _f_sc_productbase = value; }
  513. get { return _f_sc_productbase; }
  514. }
  515. /// <summary>
  516. /// 市场管理科-初审意见:退货、换货、补偿、自行处理
  517. /// </summary>
  518. public string F_SC_PreliminaryOpinion
  519. {
  520. set { _f_sc_preliminaryopinion = value; }
  521. get { return _f_sc_preliminaryopinion; }
  522. }
  523. /// <summary>
  524. /// 市场管理科-超出质保期限(算法:工单创建日期-生产日期,生产日期根据生产批次号获取,单位:月)
  525. /// </summary>
  526. public string F_SC_QualityMonth
  527. {
  528. set { _f_sc_qualitymonth = value; }
  529. get { return _f_sc_qualitymonth; }
  530. }
  531. /// <summary>
  532. /// 市场管理科-抽检-抽检结果(视同合格、合格、不合格、复检后合格、未送检)
  533. /// </summary>
  534. public string F_SC_CJ_SpotResult
  535. {
  536. set { _f_sc_cj_spotresult = value; }
  537. get { return _f_sc_cj_spotresult; }
  538. }
  539. /// <summary>
  540. /// 市场管理科-抽检-自检结果
  541. /// </summary>
  542. public string F_SC_CJ_SelfResult
  543. {
  544. set { _f_sc_cj_selfresult = value; }
  545. get { return _f_sc_cj_selfresult; }
  546. }
  547. /// <summary>
  548. /// 市场管理科-抽检-对应审批工作流单号
  549. /// </summary>
  550. public string F_SC_CJ_ApprovalNo
  551. {
  552. set { _f_sc_cj_approvalno = value; }
  553. get { return _f_sc_cj_approvalno; }
  554. }
  555. /// <summary>
  556. /// 市场管理科-抽检-确认返账金额(元)
  557. /// </summary>
  558. public string F_SC_CJ_ReturnAccount
  559. {
  560. set { _f_sc_cj_returnaccount = value; }
  561. get { return _f_sc_cj_returnaccount; }
  562. }
  563. /// <summary>
  564. /// 质量管理科-质量事件等级(未遂、一般、较大、重大)
  565. /// </summary>
  566. public string F_ZL_QualityEventLevel
  567. {
  568. set { _f_zl_qualityeventlevel = value; }
  569. get { return _f_zl_qualityeventlevel; }
  570. }
  571. /// <summary>
  572. /// 质量管理科-索赔金额(单位元,对应责任单位)
  573. /// </summary>
  574. public string F_ZL_ClaimAmount
  575. {
  576. set { _f_zl_claimamount = value; }
  577. get { return _f_zl_claimamount; }
  578. }
  579. /// <summary>
  580. /// 质量管理科-责任单位(需列出,可选多个)
  581. /// </summary>
  582. public string F_ZL_ResponsibleUnit
  583. {
  584. set { _f_zl_responsibleunit = value; }
  585. get { return _f_zl_responsibleunit; }
  586. }
  587. /// <summary>
  588. /// 质量管理科-审批意见(同意、不同意,若选择不同意,增加输入框输入补充内容)
  589. /// </summary>
  590. public string F_ZL_ApprovalOpinions
  591. {
  592. set { _f_zl_approvalopinions = value; }
  593. get { return _f_zl_approvalopinions; }
  594. }
  595. /// <summary>
  596. /// 质量管理科-审批不同意意见
  597. /// </summary>
  598. public string F_ZL_ApprovalDisagree
  599. {
  600. set { _f_zl_approvaldisagree = value; }
  601. get { return _f_zl_approvaldisagree; }
  602. }
  603. /// <summary>
  604. /// 质量管理科-补偿方式(实物、钱款【单位元】,若选择钱款,增加输入框输入补充内容)
  605. /// </summary>
  606. public string F_ZL_CompensationMethod
  607. {
  608. set { _f_zl_compensationmethod = value; }
  609. get { return _f_zl_compensationmethod; }
  610. }
  611. /// <summary>
  612. /// 质量管理科-补偿钱款
  613. /// </summary>
  614. public string F_ZL_CompensationMoney
  615. {
  616. set { _f_zl_compensationmoney = value; }
  617. get { return _f_zl_compensationmoney; }
  618. }
  619. /// <summary>
  620. /// 质量管理科-对应责任单位(生产、研发、农化、物流、质量管理科,销售内勤)
  621. /// </summary>
  622. public string F_ZL_CResponsibleUnits
  623. {
  624. set { _f_zl_cresponsibleunits = value; }
  625. get { return _f_zl_cresponsibleunits; }
  626. }
  627. /// <summary>
  628. /// 质量管理科-确认实收数量(吨)
  629. /// </summary>
  630. public string F_ZL_Fquantity
  631. {
  632. set { _f_zl_fquantity = value; }
  633. get { return _f_zl_fquantity; }
  634. }
  635. /// <summary>
  636. /// 质量管理科-改进要求
  637. /// </summary>
  638. public string F_ZL_ImprovementRequirements
  639. {
  640. set { _f_zl_improvementrequirements = value; }
  641. get { return _f_zl_improvementrequirements; }
  642. }
  643. /// <summary>
  644. /// 质量管理科-对应审批工作流单号
  645. /// </summary>
  646. public string F_ZL_CApprovalNo
  647. {
  648. set { _f_zl_capprovalno = value; }
  649. get { return _f_zl_capprovalno; }
  650. }
  651. /// <summary>
  652. /// 质量管理科-抽检-未备案、已备案
  653. /// </summary>
  654. public string F_ZL_CJ_IsRecord
  655. {
  656. set { _f_zl_cj_isrecord = value; }
  657. get { return _f_zl_cj_isrecord; }
  658. }
  659. /// <summary>
  660. /// 是否审核
  661. /// </summary>
  662. public int? F_IsAudit
  663. {
  664. set { _f_isaudit = value; }
  665. get { return _f_isaudit; }
  666. }
  667. /// <summary>
  668. /// 审核状态
  669. /// </summary>
  670. public int? F_AuditState
  671. {
  672. set { _f_auditstate = value; }
  673. get { return _f_auditstate; }
  674. }
  675. /// <summary>
  676. /// 审核人
  677. /// </summary>
  678. public string F_AuditBy
  679. {
  680. set { _f_auditby = value; }
  681. get { return _f_auditby; }
  682. }
  683. /// <summary>
  684. /// 审核时间
  685. /// </summary>
  686. public DateTime? F_AuditOn
  687. {
  688. set { _f_auditon = value; }
  689. get { return _f_auditon; }
  690. }
  691. /// <summary>
  692. /// 审核内容
  693. /// </summary>
  694. public string F_AuditCont
  695. {
  696. set { _f_auditcont = value; }
  697. get { return _f_auditcont; }
  698. }
  699. /// <summary>
  700. /// 是否超时 0 未超时,1外线超时,2内线超时,3内外线都超时
  701. /// </summary>
  702. public int? F_IsOver
  703. {
  704. set { _f_isover = value; }
  705. get { return _f_isover; }
  706. }
  707. /// <summary>
  708. /// 处理人
  709. /// </summary>
  710. public string F_DealBy
  711. {
  712. set { _f_dealby = value; }
  713. get { return _f_dealby; }
  714. }
  715. /// <summary>
  716. /// 处理时间
  717. /// </summary>
  718. public DateTime? F_DealTime
  719. {
  720. set { _f_dealtime = value; }
  721. get { return _f_dealtime; }
  722. }
  723. /// <summary>
  724. /// 处理内容
  725. /// </summary>
  726. public string F_DealContent
  727. {
  728. set { _f_dealcontent = value; }
  729. get { return _f_dealcontent; }
  730. }
  731. /// <summary>
  732. /// 处理结果:已处理,未处理
  733. /// </summary>
  734. public string F_DealResult
  735. {
  736. set { _f_dealresult = value; }
  737. get { return _f_dealresult; }
  738. }
  739. /// <summary>
  740. /// 未处理原因:资金、技术、人员、其他(若选其他,则手输)
  741. /// </summary>
  742. public string F_DealReasons
  743. {
  744. set { _f_dealreasons = value; }
  745. get { return _f_dealreasons; }
  746. }
  747. /// <summary>
  748. /// 是否建议回访(是,否)此项若选是,则流转到客服-待回访工单,若选否,则流转至客服待完结工单
  749. /// </summary>
  750. public int? F_IsVisit
  751. {
  752. set { _f_isvisit = value; }
  753. get { return _f_isvisit; }
  754. }
  755. /// <summary>
  756. /// 回访时间
  757. /// </summary>
  758. public DateTime? F_VisitOn
  759. {
  760. set { _f_visiton = value; }
  761. get { return _f_visiton; }
  762. }
  763. /// <summary>
  764. /// 回访人
  765. /// </summary>
  766. public string F_VisitBy
  767. {
  768. set { _f_visitby = value; }
  769. get { return _f_visitby; }
  770. }
  771. /// <summary>
  772. /// 回访结果:非常满意、满意、一般、不满意
  773. /// </summary>
  774. public string F_VisitResult
  775. {
  776. set { _f_visitresult = value; }
  777. get { return _f_visitresult; }
  778. }
  779. /// <summary>
  780. /// 回访不满意原因
  781. /// </summary>
  782. public string F_VisitReason
  783. {
  784. set { _f_visitreason = value; }
  785. get { return _f_visitreason; }
  786. }
  787. /// <summary>
  788. /// 添加人工号
  789. /// </summary>
  790. public string F_CreateBy
  791. {
  792. set { _f_createby = value; }
  793. get { return _f_createby; }
  794. }
  795. /// <summary>
  796. /// 添加时间
  797. /// </summary>
  798. public DateTime? F_CreateOn
  799. {
  800. set { _f_createon = value; }
  801. get { return _f_createon; }
  802. }
  803. /// <summary>
  804. /// 修改次数
  805. /// </summary>
  806. public int? F_UpdateCount
  807. {
  808. set { _f_updatecount = value; }
  809. get { return _f_updatecount; }
  810. }
  811. /// <summary>
  812. /// 修改人工号
  813. /// </summary>
  814. public string F_UpdateBy
  815. {
  816. set { _f_updateby = value; }
  817. get { return _f_updateby; }
  818. }
  819. /// <summary>
  820. /// 修改时间
  821. /// </summary>
  822. public DateTime? F_UpdateOn
  823. {
  824. set { _f_updateon = value; }
  825. get { return _f_updateon; }
  826. }
  827. /// <summary>
  828. /// 是否删除:0否,1是
  829. /// </summary>
  830. public int? F_IsDelete
  831. {
  832. set { _f_isdelete = value; }
  833. get { return _f_isdelete; }
  834. }
  835. /// <summary>
  836. /// 删除人工号
  837. /// </summary>
  838. public string F_DeleteBy
  839. {
  840. set { _f_deleteby = value; }
  841. get { return _f_deleteby; }
  842. }
  843. /// <summary>
  844. /// 删除时间
  845. /// </summary>
  846. public DateTime? F_DeleteOn
  847. {
  848. set { _f_deleteon = value; }
  849. get { return _f_deleteon; }
  850. }
  851. /// <summary>
  852. /// 生产单位
  853. /// </summary>
  854. public string F_Production
  855. {
  856. set { _f_production = value; }
  857. get { return _f_production; }
  858. }
  859. /// <summary>
  860. /// 投诉- 肥效类增加作物字段
  861. /// </summary>
  862. public string F_Crops
  863. {
  864. set { _f_crops = value; }
  865. get { return _f_crops; }
  866. }
  867. /// <summary>
  868. /// 车牌号
  869. /// </summary>
  870. public string F_CarNumber
  871. {
  872. set { _f_carnumber = value; }
  873. get { return _f_carnumber; }
  874. }
  875. /// <summary>
  876. /// 装车费
  877. /// </summary>
  878. public decimal? F_LoadingFee
  879. {
  880. set { _f_loadingfee = value; }
  881. get { return _f_loadingfee; }
  882. }
  883. /// <summary>
  884. /// 卸车费
  885. /// </summary>
  886. public decimal? F_UnLoadingFee
  887. {
  888. set { _f_unloadingfee = value; }
  889. get { return _f_unloadingfee; }
  890. }
  891. /// <summary>
  892. /// 返料费
  893. /// </summary>
  894. public decimal? F_MaterialFee
  895. {
  896. set { _f_materialfee = value; }
  897. get { return _f_materialfee; }
  898. }
  899. /// <summary>
  900. /// 配方
  901. /// </summary>
  902. public string F_Formula
  903. {
  904. set { _f_formula = value; }
  905. get { return _f_formula; }
  906. }
  907. /// <summary>
  908. /// 实收返厂数量
  909. /// </summary>
  910. public int? F_ReturnQuantity
  911. {
  912. set { _f_returnquantity = value; }
  913. get { return _f_returnquantity; }
  914. }
  915. /// <summary>
  916. /// 事件原因
  917. /// </summary>
  918. public string F_EventReason
  919. {
  920. set { _f_eventreason = value; }
  921. get { return _f_eventreason; }
  922. }
  923. /// <summary>
  924. /// 抽检类-样品邮寄单号
  925. /// </summary>
  926. public string F_MailingNumber
  927. {
  928. set { _f_mailingnumber = value; }
  929. get { return _f_mailingnumber; }
  930. }
  931. /// <summary>
  932. /// 快递名称
  933. /// </summary>
  934. public string F_ExpressName
  935. {
  936. set { _f_expressname = value; }
  937. get { return _f_expressname; }
  938. }
  939. /// <summary>
  940. /// 工单处理内容(内线)
  941. /// </summary>
  942. public string F_DealContent2
  943. {
  944. set { _f_dealcontent2 = value; }
  945. get { return _f_dealcontent2; }
  946. }
  947. /// <summary>
  948. /// 工单状态(内线)
  949. /// </summary>
  950. public int? F_State2
  951. {
  952. set { _f_state2 = value; }
  953. get { return _f_state2; }
  954. }
  955. /// <summary>
  956. /// 注解(内线)
  957. /// </summary>
  958. public string F_Annotation2
  959. {
  960. set { _f_annotation2 = value; }
  961. get { return _f_annotation2; }
  962. }
  963. /// <summary>
  964. /// 处理结果打分
  965. /// </summary>
  966. public int? F_VisitResultScore
  967. {
  968. set { _f_visitresultscore = value; }
  969. get { return _f_visitresultscore; }
  970. }
  971. /// <summary>
  972. /// 处理时效得分
  973. /// </summary>
  974. public int? F_EffectiveScore
  975. {
  976. set { _f_effectivescore = value; }
  977. get { return _f_effectivescore; }
  978. }
  979. /// <summary>
  980. /// 服务态度
  981. /// </summary>
  982. public int? F_ServiceAttitude
  983. {
  984. set { _f_serviceattitude = value; }
  985. get { return _f_serviceattitude; }
  986. }
  987. /// <summary>
  988. /// 产品质量分数
  989. /// </summary>
  990. public int? F_ProductQuality
  991. {
  992. set { _f_productquality = value; }
  993. get { return _f_productquality; }
  994. }
  995. /// <summary>
  996. /// NPS得分
  997. /// </summary>
  998. public int? F_NPS
  999. {
  1000. set { _f_nps = value; }
  1001. get { return _f_nps; }
  1002. }
  1003. /// <summary>
  1004. /// 评价结果
  1005. /// </summary>
  1006. public decimal? F_EvaluationResult
  1007. {
  1008. set { _f_evaluationresult = value; }
  1009. get { return _f_evaluationresult; }
  1010. }
  1011. /// <summary>
  1012. /// 工艺
  1013. /// </summary>
  1014. public string F_WorkmanShip
  1015. {
  1016. set { _f_workmanship = value; }
  1017. get { return _f_workmanship; }
  1018. }
  1019. /// <summary>
  1020. /// 原料及厂家
  1021. /// </summary>
  1022. public string F_Manufacturers
  1023. {
  1024. set { _f_manufacturers = value; }
  1025. get { return _f_manufacturers; }
  1026. }
  1027. /// <summary>
  1028. /// 该批次生产数量
  1029. /// </summary>
  1030. public int? F_ProductionNum
  1031. {
  1032. set { _f_productionnum = value; }
  1033. get { return _f_productionnum; }
  1034. }
  1035. /// <summary>
  1036. /// 处理结果-外线
  1037. /// </summary>
  1038. public string F_SuperiorOpinion { get; set; }
  1039. /// <summary>
  1040. /// 司机电话
  1041. /// </summary>
  1042. public string F_DrivePhone { get; set; }
  1043. /// <summary>
  1044. /// 处理结果-内线
  1045. /// </summary>
  1046. public string F_SuperiorOpinion2 { get; set; }
  1047. /// <summary>
  1048. /// 问题原因-内线
  1049. /// </summary>
  1050. public string F_EventReason2 { get; set; }
  1051. /// <summary>
  1052. /// 1单线外2单线内3双线9市场科可以双线指派工单
  1053. /// </summary>
  1054. public int F_Flag { get; set; }
  1055. #endregion Model
  1056. #region 多物料
  1057. public List<T_Wo_MaterialItems> MaterialItems { get; set; }
  1058. #endregion
  1059. }
  1060. /// <summary>
  1061. /// 工单类型枚举
  1062. /// </summary>
  1063. public enum EnumWOType
  1064. {
  1065. /// <summary>
  1066. /// 投诉
  1067. /// </summary>
  1068. [Description("投诉")]
  1069. Complaint=1,
  1070. /// <summary>
  1071. /// 抽检
  1072. /// </summary>
  1073. [Description("抽检")]
  1074. SpotCheck,
  1075. /// <summary>
  1076. /// 咨询及需求
  1077. /// </summary>
  1078. [Description("咨询及需求")]
  1079. ConsultingNeeds,
  1080. /// <summary>
  1081. /// 其他
  1082. /// </summary>
  1083. [Description("其他")]
  1084. Other
  1085. }
  1086. }