feat(plan): add plan category CRUD routes with audit

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-06 00:38:25 +02:00
parent 3db257faa9
commit c983747418
2 changed files with 94 additions and 1 deletions

View File

@@ -145,4 +145,5 @@ export type EntityType =
| "warehouse_location"
| "warehouse_receipt_attachment"
| "work_plan_entry"
| "work_plan_override";
| "work_plan_override"
| "plan_category";