This commit is contained in:
手瓜一十雪
2025-06-10 14:27:50 +08:00
parent 697632eee8
commit 8256942a3d
2 changed files with 13 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ export interface GrayTipRovokeElement {
operatorUid: string;
operatorNick: string;
operatorRemark: string;
isSelfOperate: boolean; // 是否是自己撤回的
operatorMemRemark?: string;
wording: string; // 自定义的撤回提示语
}