mongo映射java bean 需要默认构造函数
parent
aef4398c40
commit
11470e73b3
|
@ -31,7 +31,10 @@ public class TaSuiHero {
|
||||||
return godSoulLv;
|
return godSoulLv;
|
||||||
}
|
}
|
||||||
|
|
||||||
public TaSuiHero(int tempId, int leve, int star,int godSoulLv) {
|
public TaSuiHero() {
|
||||||
|
}
|
||||||
|
|
||||||
|
public TaSuiHero(int tempId, int leve, int star, int godSoulLv) {
|
||||||
this.tempId = tempId;
|
this.tempId = tempId;
|
||||||
this.leve = leve;
|
this.leve = leve;
|
||||||
this.star = star;
|
this.star = star;
|
||||||
|
|
Loading…
Reference in New Issue