using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SnapshotWinFormsApp.Entities.OldHotline; public class OldPublishDto : OldBaseEntity { public string FPIA_IdeaID { get; set; } public string FPIA_FlowID { get; set; } public string FPIA_PubID { get; set; } public string FPIA_Title { get; set; } public string FPIA_Content { get; set; } public string FPIA_Result { get; set; } public string FPIA_ZGZFW_PubState { get; set; } public string FPIA_ZGZFW_Reason { get; set; } public string FPIA_ZGZFW_Phone { get; set; } public string FPIA_CONTACTFLAG { get; set; } public string FPIA_ASSESSFLAG { get; set; } public string FPIA_ASSESSOPINION { get; set; } public string FPIA_ASSESSCONTENT { get; set; } public string FPIA_NOTES { get; set; } 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; } public string FPLT_PubID { get; set; } public string FPLT_FlowID { get; set; } public string FPLT_PubDate { get; set; } public int? FPLT_PubUserID { get; set; } public string FPLT_PubUserName { get; set; } public string FPLT_PubFlag { get; set; } public string FPLT_ReturnCount { get; set; } public string FPLT_Excellent { get; set; } }