- add excel export for history transaction
This commit is contained in:
8
src/transaction/dto/export-transaction.dto.ts
Normal file
8
src/transaction/dto/export-transaction.dto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { IsNotEmpty, IsOptional } from 'class-validator';
|
||||
|
||||
export class ExportTransactionDto {
|
||||
|
||||
@IsNotEmpty()
|
||||
dateStart: string;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user