impl modulo orde node 22

This commit is contained in:
JurTI-BR
2025-04-01 14:46:39 -03:00
parent 4522575701
commit f8bea4114f
22 changed files with 656 additions and 99 deletions

View File

@@ -0,0 +1,10 @@
export class CutItemDto {
productId: number;
description: string;
pacth: string;
stockId: number;
saleQuantity: number;
cutQuantity: number;
separedQuantity: number;
}