feat: Add Model gestion for piece and component
This commit is contained in:
@@ -18,12 +18,8 @@ export class MachinePieceSelectionDto {
|
||||
@IsString()
|
||||
requirementId: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
pieceModelId?: string;
|
||||
|
||||
@IsOptional()
|
||||
definition?: any;
|
||||
pieceModelId: string;
|
||||
}
|
||||
|
||||
export class CreateMachineDto {
|
||||
|
||||
Reference in New Issue
Block a user