세금 계산서 및 달력 월 형태 수정

This commit is contained in:
focp212@naver.com
2025-10-23 11:07:56 +09:00
parent 06c47f8174
commit 74ed1ff1ad
10 changed files with 146 additions and 43 deletions

View File

@@ -26,8 +26,8 @@ export enum VatReturnTargetType {
export interface VatReturnListParams {
mid: string;
startDate?: string;
endDate?: string;
startMonth?: string;
endMonth?: string;
receiptType?: VatReturnReceiptType;
targetType?: VatReturnTargetType;
page?: DefaultRequestPagination;