현금영수증 리스트

This commit is contained in:
focp212@naver.com
2025-10-21 16:21:57 +09:00
parent 81d977b97d
commit 841a9d8542
44 changed files with 1208 additions and 717 deletions

View File

@@ -40,7 +40,7 @@ export interface UserAccountAuthWrapProps {
status: string;
};
export interface PermItem {
menuId?: string;
menuId?: number;
menuName?: string;
subMenu?: Array<PermItem>;
};