mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE-114): add foreign key fields to enhance data relationships in project-flock type definitions
This commit is contained in:
+5
@@ -10,11 +10,16 @@ export type BaseProjectFlock = {
|
|||||||
name: string;
|
name: string;
|
||||||
status: string;
|
status: string;
|
||||||
flock: Flock;
|
flock: Flock;
|
||||||
|
flock_id: number;
|
||||||
area: Area;
|
area: Area;
|
||||||
|
area_id: number;
|
||||||
category: string;
|
category: string;
|
||||||
fcr: Fcr;
|
fcr: Fcr;
|
||||||
|
fcr_id: number;
|
||||||
location: Location;
|
location: Location;
|
||||||
|
location_id: number;
|
||||||
period: number;
|
period: number;
|
||||||
|
kandang_ids: number[];
|
||||||
kandangs: Kandang[];
|
kandangs: Kandang[];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user