添加数据补招任务

This commit is contained in:
hzj
2025-07-30 09:04:41 +08:00
parent 5c44742418
commit 03b4273262
4 changed files with 67 additions and 1 deletions

View File

@@ -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;
}