区块链日志

This commit is contained in:
yss
2021-08-26 13:35:39 +08:00
parent d8654ffc0b
commit 7a5ccf2b1e
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<result column="section_id" jdbcType="VARCHAR" property="sectionId"/>
<result column="assess_room_id" jdbcType="VARCHAR" property="assessRoomId"/>
<result column="turn_id" jdbcType="VARCHAR" property="turnId"/>
<result column="interface_url" jdbcType="VARCHAR" property="interfaceUrl"/>
<result column="param" jdbcType="VARCHAR" property="param"/>
<result column="result" jdbcType="VARCHAR" property="result"/>
<result column="status" jdbcType="VARCHAR" property="status"/>

View File

@ -52,6 +52,11 @@ public class SupplyBlockChainLog implements Serializable {
*/
@ApiModelProperty(value = "")
private String turnId;
/**
*
*/
@ApiModelProperty(value = "调用接口的地址")
private String interfaceUrl;
/**
* 传参