人民医院API

T_IntegratedScheduling_Base.cs 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. /** 版本信息模板在安装目录下,可自行修改。
  2. * T_IntegratedScheduling_Base.cs
  3. *
  4. * 功 能: N/A
  5. * 类 名: T_IntegratedScheduling_Base
  6. *
  7. * Ver 变更日期 负责人 变更内容
  8. * ───────────────────────────────────
  9. * V0.01 2022/10/19 11:12:17 N/A 初版
  10. *
  11. * Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
  12. *┌──────────────────────────────────┐
  13. *│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
  14. *│ 版权所有:动软卓越(北京)科技有限公司              │
  15. *└──────────────────────────────────┘
  16. */
  17. using System;
  18. namespace RMYY_CallCenter_Api.Model
  19. {
  20. /// <summary>
  21. /// T_IntegratedScheduling_Base:实体类(属性说明自动提取数据库字段的描述信息)
  22. /// </summary>
  23. [Serializable]
  24. public partial class T_IntegratedScheduling_Base
  25. {
  26. public T_IntegratedScheduling_Base()
  27. {}
  28. #region Model
  29. private int _f_workorderid;
  30. private string _f_workordercode;
  31. private string _f_workordercategory;
  32. private string _f_content;
  33. private string _f_applicant;
  34. private string _f_applicationdept;
  35. private string _f_phone;
  36. private string _f_location;
  37. private string _f_toplace;
  38. private int? _f_workorderstate;
  39. private string _f_dealman;
  40. private string _f_dealdept;
  41. private int? _f_replaycount=0;
  42. private int? _f_remindcount=0;
  43. private string _f_callid;
  44. private string _f_callrecordid;
  45. private DateTime? _f_assigntime;
  46. private string _f_assignuser;
  47. private DateTime? _f_endtime;
  48. private DateTime? _f_deadline;
  49. private DateTime? _f_updatetime;
  50. private DateTime? _f_createtime;
  51. private string _f_createuser;
  52. private string _f_createuserdept;
  53. private string _f_file;
  54. private int? _f_isdelete;
  55. /// <summary>
  56. ///
  57. /// </summary>
  58. public int F_WorkOrderId
  59. {
  60. set{ _f_workorderid=value;}
  61. get{return _f_workorderid;}
  62. }
  63. /// <summary>
  64. ///
  65. /// </summary>
  66. public string F_WorkOrderCode
  67. {
  68. set{ _f_workordercode=value;}
  69. get{return _f_workordercode;}
  70. }
  71. /// <summary>
  72. ///
  73. /// </summary>
  74. public string F_WorkOrderCategory
  75. {
  76. set{ _f_workordercategory=value;}
  77. get{return _f_workordercategory;}
  78. }
  79. /// <summary>
  80. ///
  81. /// </summary>
  82. public string F_Content
  83. {
  84. set{ _f_content=value;}
  85. get{return _f_content;}
  86. }
  87. /// <summary>
  88. ///
  89. /// </summary>
  90. public string F_Applicant
  91. {
  92. set{ _f_applicant=value;}
  93. get{return _f_applicant;}
  94. }
  95. /// <summary>
  96. ///
  97. /// </summary>
  98. public string F_ApplicationDept
  99. {
  100. set{ _f_applicationdept=value;}
  101. get{return _f_applicationdept;}
  102. }
  103. /// <summary>
  104. ///
  105. /// </summary>
  106. public string F_Phone
  107. {
  108. set{ _f_phone=value;}
  109. get{return _f_phone;}
  110. }
  111. /// <summary>
  112. ///
  113. /// </summary>
  114. public string F_Location
  115. {
  116. set{ _f_location=value;}
  117. get{return _f_location;}
  118. }
  119. /// <summary>
  120. ///
  121. /// </summary>
  122. public string F_ToPlace
  123. {
  124. set{ _f_toplace=value;}
  125. get{return _f_toplace;}
  126. }
  127. /// <summary>
  128. ///
  129. /// </summary>
  130. public int? F_WorkOrderState
  131. {
  132. set{ _f_workorderstate=value;}
  133. get{return _f_workorderstate;}
  134. }
  135. /// <summary>
  136. ///
  137. /// </summary>
  138. public string F_DealMan
  139. {
  140. set{ _f_dealman=value;}
  141. get{return _f_dealman;}
  142. }
  143. /// <summary>
  144. ///
  145. /// </summary>
  146. public string F_DealDept
  147. {
  148. set{ _f_dealdept=value;}
  149. get{return _f_dealdept;}
  150. }
  151. /// <summary>
  152. ///
  153. /// </summary>
  154. public int? F_ReplayCount
  155. {
  156. set{ _f_replaycount=value;}
  157. get{return _f_replaycount;}
  158. }
  159. /// <summary>
  160. ///
  161. /// </summary>
  162. public int? F_RemindCount
  163. {
  164. set{ _f_remindcount=value;}
  165. get{return _f_remindcount;}
  166. }
  167. /// <summary>
  168. ///
  169. /// </summary>
  170. public string F_CallId
  171. {
  172. set{ _f_callid=value;}
  173. get{return _f_callid;}
  174. }
  175. /// <summary>
  176. ///
  177. /// </summary>
  178. public string F_CallRecordId
  179. {
  180. set{ _f_callrecordid=value;}
  181. get{return _f_callrecordid;}
  182. }
  183. /// <summary>
  184. ///
  185. /// </summary>
  186. public DateTime? F_AssignTime
  187. {
  188. set{ _f_assigntime=value;}
  189. get{return _f_assigntime;}
  190. }
  191. /// <summary>
  192. ///
  193. /// </summary>
  194. public string F_AssignUser
  195. {
  196. set{ _f_assignuser=value;}
  197. get{return _f_assignuser;}
  198. }
  199. /// <summary>
  200. ///
  201. /// </summary>
  202. public DateTime? F_Endtime
  203. {
  204. set{ _f_endtime=value;}
  205. get{return _f_endtime;}
  206. }
  207. /// <summary>
  208. ///
  209. /// </summary>
  210. public DateTime? F_Deadline
  211. {
  212. set{ _f_deadline=value;}
  213. get{return _f_deadline;}
  214. }
  215. /// <summary>
  216. ///
  217. /// </summary>
  218. public DateTime? F_UpdateTime
  219. {
  220. set{ _f_updatetime=value;}
  221. get{return _f_updatetime;}
  222. }
  223. /// <summary>
  224. ///
  225. /// </summary>
  226. public DateTime? F_CreateTime
  227. {
  228. set{ _f_createtime=value;}
  229. get{return _f_createtime;}
  230. }
  231. /// <summary>
  232. ///
  233. /// </summary>
  234. public string F_CreateUser
  235. {
  236. set{ _f_createuser=value;}
  237. get{return _f_createuser;}
  238. }
  239. /// <summary>
  240. ///
  241. /// </summary>
  242. public string F_CreateUserDept
  243. {
  244. set{ _f_createuserdept=value;}
  245. get{return _f_createuserdept;}
  246. }
  247. /// <summary>
  248. ///
  249. /// </summary>
  250. public string F_File
  251. {
  252. set{ _f_file=value;}
  253. get{return _f_file;}
  254. }
  255. /// <summary>
  256. ///
  257. /// </summary>
  258. public int? F_IsDelete
  259. {
  260. set{ _f_isdelete=value;}
  261. get{return _f_isdelete;}
  262. }
  263. #endregion Model
  264. }
  265. }