init
This commit is contained in:
@@ -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 , , ,,업무데이터
|
||||
|
Reference in New Issue
Block a user