空コンストラクタ追加

This commit is contained in:
ろむねこ 2024-07-08 10:19:42 +09:00
parent d213541bc1
commit 29e367e79d
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -15,6 +15,9 @@ public class HistoryBaseItem {
this.registeredAt = registeredAt;
}
public HistoryBaseItem() {
}
public String getId() {
return id;
}