add: transaction billing

This commit is contained in:
ilham
2022-05-03 19:09:12 +07:00
parent 49e22932b6
commit 52839223e6
5 changed files with 198 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ export class UpdatePriceProductDto {
@IsNotEmpty()
type: productType;
@IsNotEmpty()
productType: string;
startDate: Date;
endDate: Date;