Нет описания

T_Wo_WorkOrder.cs 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. using System;
  2. using System.ComponentModel;
  3. namespace CallCenterApi.Model
  4. {
  5. /// <summary>
  6. /// 工单管理表
  7. /// </summary>
  8. [Serializable]
  9. public partial class T_Wo_WorkOrder
  10. {
  11. public T_Wo_WorkOrder()
  12. { }
  13. #region Model
  14. private int _f_id;
  15. private string _f_workordercode;
  16. private string _f_callid;
  17. private string _f_source;
  18. private string _f_type;
  19. private string _f_incidentprovince;
  20. private string _f_incidentcity;
  21. private string _f_incidentcountry;
  22. private string _f_incidenttownship;
  23. private string _f_incidentdetailed;
  24. private string _f_salesbase;
  25. private string _f_description;
  26. private string _f_files;
  27. private string _f_dealtype;
  28. private string _f_customerid;
  29. private string _f_materialid;
  30. private string _f_questiontype;
  31. private string _f_batchnumber;
  32. private string _f_ts_formula;
  33. private string _f_ts_category;
  34. private string _f_ts_quantity;
  35. private string _f_ts_level;
  36. private string _f_zx_proname;
  37. private string _f_zx_quantity;
  38. private string _f_zx_area;
  39. private string _f_zx_branch;
  40. private DateTime? _f_cj_time;
  41. private string _f_cj_level;
  42. private string _f_cj_unit;
  43. private string _f_cj_testunit;
  44. private string _f_cj_tonnage;
  45. private string _f_cj_bagno;
  46. private string _f_cj_outlay;
  47. private int? _f_state;
  48. private string _f_sc_productbase;
  49. private string _f_sc_preliminaryopinion;
  50. private string _f_sc_qualitymonth;
  51. private string _f_sc_cj_spotresult;
  52. private string _f_sc_cj_selfresult;
  53. private string _f_sc_cj_approvalno;
  54. private string _f_sc_cj_returnaccount;
  55. private string _f_zl_qualityeventlevel;
  56. private string _f_zl_claimamount;
  57. private string _f_zl_responsibleunit;
  58. private string _f_zl_approvalopinions;
  59. private string _f_zl_approvaldisagree;
  60. private string _f_zl_compensationmethod;
  61. private string _f_zl_compensationmoney;
  62. private string _f_zl_cresponsibleunits;
  63. private string _f_zl_fquantity;
  64. private string _f_zl_improvementrequirements;
  65. private string _f_zl_capprovalno;
  66. private string _f_zl_cj_isrecord;
  67. private int? _f_isaudit;
  68. private int? _f_auditstate;
  69. private string _f_auditby;
  70. private DateTime? _f_auditon;
  71. private string _f_auditcont;
  72. private int? _f_isover;
  73. private string _f_dealby;
  74. private DateTime? _f_dealtime;
  75. private string _f_dealcontent;
  76. private string _f_dealresult;
  77. private string _f_dealreasons;
  78. private int? _f_isvisit;
  79. private DateTime? _f_visiton;
  80. private string _f_visitby;
  81. private string _f_visitresult;
  82. private string _f_visitreason;
  83. private string _f_createby;
  84. private DateTime? _f_createon;
  85. private int? _f_updatecount;
  86. private string _f_updateby;
  87. private DateTime? _f_updateon;
  88. private int? _f_isdelete;
  89. private string _f_deleteby;
  90. private DateTime? _f_deleteon;
  91. private string _f_cusphone;
  92. private string _f_cusname;
  93. private string _f_companyname;
  94. private string _f_wxopenid;
  95. private string _f_callresults;
  96. private string _f_highopinions;
  97. private int _f_limit;
  98. private string _f_reasontimeout_;
  99. /// <summary>
  100. /// 超时时限
  101. /// </summary>
  102. public int F_limit
  103. {
  104. set { _f_limit = value; }
  105. get { return _f_limit; }
  106. }
  107. /// <summary>
  108. /// 超时原因
  109. /// </summary>
  110. public string F_Reasontimeout
  111. {
  112. set { _f_reasontimeout_ = value; }
  113. get { return _f_reasontimeout_; }
  114. }
  115. /// <summary>
  116. /// 高层处理意见
  117. /// </summary>
  118. public string F_Highopinions
  119. {
  120. set { _f_highopinions = value; }
  121. get { return _f_highopinions; }
  122. }
  123. /// <summary>
  124. /// 呼叫结果
  125. /// </summary>
  126. public string F_Callresults
  127. {
  128. set { _f_callresults = value; }
  129. get { return _f_callresults; }
  130. }
  131. /// <summary>
  132. /// 微信OpenId
  133. /// </summary>
  134. public string F_WxOpenId
  135. {
  136. set { _f_wxopenid = value; }
  137. get { return _f_wxopenid; }
  138. }
  139. /// <summary>
  140. /// 工单ID
  141. /// </summary>
  142. public int F_ID
  143. {
  144. set { _f_id = value; }
  145. get { return _f_id; }
  146. }
  147. /// <summary>
  148. /// 工单编号
  149. /// </summary>
  150. public string F_WorkOrderCode
  151. {
  152. set { _f_workordercode = value; }
  153. get { return _f_workordercode; }
  154. }
  155. /// <summary>
  156. /// 客户姓名
  157. /// </summary>
  158. public string F_CusName
  159. {
  160. set { _f_cusname = value; }
  161. get { return _f_cusname; }
  162. }
  163. /// <summary>
  164. /// 客户电话
  165. /// </summary>
  166. public string F_CusPhone
  167. {
  168. set { _f_cusphone = value; }
  169. get { return _f_cusphone; }
  170. }
  171. /// <summary>
  172. /// 公司名称
  173. /// </summary>
  174. public string F_CompanyName
  175. {
  176. set { _f_companyname = value; }
  177. get { return _f_companyname; }
  178. }
  179. /// <summary>
  180. /// 通话记录ID
  181. /// </summary>
  182. public string F_CallID
  183. {
  184. set { _f_callid = value; }
  185. get { return _f_callid; }
  186. }
  187. /// <summary>
  188. /// 工单来源:电话、微信业务员、微信客户、官网
  189. /// </summary>
  190. public string F_Source
  191. {
  192. set { _f_source = value; }
  193. get { return _f_source; }
  194. }
  195. /// <summary>
  196. /// 工单类型:咨询及需求、投诉、抽检、其他
  197. /// </summary>
  198. public string F_Type
  199. {
  200. set { _f_type = value; }
  201. get { return _f_type; }
  202. }
  203. /// <summary>
  204. /// 事发地-省
  205. /// </summary>
  206. public string F_IncidentProvince
  207. {
  208. set { _f_incidentprovince = value; }
  209. get { return _f_incidentprovince; }
  210. }
  211. /// <summary>
  212. /// 事发地-市
  213. /// </summary>
  214. public string F_IncidentCity
  215. {
  216. set { _f_incidentcity = value; }
  217. get { return _f_incidentcity; }
  218. }
  219. /// <summary>
  220. /// 事发地-县
  221. /// </summary>
  222. public string F_IncidentCountry
  223. {
  224. set { _f_incidentcountry = value; }
  225. get { return _f_incidentcountry; }
  226. }
  227. /// <summary>
  228. /// 事发地-乡
  229. /// </summary>
  230. public string F_IncidentTownship
  231. {
  232. set { _f_incidenttownship = value; }
  233. get { return _f_incidenttownship; }
  234. }
  235. /// <summary>
  236. /// 事发地-详细
  237. /// </summary>
  238. public string F_IncidentDetailed
  239. {
  240. set { _f_incidentdetailed = value; }
  241. get { return _f_incidentdetailed; }
  242. }
  243. /// <summary>
  244. /// 销售基地:新乡、新疆、九江、东北、其他
  245. /// </summary>
  246. public string F_SalesBase
  247. {
  248. set { _f_salesbase = value; }
  249. get { return _f_salesbase; }
  250. }
  251. /// <summary>
  252. /// 问题描述
  253. /// </summary>
  254. public string F_Description
  255. {
  256. set { _f_description = value; }
  257. get { return _f_description; }
  258. }
  259. /// <summary>
  260. /// 附件上传ids
  261. /// </summary>
  262. public string F_Files
  263. {
  264. set { _f_files = value; }
  265. get { return _f_files; }
  266. }
  267. /// <summary>
  268. /// 处理方式:当即办理、电话转接、网络转办
  269. /// </summary>
  270. public string F_DealType
  271. {
  272. set { _f_dealtype = value; }
  273. get { return _f_dealtype; }
  274. }
  275. /// <summary>
  276. /// 客户id
  277. /// </summary>
  278. public string F_CustomerID
  279. {
  280. set { _f_customerid = value; }
  281. get { return _f_customerid; }
  282. }
  283. /// <summary>
  284. /// 物料id
  285. /// </summary>
  286. public string F_MaterialID
  287. {
  288. set { _f_materialid = value; }
  289. get { return _f_materialid; }
  290. }
  291. /// <summary>
  292. /// 问题类别
  293. /// </summary>
  294. public string F_QuestionType
  295. {
  296. set { _f_questiontype = value; }
  297. get { return _f_questiontype; }
  298. }
  299. /// <summary>
  300. /// 生产批次号
  301. /// </summary>
  302. public string F_BatchNumber
  303. {
  304. set { _f_batchnumber = value; }
  305. get { return _f_batchnumber; }
  306. }
  307. /// <summary>
  308. /// 投诉-配方
  309. /// </summary>
  310. public string F_TS_Formula
  311. {
  312. set { _f_ts_formula = value; }
  313. get { return _f_ts_formula; }
  314. }
  315. /// <summary>
  316. /// 投诉-产品种类:化肥、化工、其他
  317. /// </summary>
  318. public string F_TS_Category
  319. {
  320. set { _f_ts_category = value; }
  321. get { return _f_ts_category; }
  322. }
  323. /// <summary>
  324. /// 投诉-问题数量(吨)
  325. /// </summary>
  326. public string F_TS_Quantity
  327. {
  328. set { _f_ts_quantity = value; }
  329. get { return _f_ts_quantity; }
  330. }
  331. /// <summary>
  332. /// 投诉-重要级别:轻微、一般、较大、重大
  333. /// </summary>
  334. public string F_TS_Level
  335. {
  336. set { _f_ts_level = value; }
  337. get { return _f_ts_level; }
  338. }
  339. /// <summary>
  340. /// 咨询-产品名称:三聚氰胺、甲醇、液氨、二甲醚、糠醇、其他
  341. /// </summary>
  342. public string F_ZX_ProName
  343. {
  344. set { _f_zx_proname = value; }
  345. get { return _f_zx_proname; }
  346. }
  347. /// <summary>
  348. /// 咨询-问题数量
  349. /// </summary>
  350. public string F_ZX_Quantity
  351. {
  352. set { _f_zx_quantity = value; }
  353. get { return _f_zx_quantity; }
  354. }
  355. /// <summary>
  356. /// 咨询-大区
  357. /// </summary>
  358. public string F_ZX_Area
  359. {
  360. set { _f_zx_area = value; }
  361. get { return _f_zx_area; }
  362. }
  363. /// <summary>
  364. /// 咨询-分公司
  365. /// </summary>
  366. public string F_ZX_Branch
  367. {
  368. set { _f_zx_branch = value; }
  369. get { return _f_zx_branch; }
  370. }
  371. /// <summary>
  372. /// 抽检-抽检时间
  373. /// </summary>
  374. public DateTime? F_CJ_Time
  375. {
  376. set { _f_cj_time = value; }
  377. get { return _f_cj_time; }
  378. }
  379. /// <summary>
  380. /// 抽检-抽检级别:乡镇级、县级、市级、省级及以上、个人送检
  381. /// </summary>
  382. public string F_CJ_Level
  383. {
  384. set { _f_cj_level = value; }
  385. get { return _f_cj_level; }
  386. }
  387. /// <summary>
  388. /// 抽检-抽检单位:市场监督、农业部、土肥站、工商、联合执法、其他
  389. /// </summary>
  390. public string F_CJ_Unit
  391. {
  392. set { _f_cj_unit = value; }
  393. get { return _f_cj_unit; }
  394. }
  395. /// <summary>
  396. /// 抽检-化验单位
  397. /// </summary>
  398. public string F_CJ_TestUnit
  399. {
  400. set { _f_cj_testunit = value; }
  401. get { return _f_cj_testunit; }
  402. }
  403. /// <summary>
  404. /// 抽检-抽检吨数
  405. /// </summary>
  406. public string F_CJ_Tonnage
  407. {
  408. set { _f_cj_tonnage = value; }
  409. get { return _f_cj_tonnage; }
  410. }
  411. /// <summary>
  412. /// 抽检-抽检袋数
  413. /// </summary>
  414. public string F_CJ_BagNo
  415. {
  416. set { _f_cj_bagno = value; }
  417. get { return _f_cj_bagno; }
  418. }
  419. /// <summary>
  420. /// 抽检-公关费用金额:单位元
  421. /// </summary>
  422. public string F_CJ_Outlay
  423. {
  424. set { _f_cj_outlay = value; }
  425. get { return _f_cj_outlay; }
  426. }
  427. /// <summary>
  428. /// 工单状态
  429. /// </summary>
  430. public int? F_State
  431. {
  432. set { _f_state = value; }
  433. get { return _f_state; }
  434. }
  435. /// <summary>
  436. /// 市场管理科-生产基地(新乡、新疆、九江、东北、贴牌、无法确定)
  437. /// </summary>
  438. public string F_SC_ProductBase
  439. {
  440. set { _f_sc_productbase = value; }
  441. get { return _f_sc_productbase; }
  442. }
  443. /// <summary>
  444. /// 市场管理科-初审意见:退货、换货、补偿、自行处理
  445. /// </summary>
  446. public string F_SC_PreliminaryOpinion
  447. {
  448. set { _f_sc_preliminaryopinion = value; }
  449. get { return _f_sc_preliminaryopinion; }
  450. }
  451. /// <summary>
  452. /// 市场管理科-超出质保期限(算法:工单创建日期-生产日期,生产日期根据生产批次号获取,单位:月)
  453. /// </summary>
  454. public string F_SC_QualityMonth
  455. {
  456. set { _f_sc_qualitymonth = value; }
  457. get { return _f_sc_qualitymonth; }
  458. }
  459. /// <summary>
  460. /// 市场管理科-抽检-抽检结果(视同合格、合格、不合格、复检后合格、未送检)
  461. /// </summary>
  462. public string F_SC_CJ_SpotResult
  463. {
  464. set { _f_sc_cj_spotresult = value; }
  465. get { return _f_sc_cj_spotresult; }
  466. }
  467. /// <summary>
  468. /// 市场管理科-抽检-自检结果
  469. /// </summary>
  470. public string F_SC_CJ_SelfResult
  471. {
  472. set { _f_sc_cj_selfresult = value; }
  473. get { return _f_sc_cj_selfresult; }
  474. }
  475. /// <summary>
  476. /// 市场管理科-抽检-对应审批工作流单号
  477. /// </summary>
  478. public string F_SC_CJ_ApprovalNo
  479. {
  480. set { _f_sc_cj_approvalno = value; }
  481. get { return _f_sc_cj_approvalno; }
  482. }
  483. /// <summary>
  484. /// 市场管理科-抽检-确认返账金额(元)
  485. /// </summary>
  486. public string F_SC_CJ_ReturnAccount
  487. {
  488. set { _f_sc_cj_returnaccount = value; }
  489. get { return _f_sc_cj_returnaccount; }
  490. }
  491. /// <summary>
  492. /// 质量管理科-质量事件等级(未遂、一般、较大、重大)
  493. /// </summary>
  494. public string F_ZL_QualityEventLevel
  495. {
  496. set { _f_zl_qualityeventlevel = value; }
  497. get { return _f_zl_qualityeventlevel; }
  498. }
  499. /// <summary>
  500. /// 质量管理科-索赔金额(单位元,对应责任单位)
  501. /// </summary>
  502. public string F_ZL_ClaimAmount
  503. {
  504. set { _f_zl_claimamount = value; }
  505. get { return _f_zl_claimamount; }
  506. }
  507. /// <summary>
  508. /// 质量管理科-责任单位(需列出,可选多个)
  509. /// </summary>
  510. public string F_ZL_ResponsibleUnit
  511. {
  512. set { _f_zl_responsibleunit = value; }
  513. get { return _f_zl_responsibleunit; }
  514. }
  515. /// <summary>
  516. /// 质量管理科-审批意见(同意、不同意,若选择不同意,增加输入框输入补充内容)
  517. /// </summary>
  518. public string F_ZL_ApprovalOpinions
  519. {
  520. set { _f_zl_approvalopinions = value; }
  521. get { return _f_zl_approvalopinions; }
  522. }
  523. /// <summary>
  524. /// 质量管理科-审批不同意意见
  525. /// </summary>
  526. public string F_ZL_ApprovalDisagree
  527. {
  528. set { _f_zl_approvaldisagree = value; }
  529. get { return _f_zl_approvaldisagree; }
  530. }
  531. /// <summary>
  532. /// 质量管理科-补偿方式(实物、钱款【单位元】,若选择钱款,增加输入框输入补充内容)
  533. /// </summary>
  534. public string F_ZL_CompensationMethod
  535. {
  536. set { _f_zl_compensationmethod = value; }
  537. get { return _f_zl_compensationmethod; }
  538. }
  539. /// <summary>
  540. /// 质量管理科-补偿钱款
  541. /// </summary>
  542. public string F_ZL_CompensationMoney
  543. {
  544. set { _f_zl_compensationmoney = value; }
  545. get { return _f_zl_compensationmoney; }
  546. }
  547. /// <summary>
  548. /// 质量管理科-对应责任单位(生产、研发、农化、物流、质量管理科,销售内勤)
  549. /// </summary>
  550. public string F_ZL_CResponsibleUnits
  551. {
  552. set { _f_zl_cresponsibleunits = value; }
  553. get { return _f_zl_cresponsibleunits; }
  554. }
  555. /// <summary>
  556. /// 质量管理科-确认实收数量(吨)
  557. /// </summary>
  558. public string F_ZL_Fquantity
  559. {
  560. set { _f_zl_fquantity = value; }
  561. get { return _f_zl_fquantity; }
  562. }
  563. /// <summary>
  564. /// 质量管理科-改进要求
  565. /// </summary>
  566. public string F_ZL_ImprovementRequirements
  567. {
  568. set { _f_zl_improvementrequirements = value; }
  569. get { return _f_zl_improvementrequirements; }
  570. }
  571. /// <summary>
  572. /// 质量管理科-对应审批工作流单号
  573. /// </summary>
  574. public string F_ZL_CApprovalNo
  575. {
  576. set { _f_zl_capprovalno = value; }
  577. get { return _f_zl_capprovalno; }
  578. }
  579. /// <summary>
  580. /// 质量管理科-抽检-未备案、已备案
  581. /// </summary>
  582. public string F_ZL_CJ_IsRecord
  583. {
  584. set { _f_zl_cj_isrecord = value; }
  585. get { return _f_zl_cj_isrecord; }
  586. }
  587. /// <summary>
  588. /// 是否审核
  589. /// </summary>
  590. public int? F_IsAudit
  591. {
  592. set { _f_isaudit = value; }
  593. get { return _f_isaudit; }
  594. }
  595. /// <summary>
  596. /// 审核状态
  597. /// </summary>
  598. public int? F_AuditState
  599. {
  600. set { _f_auditstate = value; }
  601. get { return _f_auditstate; }
  602. }
  603. /// <summary>
  604. /// 审核人
  605. /// </summary>
  606. public string F_AuditBy
  607. {
  608. set { _f_auditby = value; }
  609. get { return _f_auditby; }
  610. }
  611. /// <summary>
  612. /// 审核时间
  613. /// </summary>
  614. public DateTime? F_AuditOn
  615. {
  616. set { _f_auditon = value; }
  617. get { return _f_auditon; }
  618. }
  619. /// <summary>
  620. /// 审核内容
  621. /// </summary>
  622. public string F_AuditCont
  623. {
  624. set { _f_auditcont = value; }
  625. get { return _f_auditcont; }
  626. }
  627. /// <summary>
  628. /// 是否超时
  629. /// </summary>
  630. public int? F_IsOver
  631. {
  632. set { _f_isover = value; }
  633. get { return _f_isover; }
  634. }
  635. /// <summary>
  636. /// 处理人
  637. /// </summary>
  638. public string F_DealBy
  639. {
  640. set { _f_dealby = value; }
  641. get { return _f_dealby; }
  642. }
  643. /// <summary>
  644. /// 处理时间
  645. /// </summary>
  646. public DateTime? F_DealTime
  647. {
  648. set { _f_dealtime = value; }
  649. get { return _f_dealtime; }
  650. }
  651. /// <summary>
  652. /// 处理内容
  653. /// </summary>
  654. public string F_DealContent
  655. {
  656. set { _f_dealcontent = value; }
  657. get { return _f_dealcontent; }
  658. }
  659. /// <summary>
  660. /// 处理结果:已处理,未处理
  661. /// </summary>
  662. public string F_DealResult
  663. {
  664. set { _f_dealresult = value; }
  665. get { return _f_dealresult; }
  666. }
  667. /// <summary>
  668. /// 未处理原因:资金、技术、人员、其他(若选其他,则手输)
  669. /// </summary>
  670. public string F_DealReasons
  671. {
  672. set { _f_dealreasons = value; }
  673. get { return _f_dealreasons; }
  674. }
  675. /// <summary>
  676. /// 是否建议回访(是,否)此项若选是,则流转到客服-待回访工单,若选否,则流转至客服待完结工单
  677. /// </summary>
  678. public int? F_IsVisit
  679. {
  680. set { _f_isvisit = value; }
  681. get { return _f_isvisit; }
  682. }
  683. /// <summary>
  684. /// 回访时间
  685. /// </summary>
  686. public DateTime? F_VisitOn
  687. {
  688. set { _f_visiton = value; }
  689. get { return _f_visiton; }
  690. }
  691. /// <summary>
  692. /// 回访人
  693. /// </summary>
  694. public string F_VisitBy
  695. {
  696. set { _f_visitby = value; }
  697. get { return _f_visitby; }
  698. }
  699. /// <summary>
  700. /// 回访结果:非常满意、满意、一般、不满意
  701. /// </summary>
  702. public string F_VisitResult
  703. {
  704. set { _f_visitresult = value; }
  705. get { return _f_visitresult; }
  706. }
  707. /// <summary>
  708. /// 回访不满意原因
  709. /// </summary>
  710. public string F_VisitReason
  711. {
  712. set { _f_visitreason = value; }
  713. get { return _f_visitreason; }
  714. }
  715. /// <summary>
  716. /// 添加人工号
  717. /// </summary>
  718. public string F_CreateBy
  719. {
  720. set { _f_createby = value; }
  721. get { return _f_createby; }
  722. }
  723. /// <summary>
  724. /// 添加时间
  725. /// </summary>
  726. public DateTime? F_CreateOn
  727. {
  728. set { _f_createon = value; }
  729. get { return _f_createon; }
  730. }
  731. /// <summary>
  732. /// 修改次数
  733. /// </summary>
  734. public int? F_UpdateCount
  735. {
  736. set { _f_updatecount = value; }
  737. get { return _f_updatecount; }
  738. }
  739. /// <summary>
  740. /// 修改人工号
  741. /// </summary>
  742. public string F_UpdateBy
  743. {
  744. set { _f_updateby = value; }
  745. get { return _f_updateby; }
  746. }
  747. /// <summary>
  748. /// 修改时间
  749. /// </summary>
  750. public DateTime? F_UpdateOn
  751. {
  752. set { _f_updateon = value; }
  753. get { return _f_updateon; }
  754. }
  755. /// <summary>
  756. /// 是否删除:0否,1是
  757. /// </summary>
  758. public int? F_IsDelete
  759. {
  760. set { _f_isdelete = value; }
  761. get { return _f_isdelete; }
  762. }
  763. /// <summary>
  764. /// 删除人工号
  765. /// </summary>
  766. public string F_DeleteBy
  767. {
  768. set { _f_deleteby = value; }
  769. get { return _f_deleteby; }
  770. }
  771. /// <summary>
  772. /// 删除时间
  773. /// </summary>
  774. public DateTime? F_DeleteOn
  775. {
  776. set { _f_deleteon = value; }
  777. get { return _f_deleteon; }
  778. }
  779. #endregion Model
  780. }
  781. /// <summary>
  782. /// 工单类型枚举
  783. /// </summary>
  784. public enum EnumWOType
  785. {
  786. /// <summary>
  787. /// 投诉
  788. /// </summary>
  789. [Description("投诉")]
  790. Complaint=1,
  791. /// <summary>
  792. /// 抽检
  793. /// </summary>
  794. [Description("抽检")]
  795. SpotCheck,
  796. /// <summary>
  797. /// 咨询及需求
  798. /// </summary>
  799. [Description("咨询及需求")]
  800. ConsultingNeeds,
  801. /// <summary>
  802. /// 其他
  803. /// </summary>
  804. [Description("其他")]
  805. Other
  806. }
  807. }