refactor: atualizações e remoção de módulos não utilizados
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
export class CutItemDto {
|
||||
productId: number;
|
||||
description: string;
|
||||
pacth: string;
|
||||
stockId: number;
|
||||
saleQuantity: number;
|
||||
cutQuantity: number;
|
||||
separedQuantity: number;
|
||||
}
|
||||
|
||||
productId: number;
|
||||
description: string;
|
||||
pacth: string;
|
||||
stockId: number;
|
||||
saleQuantity: number;
|
||||
cutQuantity: number;
|
||||
separedQuantity: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user