整合aflcrash(未测试)

This commit is contained in:
even 2025-08-11 22:37:00 +08:00
parent 08509ef605
commit a79ab4ca17
2 changed files with 0 additions and 8 deletions

View File

@ -22,8 +22,4 @@ public class AflAnalyzerCrashesInfo extends BaseDO {
private String pipelineHistoryId; private String pipelineHistoryId;
private String pipelineId; private String pipelineId;
private String taskId; private String taskId;
private LocalDateTime createTime;
private LocalDateTime updateTime;
private String updater;
private String creator;
} }

View File

@ -32,8 +32,4 @@ public class LinuxSignals extends BaseDO {
* 常见场景 * 常见场景
* */ * */
private String commonScenarios; private String commonScenarios;
private LocalDateTime createTime;
private LocalDateTime updateTime;
private String updater;
private String creator;
} }