修改创建人逻辑.

This commit is contained in:
lijiahang
2025-02-21 17:57:35 +08:00
parent 397bbb2657
commit 7017c7502b
5 changed files with 481 additions and 466 deletions

View File

@@ -45,4 +45,11 @@ public interface SecurityHolder {
*/
Long getLoginUserId();
/**
* 获取当前用户名
*
* @return username
*/
String getLoginUsername();
}