拍卖行:更新分红公式

This commit is contained in:
liangtongchuan
2021-03-19 11:58:12 +08:00
parent f42fbb3aa7
commit f7c665f206
6 changed files with 35 additions and 21 deletions
+5
View File
@@ -119,3 +119,8 @@ export class GuildListInfo extends GuildMainInfo {
this.hasApply = hasApply;
}
}
export interface RolePosition {
roleId: string;
position: number; // 职位
}