namespace Vo { public class SysUserVo { public long userId { get; set; } public long deptId { get; set; } public string username { get; set; } public DeptFeignVo deptInfo { get; set; } public string deptName { get; set; } } }