using Abp.Application.Services.Dto; namespace ShwasherSys.CompanyInfo.EmployeeInfo.Dto { public class AccountDto: EntityDto { public string No { get; set; } public string UserName { get; set; } } }