feat: acquire-core full legacy C corpus (~2066 files, build-verified) + generator + inventory
This commit is contained in:
commit
b96cf702ee
2897 changed files with 264970 additions and 0 deletions
13
fml/py_fml_0011.fml
Normal file
13
fml/py_fml_0011.fml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# PY_FML_0011.fml - 지급 FML 필드 테이블 (UBF 필드 정의)
|
||||
# *base 190
|
||||
#
|
||||
# name rel-number type flags comments
|
||||
PY_FML_0011_KEY 1 string - 처리키
|
||||
PY_FML_0011_MERCHID 2 string - 가맹점번호
|
||||
PY_FML_0011_CARDNO 3 string - 카드번호(마스킹)
|
||||
PY_FML_0011_AMOUNT 4 long - 거래금액
|
||||
PY_FML_0011_BIZDATE 5 string - 영업일
|
||||
PY_FML_0011_STATUS 6 char - 상태코드
|
||||
PY_FML_0011_FEE 7 long - 수수료
|
||||
PY_FML_0011_RESPCODE 8 string - 응답코드
|
||||
Reference in a new issue