fix(FE): add production standard in detail project flock

This commit is contained in:
randy-ar
2026-01-12 15:13:02 +07:00
parent 470add1563
commit 36b167dafb
2 changed files with 13 additions and 14 deletions
+1
View File
@@ -5,6 +5,7 @@ import { Kandang } from '@/types/api/master-data/kandang';
import { Location } from '@/types/api/master-data/location';
import { BaseApproval, BaseMetadata } from '@/types/api/api-general';
import { Nonstock } from '@/types/api/master-data/nonstock';
import { ProductionStandard } from '@/types/api/master-data/production-standard';
export type BaseProjectFlock = {
id: number;