Нет описания

T_RepositoryInformation.cs 5.4KB

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