Flow03_Search.cs 4.1 KB

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