export class PayPeriodDto { pay_period_no: number; period_start: string; period_end: string; payday: string; pay_year: number; label: string; }