import { PcdBaseEntity } from "src/framework/custom/pcd-entity.custom"; export class ScblockerDetailDto extends PcdBaseEntity { branchCode: string; scblockerno: number; inttransno: number; transactionDate: Date; description: string; transactionAmount: number; createdBy: string; createdDate: Date; }