using Abp.Application.Services.Dto; namespace ContractService.Lawyer.Dto { public class BindDto { public string LawyerNo { get; set; } public string UserName { get; set; } } }