feat: add report preset management API
- Implemented CRUD operations for report presets in reportPresetController. - Added routes for listing, creating, updating, and deleting report presets. - Ensured authentication is required for all preset operations. - Enhanced MaterialData interface to include optional width, height, and thickness properties.
This commit is contained in:
@@ -32,6 +32,9 @@ export interface MaterialData {
|
||||
current: number;
|
||||
unit: string;
|
||||
locations: MaterialLocation[];
|
||||
width?: string;
|
||||
height?: string;
|
||||
thickness?: string;
|
||||
}
|
||||
|
||||
export interface WarehouseData {
|
||||
|
||||
Reference in New Issue
Block a user