Нет описания

T_Wo_WorkOrder.cs 24KB

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