三元财务API

T_Cus_CustomerBase.cs 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  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 = 0;
  85. private int? _f_customerclassid = -1;
  86. private int? _f_relationshipclassid = 0;
  87. private int? _f_cityid;
  88. private string _f_wxopenid;
  89. private string _f_password;
  90. /// <summary>
  91. /// id
  92. /// </summary>
  93. public int F_CustomerId
  94. {
  95. set { _f_customerid = value; }
  96. get { return _f_customerid; }
  97. }
  98. /// <summary>
  99. /// 姓名/联系人
  100. /// </summary>
  101. public string F_CustomerName
  102. {
  103. set { _f_customername = value; }
  104. get { return _f_customername; }
  105. }
  106. /// <summary>
  107. /// 客户工作单位
  108. /// </summary>
  109. public string F_CustomerCode
  110. {
  111. set { _f_customercode = value; }
  112. get { return _f_customercode; }
  113. }
  114. /// <summary>
  115. /// 性别(男,女)
  116. /// </summary>
  117. public string F_CustomerEName
  118. {
  119. set { _f_customerename = value; }
  120. get { return _f_customerename; }
  121. }
  122. /// <summary>
  123. /// 出生年月
  124. /// </summary>
  125. public string F_CustomerPym
  126. {
  127. set { _f_customerpym = value; }
  128. get { return _f_customerpym; }
  129. }
  130. /// <summary>
  131. /// 区域id
  132. /// </summary>
  133. public int? F_Layer
  134. {
  135. set { _f_layer = value; }
  136. get { return _f_layer; }
  137. }
  138. /// <summary>
  139. /// 学历
  140. /// </summary>
  141. public string F_CustomerLayer
  142. {
  143. set { _f_customerlayer = value; }
  144. get { return _f_customerlayer; }
  145. }
  146. /// <summary>
  147. /// 总房款
  148. /// </summary>
  149. public int? F_TradeId
  150. {
  151. set { _f_tradeid = value; }
  152. get { return _f_tradeid; }
  153. }
  154. /// <summary>
  155. /// 老带新套数
  156. /// </summary>
  157. public int? F_RegionId
  158. {
  159. set { _f_regionid = value; }
  160. get { return _f_regionid; }
  161. }
  162. /// <summary>
  163. ///
  164. /// </summary>
  165. public int? F_IndustryId
  166. {
  167. set { _f_industryid = value; }
  168. get { return _f_industryid; }
  169. }
  170. /// <summary>
  171. /// 通讯住址
  172. /// </summary>
  173. public string F_Address
  174. {
  175. set { _f_address = value; }
  176. get { return _f_address; }
  177. }
  178. /// <summary>
  179. /// 车辆品牌
  180. /// </summary>
  181. public string F_Url
  182. {
  183. set { _f_url = value; }
  184. get { return _f_url; }
  185. }
  186. /// <summary>
  187. /// 电话
  188. /// </summary>
  189. public string F_Telephone
  190. {
  191. set { _f_telephone = value; }
  192. get { return _f_telephone; }
  193. }
  194. /// <summary>
  195. /// 手机号码
  196. /// </summary>
  197. public string F_Mobile
  198. {
  199. set { _f_mobile = value; }
  200. get { return _f_mobile; }
  201. }
  202. /// <summary>
  203. /// 传真
  204. /// </summary>
  205. public string F_Fax
  206. {
  207. set { _f_fax = value; }
  208. get { return _f_fax; }
  209. }
  210. /// <summary>
  211. /// 邮箱
  212. /// </summary>
  213. public string F_Email
  214. {
  215. set { _f_email = value; }
  216. get { return _f_email; }
  217. }
  218. /// <summary>
  219. /// 兴趣爱好
  220. /// </summary>
  221. public string F_Website
  222. {
  223. set { _f_website = value; }
  224. get { return _f_website; }
  225. }
  226. /// <summary>
  227. /// 收入层次
  228. /// </summary>
  229. public string F_PostCode
  230. {
  231. set { _f_postcode = value; }
  232. get { return _f_postcode; }
  233. }
  234. /// <summary>
  235. /// 所购项目
  236. /// </summary>
  237. public string F_ScaleResume
  238. {
  239. set { _f_scaleresume = value; }
  240. get { return _f_scaleresume; }
  241. }
  242. /// <summary>
  243. /// 所购项目id
  244. /// </summary>
  245. public int? F_CategoryId
  246. {
  247. set { _f_categoryid = value; }
  248. get { return _f_categoryid; }
  249. }
  250. /// <summary>
  251. /// 客户职业
  252. /// </summary>
  253. public string F_BusinessProfile
  254. {
  255. set { _f_businessprofile = value; }
  256. get { return _f_businessprofile; }
  257. }
  258. /// <summary>
  259. /// 楼号 - 期
  260. /// </summary>
  261. public int? F_CustomerType
  262. {
  263. set { _f_customertype = value; }
  264. get { return _f_customertype; }
  265. }
  266. /// <summary>
  267. ///
  268. /// </summary>
  269. public string F_IntentProduct
  270. {
  271. set { _f_intentproduct = value; }
  272. get { return _f_intentproduct; }
  273. }
  274. /// <summary>
  275. /// 所购楼层信息(房间号)
  276. /// </summary>
  277. public string F_BusinessLicenseID
  278. {
  279. set { _f_businesslicenseid = value; }
  280. get { return _f_businesslicenseid; }
  281. }
  282. /// <summary>
  283. /// 婚姻状况
  284. /// </summary>
  285. public string F_TaxID
  286. {
  287. set { _f_taxid = value; }
  288. get { return _f_taxid; }
  289. }
  290. /// <summary>
  291. /// 职务
  292. /// </summary>
  293. public string F_OpeningBank
  294. {
  295. set { _f_openingbank = value; }
  296. get { return _f_openingbank; }
  297. }
  298. /// <summary>
  299. /// 老带新项目
  300. /// </summary>
  301. public string F_BankAccount
  302. {
  303. set { _f_bankaccount = value; }
  304. get { return _f_bankaccount; }
  305. }
  306. /// <summary>
  307. /// 置业顾问
  308. /// </summary>
  309. public string F_LegalRepresentative
  310. {
  311. set { _f_legalrepresentative = value; }
  312. get { return _f_legalrepresentative; }
  313. }
  314. /// <summary>
  315. /// 身份证号
  316. /// </summary>
  317. public string F_LegalRepresentativeCardID
  318. {
  319. set { _f_legalrepresentativecardid = value; }
  320. get { return _f_legalrepresentativecardid; }
  321. }
  322. /// <summary>
  323. /// 籍贯(精准到县)
  324. /// </summary>
  325. public string F_Nature
  326. {
  327. set { _f_nature = value; }
  328. get { return _f_nature; }
  329. }
  330. /// <summary>
  331. /// 车牌号码
  332. /// </summary>
  333. public string F_Kind
  334. {
  335. set { _f_kind = value; }
  336. get { return _f_kind; }
  337. }
  338. /// <summary>
  339. /// 家庭人口
  340. /// </summary>
  341. public string F_MainProduct
  342. {
  343. set { _f_mainproduct = value; }
  344. get { return _f_mainproduct; }
  345. }
  346. /// <summary>
  347. /// 客户配偶情况
  348. /// </summary>
  349. public string F_CustomerFrom
  350. {
  351. set { _f_customerfrom = value; }
  352. get { return _f_customerfrom; }
  353. }
  354. /// <summary>
  355. /// 客户子女情况
  356. /// </summary>
  357. public string F_TrackInfo
  358. {
  359. set { _f_trackinfo = value; }
  360. get { return _f_trackinfo; }
  361. }
  362. /// <summary>
  363. /// 客户父母情况
  364. /// </summary>
  365. public string F_TrackState
  366. {
  367. set { _f_trackstate = value; }
  368. get { return _f_trackstate; }
  369. }
  370. /// <summary>
  371. /// 客户消费偏好
  372. /// </summary>
  373. public string F_ImportDegree
  374. {
  375. set { _f_importdegree = value; }
  376. get { return _f_importdegree; }
  377. }
  378. /// <summary>
  379. ///
  380. /// </summary>
  381. public int? F_CreateBy
  382. {
  383. set { _f_createby = value; }
  384. get { return _f_createby; }
  385. }
  386. /// <summary>
  387. ///
  388. /// </summary>
  389. public DateTime? F_CreatedOn
  390. {
  391. set { _f_createdon = value; }
  392. get { return _f_createdon; }
  393. }
  394. /// <summary>
  395. ///
  396. /// </summary>
  397. public int? F_ModifyBy
  398. {
  399. set { _f_modifyby = value; }
  400. get { return _f_modifyby; }
  401. }
  402. /// <summary>
  403. ///
  404. /// </summary>
  405. public DateTime? F_ModifiedOn
  406. {
  407. set { _f_modifiedon = value; }
  408. get { return _f_modifiedon; }
  409. }
  410. /// <summary>
  411. /// 删除:正常0 删除1
  412. /// </summary>
  413. public int? F_DeleteFlag
  414. {
  415. set { _f_deleteflag = value; }
  416. get { return _f_deleteflag; }
  417. }
  418. /// <summary>
  419. /// 判断微信是否注册0未注册,1已注册(1、已经导入的业主信息,需要注册后才能登陆;2、没有导入的信息,不能注册)
  420. /// </summary>
  421. public int? F_StatusCode
  422. {
  423. set { _f_statuscode = value; }
  424. get { return _f_statuscode; }
  425. }
  426. /// <summary>
  427. ///
  428. /// </summary>
  429. public string F_ServiceDept
  430. {
  431. set { _f_servicedept = value; }
  432. get { return _f_servicedept; }
  433. }
  434. /// <summary>
  435. ///
  436. /// </summary>
  437. public string F_ChargeName
  438. {
  439. set { _f_chargename = value; }
  440. get { return _f_chargename; }
  441. }
  442. /// <summary>
  443. ///
  444. /// </summary>
  445. public string F_ChargeTelephone
  446. {
  447. set { _f_chargetelephone = value; }
  448. get { return _f_chargetelephone; }
  449. }
  450. /// <summary>
  451. /// 来电单位所在省份
  452. /// </summary>
  453. public string F_Province
  454. {
  455. set { _f_province = value; }
  456. get { return _f_province; }
  457. }
  458. /// <summary>
  459. ///
  460. /// </summary>
  461. public string F_ProductLine
  462. {
  463. set { _f_productline = value; }
  464. get { return _f_productline; }
  465. }
  466. /// <summary>
  467. /// 负责部门
  468. /// </summary>
  469. public string F_ChargeDept
  470. {
  471. set { _f_chargedept = value; }
  472. get { return _f_chargedept; }
  473. }
  474. /// <summary>
  475. ///
  476. /// </summary>
  477. public string F_AfterSaleName
  478. {
  479. set { _f_aftersalename = value; }
  480. get { return _f_aftersalename; }
  481. }
  482. /// <summary>
  483. /// 楼号
  484. /// </summary>
  485. public string F_CustomerNature
  486. {
  487. set { _f_customernature = value; }
  488. get { return _f_customernature; }
  489. }
  490. /// <summary>
  491. /// 单元号
  492. /// </summary>
  493. public string F_CustomerClass
  494. {
  495. set { _f_customerclass = value; }
  496. get { return _f_customerclass; }
  497. }
  498. /// <summary>
  499. /// 来电单位
  500. /// </summary>
  501. public string F_CustomerIndustry
  502. {
  503. set { _f_customerindustry = value; }
  504. get { return _f_customerindustry; }
  505. }
  506. /// <summary>
  507. /// 反馈单位
  508. /// </summary>
  509. public string F_RelationShipClass
  510. {
  511. set { _f_relationshipclass = value; }
  512. get { return _f_relationshipclass; }
  513. }
  514. /// <summary>
  515. ///
  516. /// </summary>
  517. public string F_CurrentVersion
  518. {
  519. set { _f_currentversion = value; }
  520. get { return _f_currentversion; }
  521. }
  522. /// <summary>
  523. ///
  524. /// </summary>
  525. public DateTime? F_SystemStartTime
  526. {
  527. set { _f_systemstarttime = value; }
  528. get { return _f_systemstarttime; }
  529. }
  530. /// <summary>
  531. ///
  532. /// </summary>
  533. public DateTime? F_QualityGuaranteeEndTime
  534. {
  535. set { _f_qualityguaranteeendtime = value; }
  536. get { return _f_qualityguaranteeendtime; }
  537. }
  538. /// <summary>
  539. ///
  540. /// </summary>
  541. public string F_AfterSaleTelephone
  542. {
  543. set { _f_aftersaletelephone = value; }
  544. get { return _f_aftersaletelephone; }
  545. }
  546. /// <summary>
  547. /// 其他备注
  548. /// </summary>
  549. public string F_Notes
  550. {
  551. set { _f_notes = value; }
  552. get { return _f_notes; }
  553. }
  554. /// <summary>
  555. ///
  556. /// </summary>
  557. public string F_SystemType
  558. {
  559. set { _f_systemtype = value; }
  560. get { return _f_systemtype; }
  561. }
  562. /// <summary>
  563. ///
  564. /// </summary>
  565. public string F_City
  566. {
  567. set { _f_city = value; }
  568. get { return _f_city; }
  569. }
  570. /// <summary>
  571. ///
  572. /// </summary>
  573. public string F_CustomerStatus
  574. {
  575. set { _f_customerstatus = value; }
  576. get { return _f_customerstatus; }
  577. }
  578. /// <summary>
  579. ///
  580. /// </summary>
  581. public int? F_DeviceCount
  582. {
  583. set { _f_devicecount = value; }
  584. get { return _f_devicecount; }
  585. }
  586. /// <summary>
  587. ///
  588. /// </summary>
  589. public string F_MaintenanceType
  590. {
  591. set { _f_maintenancetype = value; }
  592. get { return _f_maintenancetype; }
  593. }
  594. /// <summary>
  595. ///
  596. /// </summary>
  597. public string F_ERPCustomerCode
  598. {
  599. set { _f_erpcustomercode = value; }
  600. get { return _f_erpcustomercode; }
  601. }
  602. /// <summary>
  603. ///
  604. /// </summary>
  605. public int? F_ServiceDeptID
  606. {
  607. set { _f_servicedeptid = value; }
  608. get { return _f_servicedeptid; }
  609. }
  610. /// <summary>
  611. ///
  612. /// </summary>
  613. public int? F_ProductLineID
  614. {
  615. set { _f_productlineid = value; }
  616. get { return _f_productlineid; }
  617. }
  618. /// <summary>
  619. ///
  620. /// </summary>
  621. public int? F_AfterSaleNameID
  622. {
  623. set { _f_aftersalenameid = value; }
  624. get { return _f_aftersalenameid; }
  625. }
  626. /// <summary>
  627. /// 房主关系
  628. /// </summary>
  629. public int? F_CustomerNatureID
  630. {
  631. set { _f_customernatureid = value; }
  632. get { return _f_customernatureid; }
  633. }
  634. /// <summary>
  635. /// //用户级别 -1来电用户 0准业主(父级) >0租户和亲戚朋友(子级)
  636. /// </summary>
  637. public int? F_CustomerClassID
  638. {
  639. set { _f_customerclassid = value; }
  640. get { return _f_customerclassid; }
  641. }
  642. /// <summary>
  643. /// //用户区别: 0默认 >0准业主会员账号F_CustomerClassID的Id值
  644. /// </summary>
  645. public int? F_RelationShipClassID
  646. {
  647. set { _f_relationshipclassid = value; }
  648. get { return _f_relationshipclassid; }
  649. }
  650. /// <summary>
  651. ///
  652. /// </summary>
  653. public int? F_CityID
  654. {
  655. set { _f_cityid = value; }
  656. get { return _f_cityid; }
  657. }
  658. /// <summary>
  659. /// 微信openid
  660. /// </summary>
  661. public string F_WxOpenId
  662. {
  663. set { _f_wxopenid = value; }
  664. get { return _f_wxopenid; }
  665. }
  666. /// <summary>
  667. /// 密码
  668. /// </summary>
  669. public string F_Password
  670. {
  671. set { _f_password = value; }
  672. get { return _f_password; }
  673. }
  674. #endregion Model
  675. }
  676. }