yzh
2022-05-19 318d349fc009011a135dbce5a25e392b492c0718
web/Model/Model/SysUser.cs
@@ -14,6 +14,8 @@
        public string Password { get; set; }
        public string UserName { get; set; }
        public DateTime ExpireTime { get; set; }
        public DateTime CreateTime { get; set; }
@@ -36,6 +38,10 @@
        public string ClientIp { get; set; }
        public int Status { get; set; }
        public int UserType { get; set; }   //用户类型:1-管理员;2-业务员--全员;3-业务主管;4-业务总监;5-客服人员;6-财务人员;99-其他
        public Dictionary<string, SysUserMenu> MenuIDList { get; set; }
        public bool HasRight(string code)