Commit d255c30f authored by shenxin's avatar shenxin

省一体化营山推送

parent 182d80e6
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
`pieceId` bigint(20) DEFAULT NULL COMMENT '办件id', `pieceId` bigint(20) DEFAULT NULL COMMENT '办件id',
`currentStepName` varchar(16) DEFAULT NULL COMMENT '当前步骤名称', `currentStepName` varchar(16) DEFAULT NULL COMMENT '当前步骤名称',
`currentStepCode` varchar(16) DEFAULT NULL COMMENT '当前步骤编码', `currentStepCode` varchar(16) DEFAULT NULL COMMENT '当前步骤编码',
`incomingMessage` json DEFAULT NULL COMMENT '传入报文', `incomingMessage` text DEFAULT NULL COMMENT '传入报文',
`returnMessage` json DEFAULT NULL COMMENT '返回报文', `returnMessage` text DEFAULT NULL COMMENT '返回报文',
`interfaceCallTime` datetime DEFAULT NULL COMMENT '接口调用时间', `interfaceCallTime` datetime DEFAULT NULL COMMENT '接口调用时间',
`interfaceCallStatus` varchar(16) DEFAULT NULL COMMENT '调用状态', `interfaceCallStatus` varchar(16) DEFAULT NULL COMMENT '调用状态',
`systemCode` varchar(16) DEFAULT NULL COMMENT '系统编码', `systemCode` varchar(16) DEFAULT NULL COMMENT '系统编码',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment