1
dengjunjie
2025-02-18 d5c610cbf2451bbf9a103c295ae51e541ad98951
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs
@@ -17,6 +17,6 @@
        WebResponseContent GetCurrentUserInfo();
        WebResponseContent ModifyPwd(string oldPwd, string newPwd);
        WebResponseContent ModifyPwd(string oldPwd, string newPwd, string userName);
    }
}