空コンストラクタ追加

This commit is contained in:
ろむねこ 2024-07-08 10:38:05 +09:00
parent 24c3078637
commit 369e65aecb
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

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