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

T_RepositoryInformation.cs 5.9KB

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