高新区管委会,以5.0标准版为基准,从双汇项目拷贝

T_RepositoryInformation.cs 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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_RepositoryInformation:实体类(属性说明自动提取数据库字段的描述信息)
  10. /// </summary>
  11. [Serializable]
  12. public partial class T_RepositoryInformation
  13. {
  14. public T_RepositoryInformation()
  15. { }
  16. #region Model
  17. private int _f_repositoryid;
  18. private int? _f_categoryid;
  19. private int? _f_customerid;
  20. private string _f_customername;
  21. private int? _f_manid;
  22. private string _f_manname;
  23. private string _f_title;
  24. private string _f_content;
  25. private string _f_description;
  26. private string _f_comments;
  27. private string _f_url;
  28. private string _f_keywords;
  29. private string _f_expand1;
  30. private string _f_expand2;
  31. private int? _f_intexpand1;
  32. private DateTime? _f_createon;
  33. private int? _f_createby;
  34. private string _f_createname;
  35. private DateTime? _f_modifyon;
  36. private int? _f_modifyby;
  37. private string _f_modifyname;
  38. private int _f_deleteflag = 0; private int? _F_visibleDeptId = 0;
  39. /// <summary>
  40. ///
  41. /// </summary>
  42. public int F_RepositoryId
  43. {
  44. set { _f_repositoryid = value; }
  45. get { return _f_repositoryid; }
  46. }
  47. public int? F_visibleDeptId
  48. {
  49. set { _F_visibleDeptId = value; }
  50. get { return _F_visibleDeptId; }
  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. }