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

T_RepositoryInformation.cs 5.7KB

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