区块链日志
This commit is contained in:
@ -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"/>
|
||||
|
@ -52,6 +52,11 @@ public class SupplyBlockChainLog implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "")
|
||||
private String turnId;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@ApiModelProperty(value = "调用接口的地址")
|
||||
private String interfaceUrl;
|
||||
|
||||
/**
|
||||
* 传参
|
||||
|
Reference in New Issue
Block a user