形象:修改字典表

This commit is contained in:
luying
2021-03-11 16:00:23 +08:00
parent 95f4221217
commit d0a1515298
20 changed files with 1028 additions and 965 deletions

View File

@@ -55,6 +55,9 @@ export class ServerParamWithRole extends ServerParam {
lv: number; // 等级
updatedAt: Date;
headHid: number = 19; // TODO等客户端完成后删除这个字段
sHid: number = 19;
constructor(role: RoleType, server: ServerInfo) {
super(server);
this.groupId = server.groupId;