using System;
using System.ComponentModel.DataAnnotations;
using LitJson;
using Model;
using Model.Base;
using static System.Runtime.InteropServices.JavaScript.JSType;
namespace Dto.Admin
{
///
/// 添加
///
public class GetApiInfoListByProIdDto
{
///
/// ID
///
public int projectId { get; set; }
}
}