using Newtonsoft.Json; namespace Vo.Admin { /// /// 列表 /// public class GetAppProjectPageListVo { public int id { get; set; } /// /// 顶部标题 /// public string title { get; set; } /// /// 页面路径 /// public string modulePath { get; set; } } }