提交 d3e6a4b5 authored 作者: mry's avatar mry

fix(base): 修改了entity

上级 faf7b99d
...@@ -29,6 +29,18 @@ public class ExecutionRecord extends BaseEntity { ...@@ -29,6 +29,18 @@ public class ExecutionRecord extends BaseEntity {
@ApiModelProperty("用户id") @ApiModelProperty("用户id")
private Long userId; private Long userId;
@ApiModelProperty("执行id")
private Long performId;
@ApiModelProperty("key用来记录执行批次")
private String key;
@ApiModelProperty("执行状态,0:关闭,1:开启") @ApiModelProperty("执行状态,0:关闭,1:开启")
private ExecutionRecType status; private ExecutionRecType status;
@ApiModelProperty("类型")
private String type;
@ApiModelProperty("日志")
private String log;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论