Нет описания

T_Bus_WorkOrder.cs 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. using System;
  2. namespace CallCenterApi.Model
  3. {
  4. /// <summary>
  5. /// T_Bus_WorkOrder:实体类(属性说明自动提取数据库字段的描述信息)
  6. /// </summary>
  7. [Serializable]
  8. public partial class T_Bus_WorkOrder
  9. {
  10. public T_Bus_WorkOrder()
  11. { }
  12. #region Model
  13. private int _f_id;
  14. private string _f_workorderid;
  15. private string _f_cusphone;
  16. private string _f_cusname;
  17. private int? _f_type;
  18. private string _f_content;
  19. private string _f_file;
  20. private int? _f_source;
  21. private string _f_productname;
  22. private string _f_productdate;
  23. private string _f_producttype;
  24. private string _f_batchnumber;
  25. private string _f_area;
  26. private int? _f_state;
  27. private string _f_returnnote;
  28. private int? _f_callrecordid;
  29. private int? _f_leaverecordid;
  30. private string _f_callid;
  31. private string _f_remark;
  32. private int? _f_dealtype;
  33. private int? _f_dealstate;
  34. private decimal? _f_dealcost;
  35. private long? _f_dealseconds;
  36. private string _f_dealresult;
  37. private string _f_dealdes;
  38. private string _f_dealfile;
  39. private string _f_dealtimely;
  40. private string _f_dealuser;
  41. private DateTime? _f_dealtime;
  42. private DateTime? _f_transfertime;
  43. private DateTime? _f_receiving;
  44. private string _f_createuser;
  45. private DateTime? _f_createtime;
  46. private int? _f_isdelete;
  47. private string _f_deleteuser;
  48. private DateTime? _f_deletetime;
  49. private string _f_office;
  50. private int? _f_serialnumber = 0;
  51. private string _f_specifications;
  52. private string _f_manufacturer;
  53. private string _f_problemcode;
  54. private string _f_qualityproblem;
  55. private string _f_notifications;
  56. private string _f_receivingperson;
  57. private string _f_implementationsituation;
  58. private int? _f_duplicate = 0;
  59. private string _f_address;
  60. private int _f_largeareaid;
  61. private int _f_officeid;
  62. private int _f_distribution;
  63. private string _f_reason;
  64. private int _f_isreduction;
  65. private string _f_remissionremarks;
  66. private string _f_productiontime;
  67. private string _f_company;
  68. private string _f_samplingtype;
  69. private string _f_salesroom;
  70. private string _f_samplingproducts;
  71. private string _f_factories;
  72. private string _f_datecheck;
  73. private int? _f_isassignment;
  74. private DateTime? _f_tobeallocatedtime;
  75. private DateTime? _f_assignmentttime;
  76. private DateTime? _f_pendingtime;
  77. private DateTime? _f_processingtime;
  78. /// <summary>
  79. ///待分派时间
  80. /// </summary>
  81. public DateTime? F_TobeallocatedTime
  82. {
  83. set { _f_tobeallocatedtime = value; }
  84. get { return _f_tobeallocatedtime; }
  85. }
  86. /// <summary>
  87. /// 分派时间
  88. /// </summary>
  89. public DateTime? F_AssignmenttIime
  90. {
  91. set { _f_assignmentttime = value; }
  92. get { return _f_assignmentttime; }
  93. }
  94. /// <summary>
  95. ///待处理时间
  96. /// </summary>
  97. public DateTime? F_PendingTime
  98. {
  99. set { _f_pendingtime = value; }
  100. get { return _f_pendingtime; }
  101. }
  102. /// <summary>
  103. ///处理中时间
  104. /// </summary>
  105. public DateTime? F_ProcessingTime
  106. {
  107. set { _f_processingtime = value; }
  108. get { return _f_processingtime; }
  109. }
  110. /// <summary>
  111. /// 涉及工厂
  112. /// </summary>
  113. public string F_Factories
  114. {
  115. set { _f_factories = value; }
  116. get { return _f_factories; }
  117. }
  118. /// <summary>
  119. /// 抽检产品
  120. /// </summary>
  121. public string F_Samplingproducts
  122. {
  123. set { _f_samplingproducts = value; }
  124. get { return _f_samplingproducts; }
  125. }
  126. /// <summary>
  127. /// 抽样客户/门店
  128. /// </summary>
  129. public string F_Salesroom
  130. {
  131. set { _f_salesroom = value; }
  132. get { return _f_salesroom; }
  133. }
  134. /// <summary>
  135. /// 抽检日期
  136. /// </summary>
  137. public string F_Datecheck
  138. {
  139. set { _f_datecheck = value; }
  140. get { return _f_datecheck; }
  141. }
  142. /// <summary>
  143. /// 抽检类型
  144. /// </summary>
  145. public string F_Samplingtype
  146. {
  147. set { _f_samplingtype = value; }
  148. get { return _f_samplingtype; }
  149. }
  150. /// <summary>
  151. /// 抽检单位
  152. /// </summary>
  153. public string F_Company
  154. {
  155. set { _f_company = value; }
  156. get { return _f_company; }
  157. }
  158. /// <summary>
  159. /// 生产时间
  160. /// </summary>
  161. public string F_Productiontime
  162. {
  163. set { _f_productiontime = value; }
  164. get { return _f_productiontime; }
  165. }
  166. /// <summary>
  167. /// 减免备注
  168. /// </summary>
  169. public string F_RemissionRemarks
  170. {
  171. set { _f_remissionremarks = value; }
  172. get { return _f_remissionremarks; }
  173. }
  174. /// <summary>
  175. /// 是否减免0否1是
  176. /// </summary>
  177. public int F_IsReduction
  178. {
  179. set { _f_isreduction = value; }
  180. get { return _f_isreduction; }
  181. }
  182. /// <summary>
  183. ///
  184. /// </summary>
  185. public int F_Id
  186. {
  187. set { _f_id = value; }
  188. get { return _f_id; }
  189. }
  190. /// <summary>
  191. /// 转派分销组id
  192. /// </summary>
  193. public int F_Distribution
  194. {
  195. set { _f_distribution = value; }
  196. get { return _f_distribution; }
  197. }
  198. /// <summary>
  199. /// 重要级别原因
  200. /// </summary>
  201. public string F_Reason
  202. {
  203. set { _f_reason = value; }
  204. get { return _f_reason; }
  205. }
  206. /// <summary>
  207. /// 转派大区id
  208. /// </summary>
  209. public int F_Largeareaid
  210. {
  211. set { _f_largeareaid = value; }
  212. get { return _f_largeareaid; }
  213. }
  214. /// <summary>
  215. /// 转派办事处id
  216. /// </summary>
  217. public int F_Officeid
  218. {
  219. set { _f_officeid = value; }
  220. get { return _f_officeid; }
  221. }
  222. /// <summary>
  223. /// 工单编号
  224. /// </summary>
  225. public string F_WorkOrderId
  226. {
  227. set { _f_workorderid = value; }
  228. get { return _f_workorderid; }
  229. }
  230. /// <summary>
  231. /// 大区
  232. /// </summary>
  233. public string F_Area
  234. {
  235. set { _f_area = value; }
  236. get { return _f_area; }
  237. }
  238. /// <summary>
  239. /// 办事处
  240. /// </summary>
  241. public string F_Office
  242. {
  243. set { _f_office = value; }
  244. get { return _f_office; }
  245. }
  246. /// <summary>
  247. /// 投诉时间
  248. /// </summary>
  249. public DateTime? F_CreateTime
  250. {
  251. set { _f_createtime = value; }
  252. get { return _f_createtime; }
  253. }
  254. /// <summary>
  255. /// 序号
  256. /// </summary>
  257. public int? F_SerialNumber
  258. {
  259. set { _f_serialnumber = value; }
  260. get { return _f_serialnumber; }
  261. }
  262. /// <summary>
  263. /// 姓名
  264. /// </summary>
  265. public string F_CusName
  266. {
  267. set { _f_cusname = value; }
  268. get { return _f_cusname; }
  269. }
  270. /// <summary>
  271. /// 地址
  272. /// </summary>
  273. public string F_AddRess
  274. {
  275. set { _f_address = value; }
  276. get { return _f_address; }
  277. }
  278. /// <summary>
  279. /// 联系电话
  280. /// </summary>
  281. public string F_CusPhone
  282. {
  283. set { _f_cusphone = value; }
  284. get { return _f_cusphone; }
  285. }
  286. /// <summary>
  287. /// 产品代码
  288. /// </summary>
  289. public string F_ProductType
  290. {
  291. set { _f_producttype = value; }
  292. get { return _f_producttype; }
  293. }
  294. /// <summary>
  295. /// 产品名称
  296. /// </summary>
  297. public string F_ProductName
  298. {
  299. set { _f_productname = value; }
  300. get { return _f_productname; }
  301. }
  302. /// <summary>
  303. /// 规格
  304. /// </summary>
  305. public string F_Specifications
  306. {
  307. set { _f_specifications = value; }
  308. get { return _f_specifications; }
  309. }
  310. /// <summary>
  311. /// 生产日期
  312. /// </summary>
  313. public string F_ProductDate
  314. {
  315. set { _f_productdate = value; }
  316. get { return _f_productdate; }
  317. }
  318. /// <summary>
  319. /// 产品编码
  320. /// </summary>
  321. public string F_BatchNumber
  322. {
  323. set { _f_batchnumber = value; }
  324. get { return _f_batchnumber; }
  325. }
  326. /// <summary>
  327. /// 生产厂家
  328. /// </summary>
  329. public string F_Manufacturer
  330. {
  331. set { _f_manufacturer = value; }
  332. get { return _f_manufacturer; }
  333. }
  334. /// <summary>
  335. /// 问题代码
  336. /// </summary>
  337. public string F_ProblemCode
  338. {
  339. set { _f_problemcode = value; }
  340. get { return _f_problemcode; }
  341. }
  342. /// <summary>
  343. /// 质量问题
  344. /// </summary>
  345. public string F_QualityProblem
  346. {
  347. set { _f_qualityproblem = value; }
  348. get { return _f_qualityproblem; }
  349. }
  350. /// <summary>
  351. /// 通知人
  352. /// </summary>
  353. public string F_Notifications
  354. {
  355. set { _f_notifications = value; }
  356. get { return _f_notifications; }
  357. }
  358. /// <summary>
  359. /// 接听人
  360. /// </summary>
  361. public string F_ReceivingPerson
  362. {
  363. set { _f_receivingperson = value; }
  364. get { return _f_receivingperson; }
  365. }
  366. /// <summary>
  367. /// 落实情况
  368. /// </summary>
  369. public string F_ImplementationSituation
  370. {
  371. set { _f_implementationsituation = value; }
  372. get { return _f_implementationsituation; }
  373. }
  374. /// <summary>
  375. /// 处理进度
  376. /// </summary>
  377. public int? F_State
  378. {
  379. set { _f_state = value; }
  380. get { return _f_state; }
  381. }
  382. /// <summary>
  383. /// 退回说明
  384. /// </summary>
  385. public string F_Returnnote
  386. {
  387. set { _f_returnnote = value; }
  388. get { return _f_returnnote; }
  389. }
  390. /// <summary>
  391. /// 工单类别
  392. /// </summary>
  393. public int? F_Type
  394. {
  395. set { _f_type = value; }
  396. get { return _f_type; }
  397. }
  398. /// <summary>
  399. /// 重复工单
  400. /// </summary>
  401. public int? F_Duplicate
  402. {
  403. set { _f_duplicate = value; }
  404. get { return _f_duplicate; }
  405. }
  406. /// <summary>
  407. /// 事件描述
  408. /// </summary>
  409. public string F_Content
  410. {
  411. set { _f_content = value; }
  412. get { return _f_content; }
  413. }
  414. /// <summary>
  415. /// 附件Id
  416. /// </summary>
  417. public string F_File
  418. {
  419. set { _f_file = value; }
  420. get { return _f_file; }
  421. }
  422. /// <summary>
  423. /// 来源
  424. /// </summary>
  425. public int? F_Source
  426. {
  427. set { _f_source = value; }
  428. get { return _f_source; }
  429. }
  430. /// <summary>
  431. /// 通话记录id
  432. /// </summary>
  433. public int? F_CallRecordId
  434. {
  435. set { _f_callrecordid = value; }
  436. get { return _f_callrecordid; }
  437. }
  438. /// <summary>
  439. /// 留言记录id
  440. /// </summary>
  441. public int? F_LeaveRecordId
  442. {
  443. set { _f_leaverecordid = value; }
  444. get { return _f_leaverecordid; }
  445. }
  446. /// <summary>
  447. /// callid
  448. /// </summary>
  449. public string F_CallId
  450. {
  451. set { _f_callid = value; }
  452. get { return _f_callid; }
  453. }
  454. /// <summary>
  455. /// 备注信息
  456. /// </summary>
  457. public string F_Remark
  458. {
  459. set { _f_remark = value; }
  460. get { return _f_remark; }
  461. }
  462. /// <summary>
  463. /// 处理类型1催单
  464. /// </summary>
  465. public int? F_DealType
  466. {
  467. set { _f_dealtype = value; }
  468. get { return _f_dealtype; }
  469. }
  470. /// <summary>
  471. /// 处理状态
  472. /// </summary>
  473. public int? F_DealState
  474. {
  475. set { _f_dealstate = value; }
  476. get { return _f_dealstate; }
  477. }
  478. /// <summary>
  479. /// 处理费用
  480. /// </summary>
  481. public decimal? F_DealCost
  482. {
  483. set { _f_dealcost = value; }
  484. get { return _f_dealcost; }
  485. }
  486. /// <summary>
  487. /// 处理时间(秒)
  488. /// </summary>
  489. public long? F_DealSeconds
  490. {
  491. set { _f_dealseconds = value; }
  492. get { return _f_dealseconds; }
  493. }
  494. /// <summary>
  495. /// 处理结果
  496. /// </summary>
  497. public string F_DealResult
  498. {
  499. set { _f_dealresult = value; }
  500. get { return _f_dealresult; }
  501. }
  502. /// <summary>
  503. /// 处理进展详述
  504. /// </summary>
  505. public string F_DealDes
  506. {
  507. set { _f_dealdes = value; }
  508. get { return _f_dealdes; }
  509. }
  510. /// <summary>
  511. /// 处理附件id
  512. /// </summary>
  513. public string F_DealFile
  514. {
  515. set { _f_dealfile = value; }
  516. get { return _f_dealfile; }
  517. }
  518. /// <summary>
  519. /// 重要级别1红色2绿色3普通
  520. /// </summary>
  521. public string F_DealTimely
  522. {
  523. set { _f_dealtimely = value; }
  524. get { return _f_dealtimely; }
  525. }
  526. /// <summary>
  527. /// 处理人
  528. /// </summary>
  529. public string F_DealUser
  530. {
  531. set { _f_dealuser = value; }
  532. get { return _f_dealuser; }
  533. }
  534. /// <summary>
  535. /// 处理时间
  536. /// </summary>
  537. public DateTime? F_DealTime
  538. {
  539. set { _f_dealtime = value; }
  540. get { return _f_dealtime; }
  541. }
  542. /// <summary>
  543. /// 转派时间
  544. /// </summary>
  545. public DateTime? F_TransferTime
  546. {
  547. set { _f_transfertime = value; }
  548. get { return _f_transfertime; }
  549. }
  550. public int? F_ISAssignment
  551. {
  552. set { _f_isassignment = value; }
  553. get { return _f_isassignment; }
  554. }
  555. /// <summary>
  556. /// 接单时间
  557. /// </summary>
  558. public DateTime ? F_Receiving
  559. {
  560. set { _f_receiving = value; }
  561. get { return _f_receiving; }
  562. }
  563. /// <summary>
  564. /// 创建人
  565. /// </summary>
  566. public string F_CreateUser
  567. {
  568. set { _f_createuser = value; }
  569. get { return _f_createuser; }
  570. }
  571. /// <summary>
  572. /// 是否删除(1是0否)
  573. /// </summary>
  574. public int? F_IsDelete
  575. {
  576. set { _f_isdelete = value; }
  577. get { return _f_isdelete; }
  578. }
  579. /// <summary>
  580. /// 删除人
  581. /// </summary>
  582. public string F_DeleteUser
  583. {
  584. set { _f_deleteuser = value; }
  585. get { return _f_deleteuser; }
  586. }
  587. /// <summary>
  588. /// 删除时间
  589. /// </summary>
  590. public DateTime? F_DeleteTime
  591. {
  592. set { _f_deletetime = value; }
  593. get { return _f_deletetime; }
  594. }
  595. public DateTime? F_RepeatCreateTime { get; set; }
  596. /// <summary>
  597. /// 产品类型
  598. /// </summary>
  599. public string F_ProductTypes { set; get; }
  600. /// <summary>
  601. /// 投诉类型
  602. /// </summary>
  603. public string F_ComplaintType { set; get; }
  604. /// <summary>
  605. /// 审核情况1通过2拒绝
  606. /// </summary>
  607. public int ? F_ReviewStatus { set; get; }
  608. /// <summary>
  609. /// 审核备注
  610. /// </summary>
  611. public string F_ReviewNotes { set; get; }
  612. public DateTime? F_AuditTime { set; get; }
  613. /// <summary>
  614. /// 是否二次处理
  615. /// </summary>
  616. public int? F_IsQuadratic { set; get; }
  617. #endregion Model
  618. }
  619. }