yanjinhui
2025-03-17 b8510ca5d1e56ef78cd27c45b6bd65a2c13f6b27
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_ISystemServices/ISys_UserService.cs
@@ -1,4 +1,6 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -19,7 +21,27 @@
        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>
         WebResponseContent PermissionView(int userId, string group);
        /// <summary>
        /// ä¸Šä¼ ç”¨æˆ·å¤´åƒ
        /// </summary>
        /// <param name="files"></param>
        /// <returns></returns>
         WebResponseContent UploaDavatar(List<IFormFile> files, int userId);
    }
}