添加数据补招任务
This commit is contained in:
@@ -18,13 +18,21 @@ public class PqFrontLogsVO extends BaseEntity {
|
||||
@TableId(value = "id", type = IdType.ASSIGN_UUID)
|
||||
private String id;
|
||||
private String nodeId;
|
||||
//进程号
|
||||
private String processNo;
|
||||
//业务id
|
||||
private String businessId;
|
||||
//业务名称
|
||||
private String businessName;
|
||||
//业务等级
|
||||
private String level;
|
||||
//日志类型
|
||||
private String logType;
|
||||
//日志级别
|
||||
private String grade;
|
||||
//前置业务类型
|
||||
private String frontType;
|
||||
//日志详情
|
||||
private String log;
|
||||
private Integer state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user