yanjinhui
2025-03-14 563ce4cedd764d3e53e9384197fc14e618d776d5
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_ISystemServices/ISys_UserService.cs
@@ -19,7 +19,18 @@
        WebResponseContent ModifyPwd(string oldPwd, string newPwd);
        //给前端返回用户表,更具id的不同区分类别2=质检组,3=电气组,4=机械,5=地沟
        /// <summary>
        /// ç»™å‰ç«¯è¿”回用户表,更具id的不同区分类别2=质检组,3=电气组,4=机械,5=地沟
        /// </summary>
        /// <returns></returns>
        WebResponseContent GetUerType();
        /// <summary>
        /// æ ¹æ®ç”¨æˆ·æ¥å†³å®šæŸ¥çœ‹å½“前作业的权限
        /// </summary>
        /// <param name="type"></param>
        /// <returns></returns>
        public WebResponseContent PermissionView(int userId, string group);
    }
}