using Entity.Sugar;
namespace Entity.ViewModels
{
public class View_SYS_Category : SETB_SYS_Category
public int OrderCount { get; set; }
}