feat: 删除pom
Some checks failed
Redis序列化结构检查 / redis-schema-check (push) Has been cancelled

This commit is contained in:
2026-07-13 15:54:38 +08:00
parent 436460cfdb
commit 30e530c0bf
39 changed files with 164 additions and 159 deletions

View File

@@ -0,0 +1,10 @@
package com.codechecker.redis.diff;
/**
* 变更严重级别。
*/
public enum Severity {
P0,
P1,
P2
}