| | |
| | | @Column(columnDefinition="VARCHAR(128) comment '接口名称'") |
| | | private String interfaceName; |
| | | |
| | | @Schema(description = "接口名称") |
| | | @Column(columnDefinition="VARCHAR(128) comment '接口名称'") |
| | | @Schema(description = "请求唯一标识") |
| | | @Column(columnDefinition="VARCHAR(128) comment '请求唯一标识'") |
| | | private String requestId; |
| | | |
| | | @Schema(description = "请求唯一标识") |
| | | @Column(columnDefinition="VARCHAR(64) comment '请求唯一标识'") |
| | | @Schema(description = "入参") |
| | | @Column(columnDefinition="text comment '入参'") |
| | | private String requestParams; |
| | | |
| | | @Schema(description = "回参") |