using System.Collections.Generic; namespace Admin.Core.Service.Admin.Api.Input { /// /// 接口同步 /// public class ApiSyncInput { public List Apis { get; set; } } }