Flow03_SearchEntity.cs 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. [SugarTable("ZG_CityHotline_Ver3.dbo.Flow03_Search")]
  9. public class Flow03_SearchEntity : OldBaseEntity
  10. {
  11. [SugarColumn(ColumnName = "FSH_FlowID")]
  12. public override string Id { get; set; }
  13. //public int FSH_FlowID { get; set; }
  14. public string FSH_ItemName { get; set; }
  15. public string FSH_Code { get; set; }
  16. public string FSH_FromName { get; set; }
  17. public string FSH_AreaName { get; set; }
  18. public string FSH_PurTypeName { get; set; }
  19. public string FSH_ConTypeName { get; set; }
  20. public string FSH_ServerName { get; set; }
  21. public string FSH_Title { get; set; }
  22. public string FSH_UserName { get; set; }
  23. public string FSH_BMName { get; set; }
  24. public DateTime FSH_AddDate { get; set; }
  25. public DateTime? FSH_TTime { get; set; }
  26. public DateTime? FSH_FiftyTTime { get; set; }
  27. public DateTime? FSH_EightyTTime { get; set; }
  28. public string FSH_AcceptUserName { get; set; }
  29. public string FSH_AcceptName { get; set; }
  30. public DateTime? FSH_AcceptDate { get; set; }
  31. public DateTime? FSH_DisposeDate { get; set; }
  32. public string FSH_LinkName { get; set; }
  33. public string FSH_LinkTel { get; set; }
  34. public string FSH_FromTel { get; set; }
  35. public string FSH_StateFlagName { get; set; }
  36. public int? FSH_PunishNum { get; set; }
  37. public string FSH_Identify { get; set; }
  38. public DateTime? FSH_IdtDate { get; set; }
  39. public int? FSH_MeetingCount { get; set; }
  40. public int? FSH_LeaderCount { get; set; }
  41. public bool? FSH_SubFlag { get; set; }
  42. public bool? FSH_InvFlag { get; set; }
  43. public bool? FSH_StopFlag { get; set; }
  44. public string FSH_EndUserName { get; set; }
  45. public int? FSH_EndUserID { get; set; }
  46. public int? FSH_EndBMID { get; set; }
  47. public string FSH_ShowTitle { get; set; }
  48. public string FSH_HotlineNum { get; set; }
  49. public bool? FSH_Urgent { get; set; }
  50. public int? FSH_AcceptBMID { get; set; }
  51. public string FSH_ConTypeNameFull { get; set; }
  52. public string FSH_Keyword { get; set; }
  53. public int? FSH_RunID { get; set; }
  54. public int? FSH_FromID { get; set; }
  55. public int? FSH_AreaID { get; set; }
  56. public int? FSH_PurTypeID { get; set; }
  57. public int? FSH_ConTypeID { get; set; }
  58. public int? FSH_ServerID { get; set; }
  59. public int? FSH_CreateUserID { get; set; }
  60. public int? FSH_CreateBMID { get; set; }
  61. public int? FSH_SessionID { get; set; }
  62. public DateTime? FSH_TempTTime { get; set; }
  63. public string FSH_OrderType { get; set; }
  64. public string FSH_PersonnelType { get; set; }
  65. public string FSH_ProCode { get; set; }
  66. public string FSH_Punish { get; set; }
  67. public string FSH_ProCodeGeneral { get; set; }
  68. public bool? FSH_ReplyIsTrue { get; set; }
  69. public bool? FSH_ReplyIsBMTrue { get; set; }
  70. public bool? FSH_IsRectification { get; set; }
  71. public string FSH_PushType { get; set; }
  72. public int? FSH_SubFlowID_SSP { get; set; }
  73. public int? FSH_SubFlowID_SSPBM { get; set; }
  74. public string FSH_SSPCode { get; set; }
  75. public int? FSH_SSPAreaID { get; set; }
  76. public int? FSH_AcceptBMID1 { get; set; }
  77. public string FSH_AcceptName1 { get; set; }
  78. public int? FSH_AcceptBMID2 { get; set; }
  79. public string FSH_AcceptName2 { get; set; }
  80. public int? FSH_AcceptBMID3 { get; set; }
  81. public string FSH_AcceptName3 { get; set; }
  82. public int? FSH_EnIndustryID { get; set; }
  83. public string FSH_EnIndustryName { get; set; }
  84. public int? FSH_EnMarketID { get; set; }
  85. public string FSH_EnMarketName { get; set; }
  86. public string FSH_CallMatch { get; set; }
  87. public bool? FSH_End12315 { get; set; }
  88. public bool? FSH_24End { get; set; }
  89. public int? FSH_IndustryID { get; set; }
  90. public string FSH_IndustryName { get; set; }
  91. public string FSH_IndustryIDType { get; set; }
  92. public string FSH_WorkVerify { get; set; }
  93. public string FSH_Checklist { get; set; }
  94. public string FSH_TagType { get; set; }
  95. public string FSH_Compliance { get; set; }
  96. }