namespace ContractService.Client.Staff.Dto { public class BindDto { public string StaffNo { get; set; } public string UserName { get; set; } } }