com: 파일 타입 추가 및 공통 함수 이름 수정

This commit is contained in:
Yesol Choi
2025-05-27 09:31:17 +09:00
parent e883c0ef45
commit 15a710c279
2 changed files with 22 additions and 1 deletions

View File

@@ -14,4 +14,15 @@ export type Person = {
attend_sta_ymd: string
attend_end_ymd: string
gubun_cd: string
}
export interface iPbAtt {
prcsNo: string
bizNo: string
fileOrd: number
logiFnm: string
physFnm: string
size: number
data: string
path: string
}