update 优化统一用户昵称

This commit is contained in:
疯狂的狮子Li
2026-03-10 15:37:39 +08:00
parent eb8bdd5655
commit 656366d610
2 changed files with 11 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ export interface ButtonList {
}
export interface FlowCopyVo {
userId: string | number;
userName: string;
nickName: string;
}
export interface TaskOperationBo {