using QM.AuthServer.Models.Menus.Views;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using WS.Orm;
namespace QM.AuthServer.Models.Roles.Views
{
public class PostMenuView: PostView
{
///
/// 岗位菜单
///
public List Posts { set; get; } = new List();
}
}