yanjinhui
2025-04-01 8f143507d4f1e38a5cc63348ea23a1aeb9182006
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_ISystemServices/ISys_UserService.cs
@@ -1,11 +1,16 @@
锘縰sing Microsoft.AspNetCore.Mvc;
锘縰sing Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEAWCS_Common;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.SerialPort;
using WIDESEAWCS_DTO.Telescopic;
using WIDESEAWCS_Model;
using WIDESEAWCS_Model.Models;
@@ -31,6 +36,52 @@
        /// </summary>
        /// <param name="type"></param>
        /// <returns></returns>
        public WebResponseContent PermissionView(int userId, string group);
         WebResponseContent PermissionView(int userId, string group);
        /// <summary>
        /// 鏇存柊瀵嗙爜
        /// </summary>
        /// <param name="id"></param>
        /// <param name="oldPwd"></param>
        /// <param name="newPwd"></param>
        /// <returns></returns>
        WebResponseContent UpdatePwd(int id, string oldPwd, string newPwd);
        /// <summary>
        ///
        /// </summary>
        /// <param name="files"></param>
        /// <returns></returns>
        WebResponseContent SaveFiles(IFormCollection files);
        /// <summary>
        /// 鏇存柊鐢ㄦ埛鍩虹淇℃伅
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        WebResponseContent Upuserbase(UserDTO userDTO);
        /// <summary>
        /// 浜鸿劯璇嗗埆
        /// </summary>
        /// <param name="paginationDTO"></param>
        /// <returns></returns>
        WebResponseContent GetUserFace(PaginationDTO paginationDTO);
        /// <summary>
        /// 娣诲姞鐢ㄦ埛
        /// </summary>
        /// <param name="addUserDTO"></param>
        /// <returns></returns>
        WebResponseContent AdduserData(AddUserDTO addUserDTO);
        WebResponseContent UpuserData(AddUserDTO addUserDTO);
        WebResponseContent DeleteUserData(DeleteUserImg deleteUserDTO);
    }
}