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.
19 lines
670 B
19 lines
670 B
using Entity.Sugar;
|
|
|
|
namespace Entity.ViewModels
|
|
{
|
|
public class View_OPM_Exhibition : OTB_OPM_Exhibition
|
|
{
|
|
public string AreaName { get; set; }
|
|
public string Area_CN { get; set; }
|
|
public string Area_EN { get; set; }
|
|
public string StateName { get; set; }
|
|
public string State_CN { get; set; }
|
|
public string State_EN { get; set; }
|
|
public string ExhibitionAddressName { get; set; }
|
|
public string ExhibitionAddress_CN { get; set; }
|
|
public string ExhibitionAddress_EN { get; set; }
|
|
public string ExhibitioFullName { get; set; }
|
|
public string Exhibitioname { get; set; }
|
|
}
|
|
}
|