add unfinish order transaction
This commit is contained in:
@@ -3,7 +3,4 @@ import { IsNotEmpty, IsUUID } from 'class-validator';
|
||||
export class OrderTransactionDto {
|
||||
@IsNotEmpty()
|
||||
productCode: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
destination: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user