using System.Collections.Generic; using Abp.Application.Services.Dto; namespace ContractService.LegalCase.Dto { public class SetStaffDto : EntityDto<string> { public List<string> Staffs { get; set; } } }