Adding api
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package be.seeseepuff.pcinv.models;
|
||||
|
||||
import be.seeseepuff.pcinv.meta.*;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import jakarta.persistence.*;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@@ -21,6 +22,7 @@ public class RamAsset implements Asset
|
||||
{
|
||||
@Id
|
||||
@GeneratedValue
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
@OneToOne(orphanRemoval = true)
|
||||
|
||||
Reference in New Issue
Block a user