This commit is contained in:
Rinjae
2025-09-05 19:06:22 +09:00
commit a1d74cf004
333 changed files with 47708 additions and 0 deletions
@@ -0,0 +1,27 @@
#-----------------------------------------------------------------------------
# comment start with #
# level; // 0 : root ~ n
# type; // 0: Message, 1: Field, 2:Group 3, Grid, 4 : Field Array, 9 : BIZ DATA
# size // 0 : variable, > 0 fixed
# fieldType; // 0: ELEMENT, 1: ATTRIBUTE,
# length;
# dataType; // 0: String, 1: Number,10: ZZ String, 11: LL Number
#-----------------------------------------------------------------------------
# name ,level ,type ,size ,fieldType ,length ,dataType ,,refPath, refValue,value
#-----------------------------------------------------------------------------
# name ,level ,type ,size ,fieldType ,length ,dataType ,refPath, refValue, value
commonHeader ,1 ,2 ,1 ,0 ,0 ,0 , , ,,공통헤더
firstReqSystemCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,최초요청시스템코드
firstReqSystemIp ,2 ,1 ,1 ,0 ,0 ,0 , , ,,최초요청IP주소
msgCreationTime ,2 ,1 ,1 ,0 ,0 ,0 , , ,,전문생성일시
globalId ,2 ,1 ,1 ,0 ,0 ,0 , , ,,guid
traceSeqNo ,2 ,1 ,1 ,0 ,0 ,1 , , ,1,시스템경유이력번호
serviceCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,거래코드
personalInfoYn ,2 ,1 ,1 ,0 ,0 ,0 , , ,,개인정보포함여부
receivingSystemCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,수신시스템코드
reqResTypeCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,요청응답구분코드
msgList ,2 ,3 ,0 ,0 ,0 ,0 , , ,,메시지목록
resultCode ,3 ,1 ,1 ,0 ,0 ,0 , , ,,결과코드
resultMsg ,3 ,1 ,1 ,0 ,0 ,0 , , ,,결과메시지
msgStackTrace ,2 ,1 ,1 ,0 ,0 ,0 , , ,,에러내용
payload ,1 ,9 ,0 ,0 ,0 ,0 , , ,,업무데이터
1 #-----------------------------------------------------------------------------
2 # comment start with #
3 # level; // 0 : root ~ n
4 # type; // 0: Message, 1: Field, 2:Group 3, Grid, 4 : Field Array, 9 : BIZ DATA
5 # size // 0 : variable, > 0 fixed
6 # fieldType; // 0: ELEMENT, 1: ATTRIBUTE,
7 # length;
8 # dataType; // 0: String, 1: Number,10: ZZ String, 11: LL Number
9 #-----------------------------------------------------------------------------
10 # name ,level ,type ,size ,fieldType ,length ,dataType ,,refPath, refValue,value
11 #-----------------------------------------------------------------------------
12 # name ,level ,type ,size ,fieldType ,length ,dataType ,refPath, refValue, value
13 commonHeader ,1 ,2 ,1 ,0 ,0 ,0 , , ,,공통헤더
14 firstReqSystemCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,최초요청시스템코드
15 firstReqSystemIp ,2 ,1 ,1 ,0 ,0 ,0 , , ,,최초요청IP주소
16 msgCreationTime ,2 ,1 ,1 ,0 ,0 ,0 , , ,,전문생성일시
17 globalId ,2 ,1 ,1 ,0 ,0 ,0 , , ,,guid
18 traceSeqNo ,2 ,1 ,1 ,0 ,0 ,1 , , ,1,시스템경유이력번호
19 serviceCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,거래코드
20 personalInfoYn ,2 ,1 ,1 ,0 ,0 ,0 , , ,,개인정보포함여부
21 receivingSystemCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,수신시스템코드
22 reqResTypeCode ,2 ,1 ,1 ,0 ,0 ,0 , , ,,요청응답구분코드
23 msgList ,2 ,3 ,0 ,0 ,0 ,0 , , ,,메시지목록
24 resultCode ,3 ,1 ,1 ,0 ,0 ,0 , , ,,결과코드
25 resultMsg ,3 ,1 ,1 ,0 ,0 ,0 , , ,,결과메시지
26 msgStackTrace ,2 ,1 ,1 ,0 ,0 ,0 , , ,,에러내용
27 payload ,1 ,9 ,0 ,0 ,0 ,0 , , ,,업무데이터