impl modulo orde node 22
This commit is contained in:
10
src/orders/dto/CutItemDto.ts
Normal file
10
src/orders/dto/CutItemDto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export class CutItemDto {
|
||||
productId: number;
|
||||
description: string;
|
||||
pacth: string;
|
||||
stockId: number;
|
||||
saleQuantity: number;
|
||||
cutQuantity: number;
|
||||
separedQuantity: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user