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