wankeda
2025-04-14 0ea4a390d09679425cf3ad217a38a9e717641c95
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_UserService.cs
@@ -17,9 +17,11 @@
        ISys_UserRepository Repository { get; }
        WebResponseContent Login(LoginInfo loginInfo);
        WebResponseContent Login1(LoginInfo loginInfo);
        WebResponseContent GetCurrentUserInfo();
        WebResponseContent ModifyPwd(string oldPwd, string newPwd);
        WebResponseContent modifyUserPwd(string userName, string password);
    }
}