郑许地铁

T_Cus_ContactPerson.cs 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. /** 版本信息模板在安装目录下,可自行修改。
  2. * T_Cus_ContactPerson.cs
  3. *
  4. * 功 能: N/A
  5. * 类 名: T_Cus_ContactPerson
  6. *
  7. * Ver 变更日期 负责人 变更内容
  8. * ───────────────────────────────────
  9. * V0.01 2015/3/5 11:17:53 N/A 初版
  10. *
  11. * Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
  12. *┌──────────────────────────────────┐
  13. *│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
  14. *│ 版权所有:动软卓越(北京)科技有限公司              │
  15. *└──────────────────────────────────┘
  16. */
  17. using System;
  18. namespace ZXDT.CallCenter.Model
  19. {
  20. /// <summary>
  21. /// T_Cus_ContactPerson:实体类(属性说明自动提取数据库字段的描述信息)
  22. /// </summary>
  23. [Serializable]
  24. public partial class T_Cus_ContactPerson
  25. {
  26. public T_Cus_ContactPerson()
  27. {}
  28. #region Model
  29. private int _f_manid;
  30. private int? _f_customerid;
  31. private int? _f_categoryid;
  32. private string _f_name;
  33. private string _f_ename;
  34. private bool _f_ismain= false;
  35. private string _f_sex;
  36. private string _f_telephone;
  37. private string _f_mobile;
  38. private string _f_fax;
  39. private string _f_address;
  40. private string _f_email;
  41. private string _f_duty;
  42. private string _f_department;
  43. private string _f_qq;
  44. private string _f_msn;
  45. private bool _f_isbirth;
  46. private DateTime? _f_birthday;
  47. private int? _f_birthtype=0;
  48. private DateTime? _f_birthcn;
  49. private int? _f_birthcnyear;
  50. private int? _f_birthcnmonth;
  51. private int? _f_birthcnday;
  52. private bool _f_issms;
  53. private string _f_smscontent;
  54. private DateTime? _f_firstdate;
  55. private DateTime? _f_latelydate;
  56. private string _f_remark;
  57. private Guid _f_createby;
  58. private DateTime? _f_createon;
  59. private Guid _f_modifyby;
  60. private DateTime? _f_modifyon;
  61. private int? _f_deletionstatecode=0;
  62. private string _f_useraccount;
  63. private string _f_password;
  64. private int? _f_roleid;
  65. /// <summary>
  66. ///
  67. /// </summary>
  68. public int F_ManId
  69. {
  70. set{ _f_manid=value;}
  71. get{return _f_manid;}
  72. }
  73. /// <summary>
  74. ///
  75. /// </summary>
  76. public int? F_CustomerId
  77. {
  78. set{ _f_customerid=value;}
  79. get{return _f_customerid;}
  80. }
  81. /// <summary>
  82. ///
  83. /// </summary>
  84. public int? F_CategoryId
  85. {
  86. set{ _f_categoryid=value;}
  87. get{return _f_categoryid;}
  88. }
  89. /// <summary>
  90. ///
  91. /// </summary>
  92. public string F_Name
  93. {
  94. set{ _f_name=value;}
  95. get{return _f_name;}
  96. }
  97. /// <summary>
  98. ///
  99. /// </summary>
  100. public string F_EName
  101. {
  102. set{ _f_ename=value;}
  103. get{return _f_ename;}
  104. }
  105. /// <summary>
  106. ///
  107. /// </summary>
  108. public bool F_IsMain
  109. {
  110. set{ _f_ismain=value;}
  111. get{return _f_ismain;}
  112. }
  113. /// <summary>
  114. ///
  115. /// </summary>
  116. public string F_Sex
  117. {
  118. set{ _f_sex=value;}
  119. get{return _f_sex;}
  120. }
  121. /// <summary>
  122. ///
  123. /// </summary>
  124. public string F_Telephone
  125. {
  126. set{ _f_telephone=value;}
  127. get{return _f_telephone;}
  128. }
  129. /// <summary>
  130. ///
  131. /// </summary>
  132. public string F_Mobile
  133. {
  134. set{ _f_mobile=value;}
  135. get{return _f_mobile;}
  136. }
  137. /// <summary>
  138. ///
  139. /// </summary>
  140. public string F_Fax
  141. {
  142. set{ _f_fax=value;}
  143. get{return _f_fax;}
  144. }
  145. /// <summary>
  146. ///
  147. /// </summary>
  148. public string F_Address
  149. {
  150. set{ _f_address=value;}
  151. get{return _f_address;}
  152. }
  153. /// <summary>
  154. ///
  155. /// </summary>
  156. public string F_Email
  157. {
  158. set{ _f_email=value;}
  159. get{return _f_email;}
  160. }
  161. /// <summary>
  162. ///
  163. /// </summary>
  164. public string F_Duty
  165. {
  166. set{ _f_duty=value;}
  167. get{return _f_duty;}
  168. }
  169. /// <summary>
  170. ///
  171. /// </summary>
  172. public string F_Department
  173. {
  174. set{ _f_department=value;}
  175. get{return _f_department;}
  176. }
  177. /// <summary>
  178. ///
  179. /// </summary>
  180. public string F_QQ
  181. {
  182. set{ _f_qq=value;}
  183. get{return _f_qq;}
  184. }
  185. /// <summary>
  186. ///
  187. /// </summary>
  188. public string F_MSN
  189. {
  190. set{ _f_msn=value;}
  191. get{return _f_msn;}
  192. }
  193. /// <summary>
  194. ///
  195. /// </summary>
  196. public bool F_IsBirth
  197. {
  198. set{ _f_isbirth=value;}
  199. get{return _f_isbirth;}
  200. }
  201. /// <summary>
  202. ///
  203. /// </summary>
  204. public DateTime? F_Birthday
  205. {
  206. set{ _f_birthday=value;}
  207. get{return _f_birthday;}
  208. }
  209. /// <summary>
  210. /// 生日类型(0阳历、1农历)
  211. /// </summary>
  212. public int? F_BirthType
  213. {
  214. set{ _f_birthtype=value;}
  215. get{return _f_birthtype;}
  216. }
  217. /// <summary>
  218. /// 农历生日
  219. /// </summary>
  220. public DateTime? F_BirthCN
  221. {
  222. set{ _f_birthcn=value;}
  223. get{return _f_birthcn;}
  224. }
  225. /// <summary>
  226. /// 农历年
  227. /// </summary>
  228. public int? F_BirthCNYear
  229. {
  230. set{ _f_birthcnyear=value;}
  231. get{return _f_birthcnyear;}
  232. }
  233. /// <summary>
  234. /// 农历月
  235. /// </summary>
  236. public int? F_BirthCNMonth
  237. {
  238. set{ _f_birthcnmonth=value;}
  239. get{return _f_birthcnmonth;}
  240. }
  241. /// <summary>
  242. /// 农历日
  243. /// </summary>
  244. public int? F_BirthCNDay
  245. {
  246. set{ _f_birthcnday=value;}
  247. get{return _f_birthcnday;}
  248. }
  249. /// <summary>
  250. ///
  251. /// </summary>
  252. public bool F_IsSMS
  253. {
  254. set{ _f_issms=value;}
  255. get{return _f_issms;}
  256. }
  257. /// <summary>
  258. ///
  259. /// </summary>
  260. public string F_SMSContent
  261. {
  262. set{ _f_smscontent=value;}
  263. get{return _f_smscontent;}
  264. }
  265. /// <summary>
  266. ///
  267. /// </summary>
  268. public DateTime? F_FirstDate
  269. {
  270. set{ _f_firstdate=value;}
  271. get{return _f_firstdate;}
  272. }
  273. /// <summary>
  274. ///
  275. /// </summary>
  276. public DateTime? F_LatelyDate
  277. {
  278. set{ _f_latelydate=value;}
  279. get{return _f_latelydate;}
  280. }
  281. /// <summary>
  282. ///
  283. /// </summary>
  284. public string F_Remark
  285. {
  286. set{ _f_remark=value;}
  287. get{return _f_remark;}
  288. }
  289. /// <summary>
  290. ///
  291. /// </summary>
  292. public Guid F_CreateBy
  293. {
  294. set{ _f_createby=value;}
  295. get{return _f_createby;}
  296. }
  297. /// <summary>
  298. ///
  299. /// </summary>
  300. public DateTime? F_CreateOn
  301. {
  302. set{ _f_createon=value;}
  303. get{return _f_createon;}
  304. }
  305. /// <summary>
  306. ///
  307. /// </summary>
  308. public Guid F_ModifyBy
  309. {
  310. set{ _f_modifyby=value;}
  311. get{return _f_modifyby;}
  312. }
  313. /// <summary>
  314. ///
  315. /// </summary>
  316. public DateTime? F_ModifyOn
  317. {
  318. set{ _f_modifyon=value;}
  319. get{return _f_modifyon;}
  320. }
  321. /// <summary>
  322. ///
  323. /// </summary>
  324. public int? F_DeletionStateCode
  325. {
  326. set{ _f_deletionstatecode=value;}
  327. get{return _f_deletionstatecode;}
  328. }
  329. /// <summary>
  330. /// F_UserAccount
  331. /// </summary>
  332. public string F_UserAccount
  333. {
  334. get { return _f_useraccount; }
  335. set { _f_useraccount = value; }
  336. }
  337. /// <summary>
  338. /// F_Password
  339. /// </summary>
  340. public string F_Password
  341. {
  342. get { return _f_password; }
  343. set { _f_password = value; }
  344. }
  345. /// <summary>
  346. /// F_RoleId
  347. /// </summary>
  348. public int? F_RoleId
  349. {
  350. get { return _f_roleid; }
  351. set { _f_roleid = value; }
  352. }
  353. #endregion Model
  354. }
  355. }