地铁二期项目正式开始

T_Cus_CustomerBase.cs 15KB

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