报错修改

back_recharge
yuanshuai 2021-11-05 15:35:03 +08:00
parent f756444b5a
commit 241b8facb5
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ public class TrailHero extends MongoBase {
return godSoulLv;
}
public TrailHero(){
}
public TrailHero(int tmpId, Map<Integer, Long> property, int star, String heroSkills, int level,int godSoulLv) {
this.tmpId = tmpId;
this.property = property;