圃場グループ機能

This commit is contained in:
Akira
2026-02-15 15:51:51 +09:00
parent f4165e2c68
commit 4486722949
4 changed files with 205 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ export interface Field {
area_tan: string;
area_m2: number;
owner_name: string;
group_name: string | null;
display_order: number;
kyosai_fields: OfficialKyosaiField[];
chusankan_fields: OfficialChusankanField[];
}