🐞 fix(远征&巅峰): 对手宝物无id数据

This commit is contained in:
luying
2023-07-07 16:08:14 +08:00
parent 02625de882
commit 43b629ee70

View File

@@ -117,7 +117,7 @@ export class PvpHeroInfo {
@prop({ required: true, _id: false })
attribute?: string; // 属性
@prop({ required: true, _id: false, type: HeroArtifact })
@prop({ required: true, type: HeroArtifact })
artifact?: HeroArtifact[] = []; // 宝物
@prop({ required: false, type: EPlace, _id: false })