空コンストラクタ追加

This commit is contained in:
ろむねこ 2024-06-24 09:49:04 +09:00
parent a575fbe8b5
commit 1824af06f3
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -25,6 +25,9 @@ public class ParentModel {
this.displayName = displayName;
}
public ParentModel() {
}
// Getter
public String getInternalId() {