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

T_Rec_RegRecords.cs 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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. /// 登记记录表
  10. /// </summary>
  11. [Serializable]
  12. public partial class T_Rec_RegRecords
  13. {
  14. public T_Rec_RegRecords()
  15. { }
  16. #region Model
  17. private int _f_id;
  18. private string _f_reccode;
  19. private int _f_cusid;
  20. private int? _f_type;
  21. private int? _f_direction;
  22. private string _f_complained;
  23. private string _f_content;
  24. private string _f_remark;
  25. private string _f_createby;
  26. private DateTime? _f_createon;
  27. private int? _f_isdelete;
  28. private string _f_deleteon;
  29. private DateTime? _f_deleteby;
  30. private string _f_tel;
  31. private string _f_callid;
  32. private string _F_userName;
  33. private string _F_userPhone;
  34. private string _F_userSex;
  35. private string _F_userProvince;
  36. private string _F_userCity;
  37. private string _F_userArea;
  38. private string _F_userAddress;
  39. private string _F_ProblemType;
  40. private string _F_Unit;
  41. private string _F_UnitOffice;
  42. private string _F_CitizensType;
  43. private string _F_CaseParty;
  44. private string _F_PutRecord;
  45. private string _F_ZXZType;
  46. private int? _F_CasePartyId;
  47. private string _F_ProblemTypeB;
  48. /// <summary>
  49. ///
  50. /// </summary>
  51. public int F_ID
  52. {
  53. set { _f_id = value; }
  54. get { return _f_id; }
  55. }
  56. public int? F_CasePartyId
  57. {
  58. set { _F_CasePartyId = value; }
  59. get { return _F_CasePartyId; }
  60. }
  61. //_F_userAddress
  62. public string F_userAddress
  63. {
  64. set { _F_userAddress = value; }
  65. get { return _F_userAddress; }
  66. }
  67. public string F_ProblemTypeB
  68. {
  69. set { _F_ProblemTypeB = value; }
  70. get { return _F_ProblemTypeB; }
  71. }
  72. public string F_ZXZType
  73. {
  74. set { _F_ZXZType = value; }
  75. get { return _F_ZXZType; }
  76. }
  77. public string F_userName
  78. {
  79. set { _F_userName = value; }
  80. get { return _F_userName; }
  81. }
  82. public string F_userPhone
  83. {
  84. set { _F_userPhone = value; }
  85. get { return _F_userPhone; }
  86. }
  87. public string F_userSex
  88. {
  89. set { _F_userSex = value; }
  90. get { return _F_userSex; }
  91. }
  92. public string F_userProvince
  93. {
  94. set { _F_userProvince = value; }
  95. get { return _F_userProvince; }
  96. }
  97. public string F_userCity
  98. {
  99. set { _F_userCity = value; }
  100. get { return _F_userCity; }
  101. }
  102. public string F_userArea
  103. {
  104. set { _F_userArea = value; }
  105. get { return _F_userArea; }
  106. }
  107. public string F_ProblemType
  108. {
  109. set { _F_ProblemType = value; }
  110. get { return _F_ProblemType; }
  111. }
  112. public string F_Unit
  113. {
  114. set { _F_Unit = value; }
  115. get { return _F_Unit; }
  116. }
  117. public string F_UnitOffice
  118. {
  119. set { _F_UnitOffice = value; }
  120. get { return _F_UnitOffice; }
  121. }
  122. public string F_CitizensType
  123. {
  124. set { _F_CitizensType = value; }
  125. get { return _F_CitizensType; }
  126. }
  127. public string F_CaseParty
  128. {
  129. set { _F_CaseParty = value; }
  130. get { return _F_CaseParty; }
  131. }
  132. public string F_PutRecord
  133. {
  134. set { _F_PutRecord = value; }
  135. get { return _F_PutRecord; }
  136. }
  137. public string F_CallId
  138. {
  139. set { _f_callid = value; }
  140. get { return _f_callid; }
  141. }
  142. public string F_Tel
  143. {
  144. set { _f_tel = value; }
  145. get { return _f_tel; }
  146. }
  147. /// <summary>
  148. /// 登记编号
  149. /// </summary>
  150. public string F_RecCode
  151. {
  152. set { _f_reccode = value; }
  153. get { return _f_reccode; }
  154. }
  155. /// <summary>
  156. /// 档案id
  157. /// </summary>
  158. public int F_CusID
  159. {
  160. set { _f_cusid = value; }
  161. get { return _f_cusid; }
  162. }
  163. /// <summary>
  164. /// 登记类型
  165. /// </summary>
  166. public int? F_Type
  167. {
  168. set { _f_type = value; }
  169. get { return _f_type; }
  170. }
  171. /// <summary>
  172. /// 方向:0来电,1去电
  173. /// </summary>
  174. public int? F_Direction
  175. {
  176. set { _f_direction = value; }
  177. get { return _f_direction; }
  178. }
  179. /// <summary>
  180. /// 被投诉单位
  181. /// </summary>
  182. public string F_Complained
  183. {
  184. set { _f_complained = value; }
  185. get { return _f_complained; }
  186. }
  187. /// <summary>
  188. /// 登记内容/投诉事项
  189. /// </summary>
  190. public string F_Content
  191. {
  192. set { _f_content = value; }
  193. get { return _f_content; }
  194. }
  195. /// <summary>
  196. /// 备注
  197. /// </summary>
  198. public string F_Remark
  199. {
  200. set { _f_remark = value; }
  201. get { return _f_remark; }
  202. }
  203. /// <summary>
  204. ///
  205. /// </summary>
  206. public string F_CreateBy
  207. {
  208. set { _f_createby = value; }
  209. get { return _f_createby; }
  210. }
  211. /// <summary>
  212. ///
  213. /// </summary>
  214. public DateTime? F_CreateOn
  215. {
  216. set { _f_createon = value; }
  217. get { return _f_createon; }
  218. }
  219. /// <summary>
  220. ///
  221. /// </summary>
  222. public int? F_IsDelete
  223. {
  224. set { _f_isdelete = value; }
  225. get { return _f_isdelete; }
  226. }
  227. /// <summary>
  228. ///
  229. /// </summary>
  230. public string F_DeleteOn
  231. {
  232. set { _f_deleteon = value; }
  233. get { return _f_deleteon; }
  234. }
  235. /// <summary>
  236. ///
  237. /// </summary>
  238. public DateTime? F_DeleteBy
  239. {
  240. set { _f_deleteby = value; }
  241. get { return _f_deleteby; }
  242. }
  243. #endregion Model
  244. }
  245. }