|
|
@@ -106,6 +106,7 @@ public class App implements Serializable {
|
|
|
@Column(name = "personal_enable", nullable = false)
|
|
|
private int personalEnable;
|
|
|
|
|
|
+ @com.fasterxml.jackson.annotation.JsonIgnore
|
|
|
@OneToOne(mappedBy = "app", fetch = FetchType.LAZY)
|
|
|
private PageStyle pageStyle;
|
|
|
|