18 lines
664 B

using Entity.Sugar;
namespace Entity.ViewModels
{
public class View_OPM_OtherExhibitionTG : OTB_OPM_OtherExhibitionTG
{
public string ExhibitionName { get; set; }
public string Exhibitioname_EN { get; set; }
public string Exhibitioname_TW { get; set; }
public string ExhibitioShotName_TW { get; set; }
public string ResponsiblePersonName { get; set; }
public string DeclarationClassName { get; set; }
public string CustomerNM { get; set; }
public string AgentName { get; set; }
public string ArrivalTimeShow { get; set; }
public string FreePeriodShow { get; set; }
}
}