dengjunjie
2024-10-25 663489b2ce63ee84851dfbc2db32814e40ae9a89
项目代码/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);
    }
}