UU跑腿标准版

T_RepositoryInformation.cs 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. using System;
  2. namespace HySoft.BaseCallCenter.Model
  3. {
  4. /// <summary>
  5. /// T_RepositoryInformation:实体类(属性说明自动提取数据库字段的描述信息)
  6. /// </summary>
  7. [Serializable]
  8. public partial class T_RepositoryInformation
  9. {
  10. public T_RepositoryInformation()
  11. {}
  12. #region Model
  13. private int _f_repositoryid;
  14. private int? _f_categoryid;
  15. private int? _f_customerid;
  16. private string _f_customername;
  17. private int? _f_manid;
  18. private string _f_manname;
  19. private string _f_title;
  20. private string _f_content;
  21. private string _f_description;
  22. private string _f_comments;
  23. private string _f_url;
  24. private string _f_keywords;
  25. private string _f_expand1;
  26. private string _f_expand2;
  27. private int? _f_intexpand1;
  28. private DateTime? _f_createon;
  29. private int? _f_createby;
  30. private string _f_createname;
  31. private DateTime? _f_modifyon;
  32. private int? _f_modifyby;
  33. private string _f_modifyname;
  34. private int _f_deleteflag=0;
  35. /// <summary>
  36. ///
  37. /// </summary>
  38. public int F_RepositoryId
  39. {
  40. set{ _f_repositoryid=value;}
  41. get{return _f_repositoryid;}
  42. }
  43. /// <summary>
  44. ///
  45. /// </summary>
  46. public int? F_CategoryId
  47. {
  48. set{ _f_categoryid=value;}
  49. get{return _f_categoryid;}
  50. }
  51. /// <summary>
  52. ///
  53. /// </summary>
  54. public int? F_CustomerId
  55. {
  56. set{ _f_customerid=value;}
  57. get{return _f_customerid;}
  58. }
  59. /// <summary>
  60. ///
  61. /// </summary>
  62. public string F_CustomerName
  63. {
  64. set{ _f_customername=value;}
  65. get{return _f_customername;}
  66. }
  67. /// <summary>
  68. ///
  69. /// </summary>
  70. public int? F_ManId
  71. {
  72. set{ _f_manid=value;}
  73. get{return _f_manid;}
  74. }
  75. /// <summary>
  76. ///
  77. /// </summary>
  78. public string F_ManName
  79. {
  80. set{ _f_manname=value;}
  81. get{return _f_manname;}
  82. }
  83. /// <summary>
  84. ///
  85. /// </summary>
  86. public string F_Title
  87. {
  88. set{ _f_title=value;}
  89. get{return _f_title;}
  90. }
  91. /// <summary>
  92. ///
  93. /// </summary>
  94. public string F_Content
  95. {
  96. set{ _f_content=value;}
  97. get{return _f_content;}
  98. }
  99. /// <summary>
  100. ///
  101. /// </summary>
  102. public string F_Description
  103. {
  104. set{ _f_description=value;}
  105. get{return _f_description;}
  106. }
  107. /// <summary>
  108. ///
  109. /// </summary>
  110. public string F_Comments
  111. {
  112. set{ _f_comments=value;}
  113. get{return _f_comments;}
  114. }
  115. /// <summary>
  116. ///
  117. /// </summary>
  118. public string F_Url
  119. {
  120. set{ _f_url=value;}
  121. get{return _f_url;}
  122. }
  123. /// <summary>
  124. ///
  125. /// </summary>
  126. public string F_KeyWords
  127. {
  128. set{ _f_keywords=value;}
  129. get{return _f_keywords;}
  130. }
  131. /// <summary>
  132. ///
  133. /// </summary>
  134. public string F_Expand1
  135. {
  136. set{ _f_expand1=value;}
  137. get{return _f_expand1;}
  138. }
  139. /// <summary>
  140. ///
  141. /// </summary>
  142. public string F_Expand2
  143. {
  144. set{ _f_expand2=value;}
  145. get{return _f_expand2;}
  146. }
  147. /// <summary>
  148. ///
  149. /// </summary>
  150. public int? F_IntExpand1
  151. {
  152. set{ _f_intexpand1=value;}
  153. get{return _f_intexpand1;}
  154. }
  155. /// <summary>
  156. ///
  157. /// </summary>
  158. public DateTime? F_CreateOn
  159. {
  160. set{ _f_createon=value;}
  161. get{return _f_createon;}
  162. }
  163. /// <summary>
  164. ///
  165. /// </summary>
  166. public int? F_CreateBy
  167. {
  168. set{ _f_createby=value;}
  169. get{return _f_createby;}
  170. }
  171. /// <summary>
  172. ///
  173. /// </summary>
  174. public string F_CreateName
  175. {
  176. set{ _f_createname=value;}
  177. get{return _f_createname;}
  178. }
  179. /// <summary>
  180. ///
  181. /// </summary>
  182. public DateTime? F_ModifyOn
  183. {
  184. set{ _f_modifyon=value;}
  185. get{return _f_modifyon;}
  186. }
  187. /// <summary>
  188. ///
  189. /// </summary>
  190. public int? F_ModifyBy
  191. {
  192. set{ _f_modifyby=value;}
  193. get{return _f_modifyby;}
  194. }
  195. /// <summary>
  196. ///
  197. /// </summary>
  198. public string F_ModifyName
  199. {
  200. set{ _f_modifyname=value;}
  201. get{return _f_modifyname;}
  202. }
  203. /// <summary>
  204. ///
  205. /// </summary>
  206. public int F_DeleteFlag
  207. {
  208. set{ _f_deleteflag=value;}
  209. get{return _f_deleteflag;}
  210. }
  211. #endregion Model
  212. }
  213. }