namespace Admin.NET.Application.Service.System.LowCode.Dto { /// /// /// public class ContrasOutput { /// /// /// public List Add { get; set; } /// /// /// public List Del { get; set; } } }