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.
18 lines
664 B
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; }
|
|
}
|
|
}
|