fixed
meta
This commit is contained in:
parent
00d59bfa27
commit
9d9e3bf88a
|
@ -36,7 +36,8 @@ public class MetaSensorItem {
|
||||||
// this.typeId = typeId;
|
// this.typeId = typeId;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
@Column(name = "TYPE_ID", nullable = false)
|
@ManyToOne
|
||||||
|
@JoinColumn(name = "TYPE_ID", nullable = false)
|
||||||
public MetaSensorItemType getMetaSensorItemType() {
|
public MetaSensorItemType getMetaSensorItemType() {
|
||||||
return metaSensorItemType;
|
return metaSensorItemType;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user