using Newtonsoft.Json; namespace Vo.Admin { /// /// 列表 /// public class GetApiInfoListByProIdVo { /// /// ID /// public int id { get; set; } /// /// 板块名称 /// public string tabName { get; set; } /// /// 接口名称 /// public string apiName { get; set; } } }