ing
This commit is contained in:
parent
bf7a61b9bf
commit
5cc57b651f
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>com.loafle.overflow</groupId>
|
<groupId>com.loafle.overflow</groupId>
|
||||||
<artifactId>commons-java</artifactId>
|
<artifactId>commons-java</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.77-SNAPSHOT</version>
|
<version>1.0.78-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -46,7 +46,7 @@ public class InfraService extends Infra {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ManyToOne
|
@ManyToOne
|
||||||
@JoinColumn(name = "META_PORT_TYPE_ID", nullable = true)
|
@JoinColumn(name = "META_CRYPTO_TYPE_ID", nullable = true)
|
||||||
public MetaCryptoType getMetaCryptoType() {
|
public MetaCryptoType getMetaCryptoType() {
|
||||||
return metaCryptoType;
|
return metaCryptoType;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user