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