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