From ccab3f0c0486464010bd8d7d3e4e57105bdabbd2 Mon Sep 17 00:00:00 2001 From: nies Date: Sat, 4 Dec 2021 15:49:48 +0800 Subject: [PATCH] =?UTF-8?q?(update)BsSuitCase=E5=A2=9E=E5=8A=A0requestId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java b/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java index 1bd2e4d..542c5d2 100644 --- a/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java +++ b/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java @@ -289,6 +289,10 @@ public class BsSuitCase extends BaseBean { @Transient @ApiParam(value = "出参转换") private List bsOutParamAdapterList; + + @Transient + @ApiParam(value = "请求id") + private String requestId; }