using Entity.Sugar;using System.Collections.Generic; namespace Entity.ViewModels{ public class View_CMS_Exhibition : SETB_CMS_Exhibition { public int OrderCount { get; set; } }}
using Entity.Sugar;
using System.Collections.Generic;
namespace Entity.ViewModels
{
public class View_CMS_Exhibition : SETB_CMS_Exhibition
public int OrderCount { get; set; }
}