mirror of https://github.com/hykilpikonna/AquaDX
[chusan] Delete unnecessary field in GameCharge
parent
c242b74077
commit
f5c6f8494d
|
@ -44,9 +44,5 @@ public class GameCharge implements Serializable {
|
|||
private LocalDateTime saleStartDate;
|
||||
|
||||
private LocalDateTime saleEndDate;
|
||||
|
||||
@JsonInclude
|
||||
@Transient
|
||||
private String remarks = null;
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue