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