12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- using SqlSugar;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SnapshotWinFormsApp.Entities.OldHotline;
- public class Flow03_Search : OldBaseEntity
- {
- [SugarColumn(ColumnName = "FSH_FlowID")]
- public override string Id { get => base.Id; set => base.Id = value; }
- //public string FSH_FlowID { get; set; }
- public string FSH_ItemName { get; set; }
- public string FSH_Code { get; set; }
- public string FSH_FromName { get; set; }
- public string FSH_AreaName { get; set; }
- public string FSH_PurTypeName { get; set; }
- public string FSH_ConTypeName { get; set; }
- public string FSH_ServerName { get; set; }
- public string FSH_Title { get; set; }
- public string FSH_UserName { get; set; }
- public string FSH_BMName { get; set; }
- public string FSH_AddDate { get; set; }
- public string FSH_TTime { get; set; }
- public string FSH_FiftyTTime { get; set; }
- public string FSH_EightyTTime { get; set; }
- public string FSH_AcceptUserName { get; set; }
- public string FSH_AcceptName { get; set; }
- public string FSH_AcceptDate { get; set; }
- public string FSH_DisposeDate { get; set; }
- public string FSH_LinkName { get; set; }
- public string FSH_LinkTel { get; set; }
- public string FSH_FromTel { get; set; }
- public string FSH_StateFlagName { get; set; }
- public string FSH_PunishNum { get; set; }
- public string FSH_Identify { get; set; }
- public string FSH_IdtDate { get; set; }
- public string FSH_MeetingCount { get; set; }
- public string FSH_LeaderCount { get; set; }
- public string FSH_SubFlag { get; set; }
- public string FSH_InvFlag { get; set; }
- public string FSH_StopFlag { get; set; }
- public string FSH_EndUserName { get; set; }
- public string FSH_EndUserID { get; set; }
- public string FSH_EndBMID { get; set; }
- public string FSH_ShowTitle { get; set; }
- public string FSH_HotlineNum { get; set; }
- public string FSH_Urgent { get; set; }
- public string FSH_AcceptBMID { get; set; }
- public string FSH_ConTypeNameFull { get; set; }
- public string FSH_Keyword { get; set; }
- public string FSH_RunID { get; set; }
- public string FSH_FromID { get; set; }
- public string FSH_AreaID { get; set; }
- public string FSH_PurTypeID { get; set; }
- public string FSH_ConTypeID { get; set; }
- public string FSH_ServerID { get; set; }
- public string FSH_CreateUserID { get; set; }
- public string FSH_CreateBMID { get; set; }
- public string FSH_SessionID { get; set; }
- public string FSH_TempTTime { get; set; }
- public string FSH_OrderType { get; set; }
- public string FSH_PersonnelType { get; set; }
- public string FSH_ProCode { get; set; }
- public string FSH_Punish { get; set; }
- public string FSH_ProCodeGeneral { get; set; }
- public string FSH_ReplyIsTrue { get; set; }
- public string FSH_ReplyIsBMTrue { get; set; }
- public string FSH_IsRectification { get; set; }
- public string FSH_PushType { get; set; }
- public string FSH_SubFlowID_SSP { get; set; }
- public string FSH_SubFlowID_SSPBM { get; set; }
- public string FSH_SSPCode { get; set; }
- public string FSH_SSPAreaID { get; set; }
- public string FSH_AcceptBMID1 { get; set; }
- public string FSH_AcceptName1 { get; set; }
- public string FSH_AcceptBMID2 { get; set; }
- public string FSH_AcceptName2 { get; set; }
- public string FSH_AcceptBMID3 { get; set; }
- public string FSH_AcceptName3 { get; set; }
- public string FSH_EnIndustryID { get; set; }
- public string FSH_EnIndustryName { get; set; }
- public string FSH_EnMarketID { get; set; }
- public string FSH_EnMarketName { get; set; }
- public string FSH_CallMatch { get; set; }
- public string FSH_End12315 { get; set; }
- public string FSH_24End { get; set; }
- public string FSH_IndustryID { get; set; }
- public string FSH_IndustryName { get; set; }
- public string FSH_IndustryIDType { get; set; }
- public string FSH_WorkVerify { get; set; }
- public string FSH_Checklist { get; set; }
- public string FSH_TagType { get; set; }
- public string FSH_Compliance { get; set; }
- }
|