[api] Add screenshot function

This commit is contained in:
samnyan
2020-01-31 11:19:41 +08:00
parent 266d7a20f0
commit 95512aa843
4 changed files with 53 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ public class PlayerPvCustomize implements Serializable {
@ManyToOne
@JoinColumn(name = "pd_id")
@JsonIgnore
private PlayerProfile pdId;
@Column(name = "pv_id")