Нет описания

T_Cus_CustomerBase.cs 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  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_Cus_CustomerBase:实体类(属性说明自动提取数据库字段的描述信息)
  10. /// </summary>
  11. [Serializable]
  12. public partial class T_Cus_CustomerBase
  13. {
  14. public T_Cus_CustomerBase()
  15. { }
  16. #region Model
  17. private int _f_customerid;
  18. private string _f_customername;
  19. private string _f_customercode;
  20. private string _f_customerename;
  21. private string _f_customerpym;
  22. private int? _f_layer;
  23. private string _f_customerlayer;
  24. private int? _f_categoryid = 0;
  25. private int? _f_tradeid = 0;
  26. private int? _f_regionid;
  27. private int? _f_industryid = 0;
  28. private string _f_address;
  29. private string _f_url;
  30. private string _f_telephone;
  31. private string _f_mobile;
  32. private string _f_fax;
  33. private string _f_email;
  34. private string _f_website;
  35. private string _f_postcode;
  36. private string _f_scaleresume;
  37. private string _f_businessprofile;
  38. private string _f_businesslicenseid;
  39. private string _f_taxid;
  40. private string _f_openingbank;
  41. private string _f_bankaccount;
  42. private string _f_legalrepresentative;
  43. private string _f_legalrepresentativecardid;
  44. private string _f_nature;
  45. private string _f_kind;
  46. private int? _f_customertype;
  47. private string _f_mainproduct;
  48. private string _f_customerfrom;
  49. private string _f_trackinfo;
  50. private string _f_trackstate;
  51. private string _f_importdegree;
  52. private string _f_intentproduct;
  53. private int? _f_createby = 0;
  54. private DateTime? _f_createdon;
  55. private int? _f_modifyby = 0;
  56. private DateTime? _f_modifiedon;
  57. private int? _f_deleteflag = 0;
  58. private int? _f_statuscode = 0;
  59. private string _f_servicedept;
  60. private string _f_chargename;
  61. private string _f_chargetelephone;
  62. private string _f_province;
  63. private string _f_productline;
  64. private string _f_chargedept;
  65. private string _f_aftersalename;
  66. private string _f_customernature;
  67. private string _f_customerclass;
  68. private string _f_customerindustry;
  69. private string _f_relationshipclass;
  70. private string _f_currentversion;
  71. private DateTime? _f_systemstarttime;
  72. private DateTime? _f_qualityguaranteeendtime;
  73. private string _f_aftersaletelephone;
  74. private string _f_notes;
  75. private string _f_systemtype;
  76. private string _f_city;
  77. private string _f_customerstatus;
  78. private int? _f_devicecount;
  79. private string _f_maintenancetype;
  80. private string _f_erpcustomercode;
  81. private int? _f_servicedeptid;
  82. private int? _f_productlineid;
  83. private int? _f_aftersalenameid;
  84. private int? _f_customernatureid;
  85. private int? _f_customerclassid;
  86. private int? _f_relationshipclassid;
  87. private int? _f_cityid;
  88. private string _f_sex;
  89. /// <summary>
  90. ///
  91. /// </summary>
  92. public int F_CustomerId
  93. {
  94. set { _f_customerid = value; }
  95. get { return _f_customerid; }
  96. }
  97. /// <summary>
  98. ///
  99. /// </summary>
  100. public string F_CustomerName
  101. {
  102. set { _f_customername = value; }
  103. get { return _f_customername; }
  104. }
  105. /// <summary>
  106. ///
  107. /// </summary>
  108. public string F_CustomerCode
  109. {
  110. set { _f_customercode = value; }
  111. get { return _f_customercode; }
  112. }
  113. /// <summary>
  114. ///
  115. /// </summary>
  116. public string F_CustomerEName
  117. {
  118. set { _f_customerename = value; }
  119. get { return _f_customerename; }
  120. }
  121. /// <summary>
  122. ///
  123. /// </summary>
  124. public string F_CustomerPym
  125. {
  126. set { _f_customerpym = value; }
  127. get { return _f_customerpym; }
  128. }
  129. /// <summary>
  130. ///
  131. /// </summary>
  132. public int? F_Layer
  133. {
  134. set { _f_layer = value; }
  135. get { return _f_layer; }
  136. }
  137. /// <summary>
  138. ///
  139. /// </summary>
  140. public string F_CustomerLayer
  141. {
  142. set { _f_customerlayer = value; }
  143. get { return _f_customerlayer; }
  144. }
  145. /// <summary>
  146. ///
  147. /// </summary>
  148. public int? F_CategoryId
  149. {
  150. set { _f_categoryid = value; }
  151. get { return _f_categoryid; }
  152. }
  153. /// <summary>
  154. ///
  155. /// </summary>
  156. public int? F_TradeId
  157. {
  158. set { _f_tradeid = value; }
  159. get { return _f_tradeid; }
  160. }
  161. /// <summary>
  162. ///
  163. /// </summary>
  164. public int? F_RegionId
  165. {
  166. set { _f_regionid = value; }
  167. get { return _f_regionid; }
  168. }
  169. /// <summary>
  170. ///
  171. /// </summary>
  172. public int? F_IndustryId
  173. {
  174. set { _f_industryid = value; }
  175. get { return _f_industryid; }
  176. }
  177. /// <summary>
  178. ///
  179. /// </summary>
  180. public string F_Address
  181. {
  182. set { _f_address = value; }
  183. get { return _f_address; }
  184. }
  185. /// <summary>
  186. ///
  187. /// </summary>
  188. public string F_Url
  189. {
  190. set { _f_url = value; }
  191. get { return _f_url; }
  192. }
  193. /// <summary>
  194. ///
  195. /// </summary>
  196. public string F_Telephone
  197. {
  198. set { _f_telephone = value; }
  199. get { return _f_telephone; }
  200. }
  201. /// <summary>
  202. ///
  203. /// </summary>
  204. public string F_Mobile
  205. {
  206. set { _f_mobile = value; }
  207. get { return _f_mobile; }
  208. }
  209. /// <summary>
  210. ///
  211. /// </summary>
  212. public string F_Fax
  213. {
  214. set { _f_fax = value; }
  215. get { return _f_fax; }
  216. }
  217. /// <summary>
  218. ///
  219. /// </summary>
  220. public string F_Email
  221. {
  222. set { _f_email = value; }
  223. get { return _f_email; }
  224. }
  225. /// <summary>
  226. ///
  227. /// </summary>
  228. public string F_Website
  229. {
  230. set { _f_website = value; }
  231. get { return _f_website; }
  232. }
  233. /// <summary>
  234. ///
  235. /// </summary>
  236. public string F_PostCode
  237. {
  238. set { _f_postcode = value; }
  239. get { return _f_postcode; }
  240. }
  241. /// <summary>
  242. ///
  243. /// </summary>
  244. public string F_ScaleResume
  245. {
  246. set { _f_scaleresume = value; }
  247. get { return _f_scaleresume; }
  248. }
  249. /// <summary>
  250. ///
  251. /// </summary>
  252. public string F_BusinessProfile
  253. {
  254. set { _f_businessprofile = value; }
  255. get { return _f_businessprofile; }
  256. }
  257. /// <summary>
  258. ///
  259. /// </summary>
  260. public string F_BusinessLicenseID
  261. {
  262. set { _f_businesslicenseid = value; }
  263. get { return _f_businesslicenseid; }
  264. }
  265. /// <summary>
  266. ///
  267. /// </summary>
  268. public string F_TaxID
  269. {
  270. set { _f_taxid = value; }
  271. get { return _f_taxid; }
  272. }
  273. /// <summary>
  274. ///
  275. /// </summary>
  276. public string F_OpeningBank
  277. {
  278. set { _f_openingbank = value; }
  279. get { return _f_openingbank; }
  280. }
  281. /// <summary>
  282. ///
  283. /// </summary>
  284. public string F_BankAccount
  285. {
  286. set { _f_bankaccount = value; }
  287. get { return _f_bankaccount; }
  288. }
  289. /// <summary>
  290. ///
  291. /// </summary>
  292. public string F_LegalRepresentative
  293. {
  294. set { _f_legalrepresentative = value; }
  295. get { return _f_legalrepresentative; }
  296. }
  297. /// <summary>
  298. ///
  299. /// </summary>
  300. public string F_LegalRepresentativeCardID
  301. {
  302. set { _f_legalrepresentativecardid = value; }
  303. get { return _f_legalrepresentativecardid; }
  304. }
  305. /// <summary>
  306. ///
  307. /// </summary>
  308. public string F_Nature
  309. {
  310. set { _f_nature = value; }
  311. get { return _f_nature; }
  312. }
  313. /// <summary>
  314. ///
  315. /// </summary>
  316. public string F_Kind
  317. {
  318. set { _f_kind = value; }
  319. get { return _f_kind; }
  320. }
  321. /// <summary>
  322. ///
  323. /// </summary>
  324. public int? F_CustomerType
  325. {
  326. set { _f_customertype = value; }
  327. get { return _f_customertype; }
  328. }
  329. /// <summary>
  330. ///
  331. /// </summary>
  332. public string F_MainProduct
  333. {
  334. set { _f_mainproduct = value; }
  335. get { return _f_mainproduct; }
  336. }
  337. /// <summary>
  338. ///
  339. /// </summary>
  340. public string F_CustomerFrom
  341. {
  342. set { _f_customerfrom = value; }
  343. get { return _f_customerfrom; }
  344. }
  345. /// <summary>
  346. ///
  347. /// </summary>
  348. public string F_TrackInfo
  349. {
  350. set { _f_trackinfo = value; }
  351. get { return _f_trackinfo; }
  352. }
  353. /// <summary>
  354. ///
  355. /// </summary>
  356. public string F_TrackState
  357. {
  358. set { _f_trackstate = value; }
  359. get { return _f_trackstate; }
  360. }
  361. /// <summary>
  362. ///
  363. /// </summary>
  364. public string F_ImportDegree
  365. {
  366. set { _f_importdegree = value; }
  367. get { return _f_importdegree; }
  368. }
  369. /// <summary>
  370. ///
  371. /// </summary>
  372. public string F_IntentProduct
  373. {
  374. set { _f_intentproduct = value; }
  375. get { return _f_intentproduct; }
  376. }
  377. /// <summary>
  378. ///
  379. /// </summary>
  380. public int? F_CreateBy
  381. {
  382. set { _f_createby = value; }
  383. get { return _f_createby; }
  384. }
  385. /// <summary>
  386. ///
  387. /// </summary>
  388. public DateTime? F_CreatedOn
  389. {
  390. set { _f_createdon = value; }
  391. get { return _f_createdon; }
  392. }
  393. /// <summary>
  394. ///
  395. /// </summary>
  396. public int? F_ModifyBy
  397. {
  398. set { _f_modifyby = value; }
  399. get { return _f_modifyby; }
  400. }
  401. /// <summary>
  402. ///
  403. /// </summary>
  404. public DateTime? F_ModifiedOn
  405. {
  406. set { _f_modifiedon = value; }
  407. get { return _f_modifiedon; }
  408. }
  409. /// <summary>
  410. ///
  411. /// </summary>
  412. public int? F_DeleteFlag
  413. {
  414. set { _f_deleteflag = value; }
  415. get { return _f_deleteflag; }
  416. }
  417. /// <summary>
  418. ///
  419. /// </summary>
  420. public int? F_StatusCode
  421. {
  422. set { _f_statuscode = value; }
  423. get { return _f_statuscode; }
  424. }
  425. /// <summary>
  426. ///
  427. /// </summary>
  428. public string F_ServiceDept
  429. {
  430. set { _f_servicedept = value; }
  431. get { return _f_servicedept; }
  432. }
  433. /// <summary>
  434. ///
  435. /// </summary>
  436. public string F_ChargeName
  437. {
  438. set { _f_chargename = value; }
  439. get { return _f_chargename; }
  440. }
  441. /// <summary>
  442. ///
  443. /// </summary>
  444. public string F_ChargeTelephone
  445. {
  446. set { _f_chargetelephone = value; }
  447. get { return _f_chargetelephone; }
  448. }
  449. /// <summary>
  450. ///
  451. /// </summary>
  452. public string F_Province
  453. {
  454. set { _f_province = value; }
  455. get { return _f_province; }
  456. }
  457. /// <summary>
  458. ///
  459. /// </summary>
  460. public string F_ProductLine
  461. {
  462. set { _f_productline = value; }
  463. get { return _f_productline; }
  464. }
  465. /// <summary>
  466. /// 负责部门
  467. /// </summary>
  468. public string F_ChargeDept
  469. {
  470. set { _f_chargedept = value; }
  471. get { return _f_chargedept; }
  472. }
  473. /// <summary>
  474. ///
  475. /// </summary>
  476. public string F_AfterSaleName
  477. {
  478. set { _f_aftersalename = value; }
  479. get { return _f_aftersalename; }
  480. }
  481. /// <summary>
  482. ///
  483. /// </summary>
  484. public string F_CustomerNature
  485. {
  486. set { _f_customernature = value; }
  487. get { return _f_customernature; }
  488. }
  489. /// <summary>
  490. ///
  491. /// </summary>
  492. public string F_CustomerClass
  493. {
  494. set { _f_customerclass = value; }
  495. get { return _f_customerclass; }
  496. }
  497. /// <summary>
  498. ///
  499. /// </summary>
  500. public string F_CustomerIndustry
  501. {
  502. set { _f_customerindustry = value; }
  503. get { return _f_customerindustry; }
  504. }
  505. /// <summary>
  506. ///
  507. /// </summary>
  508. public string F_RelationShipClass
  509. {
  510. set { _f_relationshipclass = value; }
  511. get { return _f_relationshipclass; }
  512. }
  513. /// <summary>
  514. ///
  515. /// </summary>
  516. public string F_CurrentVersion
  517. {
  518. set { _f_currentversion = value; }
  519. get { return _f_currentversion; }
  520. }
  521. /// <summary>
  522. ///
  523. /// </summary>
  524. public DateTime? F_SystemStartTime
  525. {
  526. set { _f_systemstarttime = value; }
  527. get { return _f_systemstarttime; }
  528. }
  529. /// <summary>
  530. ///
  531. /// </summary>
  532. public DateTime? F_QualityGuaranteeEndTime
  533. {
  534. set { _f_qualityguaranteeendtime = value; }
  535. get { return _f_qualityguaranteeendtime; }
  536. }
  537. /// <summary>
  538. ///
  539. /// </summary>
  540. public string F_AfterSaleTelephone
  541. {
  542. set { _f_aftersaletelephone = value; }
  543. get { return _f_aftersaletelephone; }
  544. }
  545. /// <summary>
  546. ///
  547. /// </summary>
  548. public string F_Notes
  549. {
  550. set { _f_notes = value; }
  551. get { return _f_notes; }
  552. }
  553. /// <summary>
  554. ///
  555. /// </summary>
  556. public string F_SystemType
  557. {
  558. set { _f_systemtype = value; }
  559. get { return _f_systemtype; }
  560. }
  561. /// <summary>
  562. ///
  563. /// </summary>
  564. public string F_City
  565. {
  566. set { _f_city = value; }
  567. get { return _f_city; }
  568. }
  569. /// <summary>
  570. ///
  571. /// </summary>
  572. public string F_CustomerStatus
  573. {
  574. set { _f_customerstatus = value; }
  575. get { return _f_customerstatus; }
  576. }
  577. /// <summary>
  578. ///
  579. /// </summary>
  580. public int? F_DeviceCount
  581. {
  582. set { _f_devicecount = value; }
  583. get { return _f_devicecount; }
  584. }
  585. /// <summary>
  586. ///
  587. /// </summary>
  588. public string F_MaintenanceType
  589. {
  590. set { _f_maintenancetype = value; }
  591. get { return _f_maintenancetype; }
  592. }
  593. /// <summary>
  594. ///
  595. /// </summary>
  596. public string F_ERPCustomerCode
  597. {
  598. set { _f_erpcustomercode = value; }
  599. get { return _f_erpcustomercode; }
  600. }
  601. /// <summary>
  602. ///
  603. /// </summary>
  604. public int? F_ServiceDeptID
  605. {
  606. set { _f_servicedeptid = value; }
  607. get { return _f_servicedeptid; }
  608. }
  609. /// <summary>
  610. ///
  611. /// </summary>
  612. public int? F_ProductLineID
  613. {
  614. set { _f_productlineid = value; }
  615. get { return _f_productlineid; }
  616. }
  617. /// <summary>
  618. ///
  619. /// </summary>
  620. public int? F_AfterSaleNameID
  621. {
  622. set { _f_aftersalenameid = value; }
  623. get { return _f_aftersalenameid; }
  624. }
  625. /// <summary>
  626. ///
  627. /// </summary>
  628. public int? F_CustomerNatureID
  629. {
  630. set { _f_customernatureid = value; }
  631. get { return _f_customernatureid; }
  632. }
  633. /// <summary>
  634. ///
  635. /// </summary>
  636. public int? F_CustomerClassID
  637. {
  638. set { _f_customerclassid = value; }
  639. get { return _f_customerclassid; }
  640. }
  641. /// <summary>
  642. ///
  643. /// </summary>
  644. public int? F_RelationShipClassID
  645. {
  646. set { _f_relationshipclassid = value; }
  647. get { return _f_relationshipclassid; }
  648. }
  649. /// <summary>
  650. ///
  651. /// </summary>
  652. public int? F_CityID
  653. {
  654. set { _f_cityid = value; }
  655. get { return _f_cityid; }
  656. }
  657. public string F_Sex
  658. {
  659. set { _f_sex = value; }
  660. get { return _f_sex; }
  661. }
  662. #endregion Model
  663. }
  664. }