namespace MiaoYu.Api.Admin.Models.Dtos.Systems; /// /// 系统账户表单 /// public class SysUserFormDto { public SysUser Form { get; set; } public List RoleIds { get; set; } public List AllRoleList { get; set; } public List PostIds { get; set; } public List AllPostList { get; set; } }