ZZDianXin_API - 郑州电信演示

T_Call_OutTaskRecords.cs 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace CallCenterApi.Model
  7. {
  8. [Serializable]
  9. public partial class T_Call_OutTaskRecords
  10. {
  11. public T_Call_OutTaskRecords()
  12. { }
  13. #region Model
  14. private int _f_id;
  15. private int? _f_telid;
  16. private int? _f_taskid;
  17. private int? _f_cusid;
  18. private string _f_cusname;
  19. private string _f_phone;
  20. private string _f_phoneby;
  21. private int? _f_fpstate;
  22. private int? _f_yjstate;
  23. private int? _f_hcstate;
  24. private int? _f_userid;
  25. private string _f_username;
  26. private DateTime? _f_createtime = DateTime.Now;
  27. private string _f_askinfo;
  28. private string _f_askres;
  29. private int? _f_hjjgid;
  30. private string _f_hjjgname;
  31. private int? _f_yhfkid;
  32. private string _f_yhfkname;
  33. private DateTime? _f_opttime;
  34. private string _f_optusercode;
  35. private int? _expandintfield1;
  36. private int? _expandintfield2;
  37. private int? _expandintfield3;
  38. private int? _expandintfield4;
  39. private int? _expandintfield5;
  40. private int? _expandintfield6;
  41. private decimal? _expanddecfield1;
  42. private decimal? _expanddecfield2;
  43. private decimal? _expanddecfield3;
  44. private decimal? _expanddecfield4;
  45. private decimal? _expanddecfield5;
  46. private decimal? _expanddecfield6;
  47. private DateTime? _expanddatfield1;
  48. private DateTime? _expanddatfield2;
  49. private DateTime? _expanddatfield3;
  50. private DateTime? _expanddatfield4;
  51. private DateTime? _expanddatfield5;
  52. private DateTime? _expanddatfield6;
  53. private string _expandvchfield1;
  54. private string _expandvchfield2;
  55. private string _expandvchfield3;
  56. private string _expandvchfield4;
  57. private string _expandvchfield5;
  58. private string _expandvchfield6;
  59. private string _expandvchfield7;
  60. private string _expandvchfield8;
  61. private string _expandvchfield9;
  62. private string _expandvchfield10;
  63. private string _expandvchfield11;
  64. private string _expandvchfield12;
  65. private string _expandvchfield13;
  66. private string _expandvchfield14;
  67. private string _expandvchfield15;
  68. private int? _expandsintfield1;
  69. private int? _expandsintfield2;
  70. private int? _expandsintfield3;
  71. private int? _expandsintfield4;
  72. private int? _expandsintfield5;
  73. /// <summary>
  74. ///
  75. /// </summary>
  76. public int F_Id
  77. {
  78. set { _f_id = value; }
  79. get { return _f_id; }
  80. }
  81. /// <summary>
  82. ///
  83. /// </summary>
  84. public int? F_TelID
  85. {
  86. set { _f_telid = value; }
  87. get { return _f_telid; }
  88. }
  89. /// <summary>
  90. ///
  91. /// </summary>
  92. public int? F_TaskId
  93. {
  94. set { _f_taskid = value; }
  95. get { return _f_taskid; }
  96. }
  97. /// <summary>
  98. /// 客户ID
  99. /// </summary>
  100. public int? F_CusID
  101. {
  102. set { _f_cusid = value; }
  103. get { return _f_cusid; }
  104. }
  105. /// <summary>
  106. /// 客户姓名
  107. /// </summary>
  108. public string F_CusName
  109. {
  110. set { _f_cusname = value; }
  111. get { return _f_cusname; }
  112. }
  113. /// <summary>
  114. /// 电话号码
  115. /// </summary>
  116. public string F_Phone
  117. {
  118. set { _f_phone = value; }
  119. get { return _f_phone; }
  120. }
  121. /// <summary>
  122. ///
  123. /// </summary>
  124. public string F_PhoneBy
  125. {
  126. set { _f_phoneby = value; }
  127. get { return _f_phoneby; }
  128. }
  129. /// <summary>
  130. ///
  131. /// </summary>
  132. public int? F_FPState
  133. {
  134. set { _f_fpstate = value; }
  135. get { return _f_fpstate; }
  136. }
  137. /// <summary>
  138. ///
  139. /// </summary>
  140. public int? F_YJState
  141. {
  142. set { _f_yjstate = value; }
  143. get { return _f_yjstate; }
  144. }
  145. /// <summary>
  146. ///
  147. /// </summary>
  148. public int? F_HCState
  149. {
  150. set { _f_hcstate = value; }
  151. get { return _f_hcstate; }
  152. }
  153. /// <summary>
  154. ///
  155. /// </summary>
  156. public int? F_UserId
  157. {
  158. set { _f_userid = value; }
  159. get { return _f_userid; }
  160. }
  161. /// <summary>
  162. ///
  163. /// </summary>
  164. public string F_UserName
  165. {
  166. set { _f_username = value; }
  167. get { return _f_username; }
  168. }
  169. /// <summary>
  170. ///
  171. /// </summary>
  172. public DateTime? F_CreateTime
  173. {
  174. set { _f_createtime = value; }
  175. get { return _f_createtime; }
  176. }
  177. /// <summary>
  178. /// 答案ID或内容
  179. /// </summary>
  180. public string F_AskInfo
  181. {
  182. set { _f_askinfo = value; }
  183. get { return _f_askinfo; }
  184. }
  185. /// <summary>
  186. /// 试题ID
  187. /// </summary>
  188. public string F_AskRes
  189. {
  190. set { _f_askres = value; }
  191. get { return _f_askres; }
  192. }
  193. /// <summary>
  194. ///
  195. /// </summary>
  196. public int? F_HJJGId
  197. {
  198. set { _f_hjjgid = value; }
  199. get { return _f_hjjgid; }
  200. }
  201. /// <summary>
  202. ///
  203. /// </summary>
  204. public string F_HJJGName
  205. {
  206. set { _f_hjjgname = value; }
  207. get { return _f_hjjgname; }
  208. }
  209. /// <summary>
  210. /// 用户反馈ID
  211. /// </summary>
  212. public int? F_YHFKId
  213. {
  214. set { _f_yhfkid = value; }
  215. get { return _f_yhfkid; }
  216. }
  217. /// <summary>
  218. /// 用户反馈
  219. /// </summary>
  220. public string F_YHFKName
  221. {
  222. set { _f_yhfkname = value; }
  223. get { return _f_yhfkname; }
  224. }
  225. /// <summary>
  226. ///
  227. /// </summary>
  228. public DateTime? F_OptTime
  229. {
  230. set { _f_opttime = value; }
  231. get { return _f_opttime; }
  232. }
  233. /// <summary>
  234. ///
  235. /// </summary>
  236. public string F_OptUserCode
  237. {
  238. set { _f_optusercode = value; }
  239. get { return _f_optusercode; }
  240. }
  241. /// <summary>
  242. ///
  243. /// </summary>
  244. public int? ExpandIntField1
  245. {
  246. set { _expandintfield1 = value; }
  247. get { return _expandintfield1; }
  248. }
  249. /// <summary>
  250. ///
  251. /// </summary>
  252. public int? ExpandIntField2
  253. {
  254. set { _expandintfield2 = value; }
  255. get { return _expandintfield2; }
  256. }
  257. /// <summary>
  258. ///
  259. /// </summary>
  260. public int? ExpandIntField3
  261. {
  262. set { _expandintfield3 = value; }
  263. get { return _expandintfield3; }
  264. }
  265. /// <summary>
  266. ///
  267. /// </summary>
  268. public int? ExpandIntField4
  269. {
  270. set { _expandintfield4 = value; }
  271. get { return _expandintfield4; }
  272. }
  273. /// <summary>
  274. ///
  275. /// </summary>
  276. public int? ExpandIntField5
  277. {
  278. set { _expandintfield5 = value; }
  279. get { return _expandintfield5; }
  280. }
  281. /// <summary>
  282. ///
  283. /// </summary>
  284. public int? ExpandIntField6
  285. {
  286. set { _expandintfield6 = value; }
  287. get { return _expandintfield6; }
  288. }
  289. /// <summary>
  290. ///
  291. /// </summary>
  292. public decimal? ExpandDecField1
  293. {
  294. set { _expanddecfield1 = value; }
  295. get { return _expanddecfield1; }
  296. }
  297. /// <summary>
  298. ///
  299. /// </summary>
  300. public decimal? ExpandDecField2
  301. {
  302. set { _expanddecfield2 = value; }
  303. get { return _expanddecfield2; }
  304. }
  305. /// <summary>
  306. ///
  307. /// </summary>
  308. public decimal? ExpandDecField3
  309. {
  310. set { _expanddecfield3 = value; }
  311. get { return _expanddecfield3; }
  312. }
  313. /// <summary>
  314. ///
  315. /// </summary>
  316. public decimal? ExpandDecField4
  317. {
  318. set { _expanddecfield4 = value; }
  319. get { return _expanddecfield4; }
  320. }
  321. /// <summary>
  322. ///
  323. /// </summary>
  324. public decimal? ExpandDecField5
  325. {
  326. set { _expanddecfield5 = value; }
  327. get { return _expanddecfield5; }
  328. }
  329. /// <summary>
  330. ///
  331. /// </summary>
  332. public decimal? ExpandDecField6
  333. {
  334. set { _expanddecfield6 = value; }
  335. get { return _expanddecfield6; }
  336. }
  337. /// <summary>
  338. ///
  339. /// </summary>
  340. public DateTime? ExpandDatField1
  341. {
  342. set { _expanddatfield1 = value; }
  343. get { return _expanddatfield1; }
  344. }
  345. /// <summary>
  346. ///
  347. /// </summary>
  348. public DateTime? ExpandDatField2
  349. {
  350. set { _expanddatfield2 = value; }
  351. get { return _expanddatfield2; }
  352. }
  353. /// <summary>
  354. ///
  355. /// </summary>
  356. public DateTime? ExpandDatField3
  357. {
  358. set { _expanddatfield3 = value; }
  359. get { return _expanddatfield3; }
  360. }
  361. /// <summary>
  362. ///
  363. /// </summary>
  364. public DateTime? ExpandDatField4
  365. {
  366. set { _expanddatfield4 = value; }
  367. get { return _expanddatfield4; }
  368. }
  369. /// <summary>
  370. ///
  371. /// </summary>
  372. public DateTime? ExpandDatField5
  373. {
  374. set { _expanddatfield5 = value; }
  375. get { return _expanddatfield5; }
  376. }
  377. /// <summary>
  378. ///
  379. /// </summary>
  380. public DateTime? ExpandDatField6
  381. {
  382. set { _expanddatfield6 = value; }
  383. get { return _expanddatfield6; }
  384. }
  385. /// <summary>
  386. ///
  387. /// </summary>
  388. public string ExpandVchField1
  389. {
  390. set { _expandvchfield1 = value; }
  391. get { return _expandvchfield1; }
  392. }
  393. /// <summary>
  394. ///
  395. /// </summary>
  396. public string ExpandVchField2
  397. {
  398. set { _expandvchfield2 = value; }
  399. get { return _expandvchfield2; }
  400. }
  401. /// <summary>
  402. ///
  403. /// </summary>
  404. public string ExpandVchField3
  405. {
  406. set { _expandvchfield3 = value; }
  407. get { return _expandvchfield3; }
  408. }
  409. /// <summary>
  410. ///
  411. /// </summary>
  412. public string ExpandVchField4
  413. {
  414. set { _expandvchfield4 = value; }
  415. get { return _expandvchfield4; }
  416. }
  417. /// <summary>
  418. ///
  419. /// </summary>
  420. public string ExpandVchField5
  421. {
  422. set { _expandvchfield5 = value; }
  423. get { return _expandvchfield5; }
  424. }
  425. /// <summary>
  426. ///
  427. /// </summary>
  428. public string ExpandVchField6
  429. {
  430. set { _expandvchfield6 = value; }
  431. get { return _expandvchfield6; }
  432. }
  433. /// <summary>
  434. ///
  435. /// </summary>
  436. public string ExpandVchField7
  437. {
  438. set { _expandvchfield7 = value; }
  439. get { return _expandvchfield7; }
  440. }
  441. /// <summary>
  442. ///
  443. /// </summary>
  444. public string ExpandVchField8
  445. {
  446. set { _expandvchfield8 = value; }
  447. get { return _expandvchfield8; }
  448. }
  449. /// <summary>
  450. ///
  451. /// </summary>
  452. public string ExpandVchField9
  453. {
  454. set { _expandvchfield9 = value; }
  455. get { return _expandvchfield9; }
  456. }
  457. /// <summary>
  458. ///
  459. /// </summary>
  460. public string ExpandVchField10
  461. {
  462. set { _expandvchfield10 = value; }
  463. get { return _expandvchfield10; }
  464. }
  465. /// <summary>
  466. ///
  467. /// </summary>
  468. public string ExpandVchField11
  469. {
  470. set { _expandvchfield11 = value; }
  471. get { return _expandvchfield11; }
  472. }
  473. /// <summary>
  474. ///
  475. /// </summary>
  476. public string ExpandVchField12
  477. {
  478. set { _expandvchfield12 = value; }
  479. get { return _expandvchfield12; }
  480. }
  481. /// <summary>
  482. ///
  483. /// </summary>
  484. public string ExpandVchField13
  485. {
  486. set { _expandvchfield13 = value; }
  487. get { return _expandvchfield13; }
  488. }
  489. /// <summary>
  490. ///
  491. /// </summary>
  492. public string ExpandVchField14
  493. {
  494. set { _expandvchfield14 = value; }
  495. get { return _expandvchfield14; }
  496. }
  497. /// <summary>
  498. ///
  499. /// </summary>
  500. public string ExpandVchField15
  501. {
  502. set { _expandvchfield15 = value; }
  503. get { return _expandvchfield15; }
  504. }
  505. /// <summary>
  506. ///
  507. /// </summary>
  508. public int? ExpandSintField1
  509. {
  510. set { _expandsintfield1 = value; }
  511. get { return _expandsintfield1; }
  512. }
  513. /// <summary>
  514. ///
  515. /// </summary>
  516. public int? ExpandSintField2
  517. {
  518. set { _expandsintfield2 = value; }
  519. get { return _expandsintfield2; }
  520. }
  521. /// <summary>
  522. ///
  523. /// </summary>
  524. public int? ExpandSintField3
  525. {
  526. set { _expandsintfield3 = value; }
  527. get { return _expandsintfield3; }
  528. }
  529. /// <summary>
  530. ///
  531. /// </summary>
  532. public int? ExpandSintField4
  533. {
  534. set { _expandsintfield4 = value; }
  535. get { return _expandsintfield4; }
  536. }
  537. /// <summary>
  538. ///
  539. /// </summary>
  540. public int? ExpandSintField5
  541. {
  542. set { _expandsintfield5 = value; }
  543. get { return _expandsintfield5; }
  544. }
  545. #endregion Model
  546. }
  547. }