feat:データ集計処理実装完了

This commit is contained in:
xiaozhe.ma
2024-07-10 17:21:07 +09:00
parent c1d33e3ff0
commit bac7020c15
6 changed files with 509 additions and 337 deletions

View File

@@ -53,7 +53,7 @@ interface Field {
noLabel: boolean;
required: boolean;
lookup: Lookup;
}
}
interface Lookup {
relatedApp: RelatedApp;