OrderFullEntity.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. using SqlSugar;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace SnapshotWinFormsApp.Entities.OldHotline;
  8. public class OrderFullEntity : OldBaseEntity
  9. {
  10. [SugarColumn(ColumnName = "FSH_Code")]
  11. public override string Id { get => base.Id; set => base.Id = value; }
  12. public string Serial { get; set; }
  13. public string RCI_FlowID { get; set; }
  14. public string FSH_FlowID { get; set; }
  15. public string FSH_ItemName { get; set; }
  16. // public string FSH_Code { get; set; }
  17. public string FSH_FromName { get; set; }
  18. public string FSH_AreaName { get; set; }
  19. public string FSH_PurTypeName { get; set; }
  20. public string FSH_ConTypeName { get; set; }
  21. public string FSH_ServerName { get; set; }
  22. public string FSH_Title { get; set; }
  23. public string FSH_UserName { get; set; }
  24. public string FSH_BMName { get; set; }
  25. public string FSH_AddDate { get; set; }
  26. public string FSH_TTime { get; set; }
  27. public string FSH_FiftyTTime { get; set; }
  28. public string FSH_EightyTTime { get; set; }
  29. public string FSH_AcceptUserName { get; set; }
  30. public string FSH_AcceptName { get; set; }
  31. public string FSH_AcceptDate { get; set; }
  32. public string FSH_DisposeDate { get; set; }
  33. public string FSH_LinkName { get; set; }
  34. public string FSH_LinkTel { get; set; }
  35. public string FSH_FromTel { get; set; }
  36. public string FSH_StateFlagName { get; set; }
  37. public string FSH_PunishNum { get; set; }
  38. public string FSH_Identify { get; set; }
  39. public string FSH_IdtDate { get; set; }
  40. public string FSH_MeetingCount { get; set; }
  41. public string FSH_LeaderCount { get; set; }
  42. public string FSH_SubFlag { get; set; }
  43. public string FSH_InvFlag { get; set; }
  44. public string FSH_StopFlag { get; set; }
  45. public string FSH_EndUserName { get; set; }
  46. public string FSH_EndUserID { get; set; }
  47. public string FSH_EndBMID { get; set; }
  48. public string FSH_ShowTitle { get; set; }
  49. public string FSH_HotlineNum { get; set; }
  50. public string FSH_Urgent { get; set; }
  51. public string FSH_AcceptBMID { get; set; }
  52. public string FSH_IsPublic { get; set; }
  53. public string FSH_ConTypeNameFull { get; set; }
  54. public string FSH_Keyword { get; set; }
  55. public string FSH_RunID { get; set; }
  56. public string FSH_FromID { get; set; }
  57. public string FSH_AreaID { get; set; }
  58. public string FSH_PurTypeID { get; set; }
  59. public string FSH_ConTypeID { get; set; }
  60. public string FSH_ServerID { get; set; }
  61. public string FSH_CreateUserID { get; set; }
  62. public string FSH_CreateBMID { get; set; }
  63. public string FSH_SessionID { get; set; }
  64. public string FSH_TempTTime { get; set; }
  65. public string FSH_OrderType { get; set; }
  66. public string FSH_PersonnelType { get; set; }
  67. public string FSH_ProCode { get; set; }
  68. public string FSH_Punish { get; set; }
  69. public string FSH_ProCodeGeneral { get; set; }
  70. public string FSH_ReplyIsTrue { get; set; }
  71. public string FSH_ReplyIsBMTrue { get; set; }
  72. public string FSH_IsRectification { get; set; }
  73. public string FSH_PushType { get; set; }
  74. public string FSH_SubFlowID_SSP { get; set; }
  75. public string FSH_SubFlowID_SSPBM { get; set; }
  76. public string FSH_SSPCode { get; set; }
  77. public string FSH_SSPAreaID { get; set; }
  78. public string FSH_AcceptBMID1 { get; set; }
  79. public string FSH_AcceptName1 { get; set; }
  80. public string FSH_AcceptBMID2 { get; set; }
  81. public string FSH_AcceptName2 { get; set; }
  82. public string FSH_AcceptBMID3 { get; set; }
  83. public string FSH_AcceptName3 { get; set; }
  84. public string FSH_EnIndustryID { get; set; }
  85. public string FSH_EnIndustryName { get; set; }
  86. public string FSH_EnMarketID { get; set; }
  87. public string FSH_EnMarketName { get; set; }
  88. public string FSH_CallMatch { get; set; }
  89. public string FSH_End12315 { get; set; }
  90. public string FSH_24End { get; set; }
  91. public string FSH_IndustryID { get; set; }
  92. public string FSH_IndustryName { get; set; }
  93. public string FSH_IndustryIDType { get; set; }
  94. public string FSH_WorkVerify { get; set; }
  95. public string FSH_Checklist { get; set; }
  96. public string FSH_TagType { get; set; }
  97. public string FSH_Compliance { get; set; }
  98. public string FFM_FromID { get; set; }
  99. public string FFM_ParentID { get; set; }
  100. public string FFM_FromName { get; set; }
  101. public string FFM_FromCode { get; set; }
  102. public string FFM_FromICO { get; set; }
  103. public string FFM_FromColor { get; set; }
  104. public string FFM_FromOrder { get; set; }
  105. public string FFM_ProFromCode { get; set; }
  106. public string FLM_FlowID { get; set; }
  107. public string FLM_LKName { get; set; }
  108. public string FLM_LKIDCard { get; set; }
  109. public string FLM_LKTel { get; set; }
  110. public string FLM_LKSex { get; set; }
  111. public string FLM_LKMail { get; set; }
  112. public string FLM_LKWorkUnit { get; set; }
  113. public string FLM_LKAddress { get; set; }
  114. public string FLM_SFlag { get; set; }
  115. public string FLM_LKEnName { get; set; }
  116. public string FTE_TypeID { get; set; }
  117. public string FTE_TypeFlag { get; set; }
  118. public string FTE_StoreID { get; set; }
  119. public string FTE_ParentID { get; set; }
  120. public string FTE_TypeName { get; set; }
  121. public string FTE_PYCode { get; set; }
  122. public string FTE_FullName { get; set; }
  123. public string FTE_Code { get; set; }
  124. public string FTE_FullCode { get; set; }
  125. public string FTE_PlanID { get; set; }
  126. public string FTE_TLimits { get; set; }
  127. public string FTE_TimeUnit { get; set; }
  128. public string FTE_TypeOrder { get; set; }
  129. public string FTE_Color { get; set; }
  130. public string FTE_ImageFile { get; set; }
  131. public string FTE_TypeUnit { get; set; }
  132. public string FTE_ProvinceCode { get; set; }
  133. public string FTE_DelFlag { get; set; }
  134. public string FTE_RelID { get; set; }
  135. public string FTE_GUID { get; set; }
  136. public string FTE_HotlineCode { get; set; }
  137. public string FTE_TypeNameFull { get; set; }
  138. public string SA_AreaID { get; set; }
  139. public string SA_ParentID { get; set; }
  140. public string SA_AreaName { get; set; }
  141. public string SA_AreaCode { get; set; }
  142. public string SA_AreaPYCode { get; set; }
  143. public string SA_OrderID { get; set; }
  144. public string SA_Population { get; set; }
  145. public string SA_AreaNameFull { get; set; }
  146. public string FED_FlowID { get; set; }
  147. public string FED_Code { get; set; }
  148. public string FED_ReultPWD { get; set; }
  149. public string FED_FromName { get; set; }
  150. public string FED_AreaName { get; set; }
  151. public string FED_PurTypeName { get; set; }
  152. public string FED_ConTypeName { get; set; }
  153. public string FED_ServerName { get; set; }
  154. public string FED_FromTel { get; set; }
  155. public string FED_SessionID { get; set; }
  156. public string FED_FromIP { get; set; }
  157. public string FED_FromMail { get; set; }
  158. public string FED_Microblog { get; set; }
  159. public string FED_WeChat { get; set; }
  160. public string FED_SubFlowID { get; set; }
  161. public string FED_UserName { get; set; }
  162. public string FED_BMName { get; set; }
  163. public string FED_UserNO { get; set; }
  164. public string FED_CompanyID { get; set; }
  165. public string FED_FiftyTTime { get; set; }
  166. public string FED_EightyTTime { get; set; }
  167. public string FED_FromInfo { get; set; }
  168. public string FED_PunishNum { get; set; }
  169. public string FED_Identify { get; set; }
  170. public string FED_IdtDate { get; set; }
  171. public string FED_Judge { get; set; }
  172. public string FED_HotlineNum { get; set; }
  173. public string FED_Keyword { get; set; }
  174. public string FED_TypeName { get; set; }
  175. public string FED_ISThreeCall { get; set; }
  176. public string FED_ISSubSSP { get; set; }
  177. public string FED_IsExtends { get; set; }
  178. public string FED_PoliceDYYY { get; set; }
  179. public string FCT_FlowID { get; set; }
  180. public string FCT_Content { get; set; }
  181. public string FCT_InvContent { get; set; }
  182. public string FCT_Voice { get; set; }
  183. public string FCT_IsSynchES { get; set; }
  184. public string FALT_ListID { get; set; }
  185. public string FALT_FlowID { get; set; }
  186. public string FALT_SessionID { get; set; }
  187. public string FALT_CallOutTel { get; set; }
  188. public string FALT_AcceptUserID { get; set; }
  189. public string FALT_SeatsTypeID { get; set; }
  190. public string FALT_SeatsTypeName { get; set; }
  191. public string FALT_ZxRemark { get; set; }
  192. public string FALT_AppBMID { get; set; }
  193. public string FALT_AppTypeID { get; set; }
  194. public string FALT_AppTypeName { get; set; }
  195. public string FALT_AppTypeBID { get; set; }
  196. public string FALT_AppTypeBName { get; set; }
  197. public string FALT_Remark { get; set; }
  198. public string FALT_ToolFlag { get; set; }
  199. public string FALT_UserID { get; set; }
  200. public string FALT_UserName { get; set; }
  201. public string FALT_CallDate { get; set; }
  202. public string FALT_AppFlag { get; set; }
  203. public string FALT_InsertDate { get; set; }
  204. public string FALT_InsertUserID { get; set; }
  205. public string FALT_SpecialFlag { get; set; }
  206. public string FALT_ConnectFlag { get; set; }
  207. public string FALT_AppValue { get; set; }
  208. public string FALT_AutoFlag { get; set; }
  209. public string FALT_IsCallOut { get; set; }
  210. public string FALT_TypeRemark { get; set; }
  211. public string FALT_IsZX { get; set; }
  212. public string FALT_SeatsTypeBID { get; set; }
  213. public string FALT_SeatsTypeBName { get; set; }
  214. public string FALT_IdentifyDate { get; set; }
  215. public string FTS_ListID { get; set; }
  216. public string FTS_FlowID { get; set; }
  217. public string FTS_RunID { get; set; }
  218. public string FTS_APBMID { get; set; }
  219. public string FTS_APUserID { get; set; }
  220. public string FTS_AcceptDate { get; set; }
  221. public string FTS_StoreID { get; set; }
  222. public string FTC_ListID { get; set; }
  223. public string FTC_StoreID { get; set; }
  224. public string FTC_FlowID { get; set; }
  225. public string FTC_ItemID { get; set; }
  226. public string FTC_RunID { get; set; }
  227. public string FTC_BMName { get; set; }
  228. public string FTC_UPTime { get; set; }
  229. public string FTC_UPUser { get; set; }
  230. public string FTC_RRemark { get; set; }
  231. public string FTC_Notes { get; set; }
  232. public string FTC_ResultFlag { get; set; }
  233. public string FTRB_RunID { get; set; }
  234. public string FTRB_PRunID { get; set; }
  235. public string FTRB_StoreID { get; set; }
  236. public string FTRB_FlowID { get; set; }
  237. public string FTRB_PostItemID { get; set; }
  238. public string FTRB_ItemID { get; set; }
  239. public string FTRB_ItemName { get; set; }
  240. public string FTRB_MoveBM { get; set; }
  241. public string FTRB_MoveDate { get; set; }
  242. public string FTRB_MoveUserID { get; set; }
  243. public string FTRB_TLimits { get; set; }
  244. public string FTRB_TimeUnit { get; set; }
  245. public string FTRB_TTime { get; set; }
  246. public string FTRB_APBMID { get; set; }
  247. public string FTRB_APDate { get; set; }
  248. public string FTRB_APUserID { get; set; }
  249. public string FTRB_UserID { get; set; }
  250. public string FTRB_DisposeDate { get; set; }
  251. public string FTRB_RSID { get; set; }
  252. public string FTRB_RFID { get; set; }
  253. public string FTRB_RRID { get; set; }
  254. public string FTRB_RRemark { get; set; }
  255. public string FTRB_Notes { get; set; }
  256. public string FTRB_ResultFlag { get; set; }
  257. public string FTRB_NextBMName { get; set; }
  258. public string RCI_ID { get; set; }
  259. public string RCI_CASE_SERIAL { get; set; }
  260. public string RCI_CASE_TITLE { get; set; }
  261. public string RCI_CASE_REGISTER { get; set; }
  262. public string RCI_CASE_REGISTERNO { get; set; }
  263. public string RCI_CASE_DATE { get; set; }
  264. public string RCI_CASE_SOURCE { get; set; }
  265. public string RCI_PHONE_NUMBER { get; set; }
  266. public string RCI_APPLICANT_NAME { get; set; }
  267. public string RCI_APPLICANT_SEX { get; set; }
  268. public string RCI_APPLICANT_AGE { get; set; }
  269. public string RCI_CERTIFICATE_TYPE { get; set; }
  270. public string RCI_APPLICANT_ID { get; set; }
  271. public string RCI_CASE_TYPE { get; set; }
  272. public string RCI_CASE_ACCORD { get; set; }
  273. public string RCI_CASE_CONTENT { get; set; }
  274. public string RCI_CASE_PROCESS_TYPE { get; set; }
  275. public string RCI_CASE_ISPUBLIC { get; set; }
  276. public string RCI_CASE_ISSECRECT { get; set; }
  277. public string RCI_CASE_ISVISIT { get; set; }
  278. public string RCI_CASE_ISURGENT { get; set; }
  279. public string RCI_TSIGNTIME_BF { get; set; }
  280. public string RCI_TFDBACKTIME_BF { get; set; }
  281. public string RCI_TBACKTIME_BF { get; set; }
  282. public string RCI_TASK_TYPE { get; set; }
  283. public string RCI_AREA_CODE { get; set; }
  284. public string RCI_CASE_LNGLAT { get; set; }
  285. public string RCI_CASE_EMOTION { get; set; }
  286. public string RCI_CASE_ADDRESS { get; set; }
  287. public string RCI_EVENT_DATE { get; set; }
  288. public string RCI_TROWGUID { get; set; }
  289. public string RCI_CLIENG_GUID { get; set; }
  290. public string RCI_InsertTime { get; set; }
  291. public string RCI_SyncState { get; set; }
  292. public string RCI_SyncCount { get; set; }
  293. public string RCI_SyncNextTime { get; set; }
  294. public string RCI_SyncMaxCount { get; set; }
  295. public string RCI_SyncTime { get; set; }
  296. public string RCI_SyncResult { get; set; }
  297. public string RCI_ReturnResult { get; set; }
  298. public string RCI_SNumber { get; set; }
  299. public string RCI_ADVISE_TYPE { get; set; }
  300. public string RCI_ADVISE_DEPT { get; set; }
  301. public string RCI_COMPLAIN_TYPE { get; set; }
  302. public string RCI_COMPLAIN_DEPT { get; set; }
  303. public string WFAT_AcceptID { get; set; }
  304. public string WFAT_LKName { get; set; }
  305. public string WFAT_Sex { get; set; }
  306. public string WFAT_IsSecret { get; set; }
  307. public string WFAT_Mail { get; set; }
  308. public string WFAT_IDCard { get; set; }
  309. public string WFAT_Mobile { get; set; }
  310. public string WFAT_AccountNum { get; set; }
  311. public string WFAT_Address { get; set; }
  312. public string WFAT_Title { get; set; }
  313. public string WFAT_FromID { get; set; }
  314. public string WFAT_PurTypeID { get; set; }
  315. public string WFAT_ConTypeID { get; set; }
  316. public string WFAT_Code { get; set; }
  317. public string WFAT_Pwd { get; set; }
  318. public string WFAT_AddDate { get; set; }
  319. public string WFAT_IP { get; set; }
  320. public string WFAT_SyncFlag { get; set; }
  321. public string WFAT_SyncDate { get; set; }
  322. public string WFAT_SyncFlowID { get; set; }
  323. public string WFAT_AreaID { get; set; }
  324. public string WFAT_Type { get; set; }
  325. public string WFAT_Voice { get; set; }
  326. public string WFAT_LatLon { get; set; }
  327. public string WFAT_ReportType { get; set; }
  328. public string WFAT_ReportType2 { get; set; }
  329. public string WFAT_Address2 { get; set; }
  330. public string WFAT_ServerName { get; set; }
  331. public string WFAT_PoliceCode { get; set; }
  332. public string WFAT_WXOpenid { get; set; }
  333. public string WFAT_IndustryID { get; set; }
  334. public string WFAT_IndustryName { get; set; }
  335. public string WFAT_From { get; set; }
  336. public string WFAT_UserID { get; set; }
  337. public string WEA_ID { get; set; }
  338. public string WEA_AcceptID { get; set; }
  339. public string WEA_AreaID { get; set; }
  340. public string WEA_AreaFullName { get; set; }
  341. public string WEA_OperationType { get; set; }
  342. public string WEA_OperationStartTime { get; set; }
  343. public string WEA_OperationEndTime { get; set; }
  344. public string WEA_OperationPlace { get; set; }
  345. public string WEA_OperationAddress { get; set; }
  346. public string WEA_DeviceInfo { get; set; }
  347. public string WEA_TypeID { get; set; }
  348. public string WEA_TypeName { get; set; }
  349. public string WEA_CompanyType { get; set; }
  350. public string PlaceTypeID { get; set; }
  351. public string PlaceTypeName { get; set; }
  352. public string PlaceTypeCode { get; set; }
  353. public string WEA_PlaceTypeID { get; set; }
  354. public string WEA_PlaceTypeName { get; set; }
  355. public string WEA_PlaceTypeCode { get; set; }
  356. public string WEA_CompanyName { get; set; }
  357. public string STL_ID { get; set; }
  358. public string STL_FlowID { get; set; }
  359. public string STL_TagType { get; set; }
  360. public string STL_TagRemark { get; set; }
  361. public string STL_AddUserID { get; set; }
  362. public string STL_UserName { get; set; }
  363. public string STL_AddDate { get; set; }
  364. public string STL_BMType { get; set; }
  365. public string STL_SYSType { get; set; }
  366. public string SWLS_ID { get; set; }
  367. public string SWLS_FlowID { get; set; }
  368. public string SWLS_IndustryID { get; set; }
  369. public string SWLS_TypeID { get; set; }
  370. public string SWLS_TypeName { get; set; }
  371. public string SWLS_TypeName_All { get; set; }
  372. public string SWLS_AddUserID { get; set; }
  373. public string SWLS_AddDate { get; set; }
  374. public string SWLS_Flag { get; set; }
  375. public string SWLS_CancelUserID { get; set; }
  376. public string SWLS_CancelDate { get; set; }
  377. public string FPC_ID { get; set; }
  378. public string FPC_FlowID { get; set; }
  379. public string FPC_Code { get; set; }
  380. public string FPC_Content { get; set; }
  381. public string FPC_AcceptDate { get; set; }
  382. public string FPC_InsertDate { get; set; }
  383. public string FPC_StateFalg { get; set; }
  384. public string FPC_SyncDate { get; set; }
  385. public string FPC_BMType { get; set; }
  386. public string FPC_ResultType { get; set; }
  387. public string FPC_Count { get; set; }
  388. public string FPC_ISTrue { get; set; }
  389. public string memberName { get; set; }
  390. public string memberMobile { get; set; }
  391. public string appealNumber { get; set; }
  392. public string isRepeat { get; set; }
  393. public string repeatAppealNumber { get; set; }
  394. public string isHiddenDanger { get; set; }
  395. public string FPC_AreaID { get; set; }
  396. public string FPC_AreaFullName { get; set; }
  397. public string FPC_TageisTrue { get; set; }
  398. public string FPC_TageisPunish { get; set; }
  399. public string FPC_TageisFund { get; set; }
  400. public string FPC_TagBMUserID { get; set; }
  401. public string FPC_TagBMDate { get; set; }
  402. public string FPC_TagType { get; set; }
  403. public string FPC_TagFalg { get; set; }
  404. public string FPC_TagUserID { get; set; }
  405. public string FPC_TagUserName { get; set; }
  406. public string FPC_TagRemark { get; set; }
  407. public string FPC_TagDate { get; set; }
  408. public string FPC_PDUserID { get; set; }
  409. public string WUW_WriteID { get; set; }
  410. public string WUW_WebUserID { get; set; }
  411. public string WUW_AcceptID { get; set; }
  412. public string WUW_FlowID { get; set; }
  413. public string WUW_WXOpenid { get; set; }
  414. public string 受理内容 { get; set; }
  415. public string FSH_OverTimeState { get; set; }
  416. public string FSH_Title_ys { get; set; }
  417. public string 承办意见 { get; set; }
  418. public string SIC_Name { get; set; }
  419. public int? OneOrgId { get; set; }
  420. }