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