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; }
}
}