(update)BsSuitCase增加requestId

yun-zuoyi
nies 3 years ago
parent a3d2749161
commit ccab3f0c04

@ -289,6 +289,10 @@ public class BsSuitCase extends BaseBean {
@Transient
@ApiParam(value = "出参转换")
private List<BsParamAdapter> bsOutParamAdapterList;
@Transient
@ApiParam(value = "请求id")
private String requestId;
}

Loading…
Cancel
Save