- fix order-prod and order-stg if suppliers have same code product
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import { IsNotEmpty, IsOptional } from 'class-validator';
|
||||
|
||||
export class OrderTransactionDto {
|
||||
|
||||
@IsNotEmpty()
|
||||
productId: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
productCode: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user