郑许地铁

T_Cus_CustomerExpand.cs 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /** 版本信息模板在安装目录下,可自行修改。
  2. * T_Cus_CustomerExpand.cs
  3. *
  4. * 功 能: N/A
  5. * 类 名: T_Cus_CustomerExpand
  6. *
  7. * Ver 变更日期 负责人 变更内容
  8. * ───────────────────────────────────
  9. * V0.01 2015/2/27 16:06:05 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_CustomerExpand:实体类(属性说明自动提取数据库字段的描述信息)
  22. /// </summary>
  23. [Serializable]
  24. public partial class T_Cus_CustomerExpand
  25. {
  26. public T_Cus_CustomerExpand()
  27. {}
  28. #region Model
  29. private Guid _f_expandid;
  30. private Guid _f_customerid;
  31. private string _f_strexpand1;
  32. private string _f_strexpand2;
  33. private string _f_strexpand3;
  34. private string _f_strexpand4;
  35. private string _f_strexpand5;
  36. private string _f_strexpand6;
  37. private string _f_typeexpand1;
  38. private string _f_typeexpand2;
  39. private int? _f_intexpand1;
  40. private int? _f_intexpand2;
  41. private DateTime? _f_timeexpand1;
  42. private DateTime? _f_timeexpand2;
  43. private string _f_textexpand1;
  44. private string _f_textexpand2;
  45. /// <summary>
  46. ///
  47. /// </summary>
  48. public Guid F_ExpandId
  49. {
  50. set{ _f_expandid=value;}
  51. get{return _f_expandid;}
  52. }
  53. /// <summary>
  54. ///
  55. /// </summary>
  56. public Guid F_CustomerId
  57. {
  58. set{ _f_customerid=value;}
  59. get{return _f_customerid;}
  60. }
  61. /// <summary>
  62. ///
  63. /// </summary>
  64. public string F_StrExpand1
  65. {
  66. set{ _f_strexpand1=value;}
  67. get{return _f_strexpand1;}
  68. }
  69. /// <summary>
  70. ///
  71. /// </summary>
  72. public string F_StrExpand2
  73. {
  74. set{ _f_strexpand2=value;}
  75. get{return _f_strexpand2;}
  76. }
  77. /// <summary>
  78. ///
  79. /// </summary>
  80. public string F_StrExpand3
  81. {
  82. set{ _f_strexpand3=value;}
  83. get{return _f_strexpand3;}
  84. }
  85. /// <summary>
  86. ///
  87. /// </summary>
  88. public string F_StrExpand4
  89. {
  90. set{ _f_strexpand4=value;}
  91. get{return _f_strexpand4;}
  92. }
  93. /// <summary>
  94. ///
  95. /// </summary>
  96. public string F_StrExpand5
  97. {
  98. set{ _f_strexpand5=value;}
  99. get{return _f_strexpand5;}
  100. }
  101. /// <summary>
  102. ///
  103. /// </summary>
  104. public string F_StrExpand6
  105. {
  106. set{ _f_strexpand6=value;}
  107. get{return _f_strexpand6;}
  108. }
  109. /// <summary>
  110. ///
  111. /// </summary>
  112. public string F_TypeExpand1
  113. {
  114. set{ _f_typeexpand1=value;}
  115. get{return _f_typeexpand1;}
  116. }
  117. /// <summary>
  118. ///
  119. /// </summary>
  120. public string F_TypeExpand2
  121. {
  122. set{ _f_typeexpand2=value;}
  123. get{return _f_typeexpand2;}
  124. }
  125. /// <summary>
  126. ///
  127. /// </summary>
  128. public int? F_IntExpand1
  129. {
  130. set{ _f_intexpand1=value;}
  131. get{return _f_intexpand1;}
  132. }
  133. /// <summary>
  134. ///
  135. /// </summary>
  136. public int? F_IntExpand2
  137. {
  138. set{ _f_intexpand2=value;}
  139. get{return _f_intexpand2;}
  140. }
  141. /// <summary>
  142. ///
  143. /// </summary>
  144. public DateTime? F_TimeExpand1
  145. {
  146. set{ _f_timeexpand1=value;}
  147. get{return _f_timeexpand1;}
  148. }
  149. /// <summary>
  150. ///
  151. /// </summary>
  152. public DateTime? F_TimeExpand2
  153. {
  154. set{ _f_timeexpand2=value;}
  155. get{return _f_timeexpand2;}
  156. }
  157. /// <summary>
  158. ///
  159. /// </summary>
  160. public string F_TextExpand1
  161. {
  162. set{ _f_textexpand1=value;}
  163. get{return _f_textexpand1;}
  164. }
  165. /// <summary>
  166. ///
  167. /// </summary>
  168. public string F_TextExpand2
  169. {
  170. set{ _f_textexpand2=value;}
  171. get{return _f_textexpand2;}
  172. }
  173. #endregion Model
  174. }
  175. }