No Description

T_Call_OutTaskRecords.cs 14KB

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