fine:()添加构造方法
parent
a4b375138f
commit
b352d852db
|
@ -38,4 +38,8 @@ public class DataName {
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private List<TableNames> tableNames;
|
private List<TableNames> tableNames;
|
||||||
|
|
||||||
|
public DataName(Integer id, String name) {
|
||||||
|
this.id = id;
|
||||||
|
this.name = name;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue