260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -74,7 +74,7 @@ export interface Drawing {
|
||||
}
|
||||
|
||||
export interface CreateDrawingDto {
|
||||
drawingType: "CONTRACT" | "SHOP";
|
||||
drawingType: 'CONTRACT' | 'SHOP';
|
||||
drawingNumber: string;
|
||||
title: string;
|
||||
disciplineId: number;
|
||||
|
||||
Reference in New Issue
Block a user