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 DownloadJsonDto { /// /// ID /// public string apiId { get; set; } } }