web/Model/Model/SysUser.cs
@@ -42,7 +42,8 @@
        public int Status { get; set; }
        public int UserType { get; set; }   //用户类型:1-管理员;2-业务员--全员;3-业务主管;4-业务总监;5-客服人员;6-财务人员;99-其他
        //public int UserType { get; set; }   //用户类型:1-管理员;2-业务员--全员;3-业务主管;4-业务总监;5-客服人员;6-财务人员;99-其他
        public string UserType { get; set; }    //关联字典数据表的类型为:USER_ROLE。多个角色时以半角“,”分隔。
        public Dictionary<string, SysUserMenu> MenuIDList { get; set; }