using System; using System.ComponentModel.DataAnnotations; using Model.Base; namespace Dto.Admin { /// /// 添加 /// public class GetApiTreeDto { /// /// 项目ID /// public int projectId { get; set; } } }