using Newtonsoft.Json; namespace Vo.Admin { /// /// 详情 /// public class GetApiControllerQueryVo { /// /// ID /// public int id { get; set; } /// /// 控制器文件路径 /// public string controllerFilePath { get; set; } /// /// 服务ID /// public int serviceId { get; set; } } }