地铁二期项目正式开始

T_RepositoryInformation.cs 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. using System;
  2. namespace YTSoft.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. private int? _F_IsOrPrivate = 0;
  36. /// <summary>
  37. ///
  38. /// </summary>
  39. public int F_RepositoryId
  40. {
  41. set{ _f_repositoryid=value;}
  42. get{return _f_repositoryid;}
  43. }
  44. /// <summary>
  45. /// 知识库公有私有状态 公有0 私有 1
  46. /// </summary>
  47. public int? F_IsOrPrivate
  48. {
  49. set { _F_IsOrPrivate = value; }
  50. get { return _F_IsOrPrivate; }
  51. }
  52. /// <summary>
  53. ///
  54. /// </summary>
  55. public int? F_CategoryId
  56. {
  57. set{ _f_categoryid=value;}
  58. get{return _f_categoryid;}
  59. }
  60. /// <summary>
  61. ///
  62. /// </summary>
  63. public int? F_CustomerId
  64. {
  65. set{ _f_customerid=value;}
  66. get{return _f_customerid;}
  67. }
  68. /// <summary>
  69. ///
  70. /// </summary>
  71. public string F_CustomerName
  72. {
  73. set{ _f_customername=value;}
  74. get{return _f_customername;}
  75. }
  76. /// <summary>
  77. ///
  78. /// </summary>
  79. public int? F_ManId
  80. {
  81. set{ _f_manid=value;}
  82. get{return _f_manid;}
  83. }
  84. /// <summary>
  85. ///
  86. /// </summary>
  87. public string F_ManName
  88. {
  89. set{ _f_manname=value;}
  90. get{return _f_manname;}
  91. }
  92. /// <summary>
  93. ///
  94. /// </summary>
  95. public string F_Title
  96. {
  97. set{ _f_title=value;}
  98. get{return _f_title;}
  99. }
  100. /// <summary>
  101. ///
  102. /// </summary>
  103. public string F_Content
  104. {
  105. set{ _f_content=value;}
  106. get{return _f_content;}
  107. }
  108. /// <summary>
  109. ///
  110. /// </summary>
  111. public string F_Description
  112. {
  113. set{ _f_description=value;}
  114. get{return _f_description;}
  115. }
  116. /// <summary>
  117. ///
  118. /// </summary>
  119. public string F_Comments
  120. {
  121. set{ _f_comments=value;}
  122. get{return _f_comments;}
  123. }
  124. /// <summary>
  125. ///
  126. /// </summary>
  127. public string F_Url
  128. {
  129. set{ _f_url=value;}
  130. get{return _f_url;}
  131. }
  132. /// <summary>
  133. ///
  134. /// </summary>
  135. public string F_KeyWords
  136. {
  137. set{ _f_keywords=value;}
  138. get{return _f_keywords;}
  139. }
  140. /// <summary>
  141. ///
  142. /// </summary>
  143. public string F_Expand1
  144. {
  145. set{ _f_expand1=value;}
  146. get{return _f_expand1;}
  147. }
  148. /// <summary>
  149. ///
  150. /// </summary>
  151. public string F_Expand2
  152. {
  153. set{ _f_expand2=value;}
  154. get{return _f_expand2;}
  155. }
  156. /// <summary>
  157. ///
  158. /// </summary>
  159. public int? F_IntExpand1
  160. {
  161. set{ _f_intexpand1=value;}
  162. get{return _f_intexpand1;}
  163. }
  164. /// <summary>
  165. ///
  166. /// </summary>
  167. public DateTime? F_CreateOn
  168. {
  169. set{ _f_createon=value;}
  170. get{return _f_createon;}
  171. }
  172. /// <summary>
  173. ///
  174. /// </summary>
  175. public int? F_CreateBy
  176. {
  177. set{ _f_createby=value;}
  178. get{return _f_createby;}
  179. }
  180. /// <summary>
  181. ///
  182. /// </summary>
  183. public string F_CreateName
  184. {
  185. set{ _f_createname=value;}
  186. get{return _f_createname;}
  187. }
  188. /// <summary>
  189. ///
  190. /// </summary>
  191. public DateTime? F_ModifyOn
  192. {
  193. set{ _f_modifyon=value;}
  194. get{return _f_modifyon;}
  195. }
  196. /// <summary>
  197. ///
  198. /// </summary>
  199. public int? F_ModifyBy
  200. {
  201. set{ _f_modifyby=value;}
  202. get{return _f_modifyby;}
  203. }
  204. /// <summary>
  205. ///
  206. /// </summary>
  207. public string F_ModifyName
  208. {
  209. set{ _f_modifyname=value;}
  210. get{return _f_modifyname;}
  211. }
  212. /// <summary>
  213. ///
  214. /// </summary>
  215. public int F_DeleteFlag
  216. {
  217. set{ _f_deleteflag=value;}
  218. get{return _f_deleteflag;}
  219. }
  220. #endregion Model
  221. }
  222. }