This commit is contained in:
手瓜一十雪
2025-03-19 10:45:56 +08:00
parent 4d0ad74569
commit 221c281f69
3 changed files with 3 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ export class OB11Construct {
static group(group: Group): OB11Group {
return {
group_remark: group.remarkName,
group_id: +group.groupCode,
group_name: group.groupName,
member_count: group.memberCount,