You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
using Entity.Sugar;
namespace Entity.ViewModels { public class View_OPM_OtherExhibition : OTB_OPM_OtherExhibition { 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; } } }
|