优化代码

This commit is contained in:
everywhere.z
2023-09-25 17:31:19 +08:00
parent 13ef344281
commit 175bb282f3

View File

@@ -120,10 +120,12 @@ public abstract class Condition implements Executable{
public abstract ConditionTypeEnum getConditionType();
@Override
public String getId() {
return id;
}
@Override
public void setId(String id) {
this.id = id;
}
@@ -133,6 +135,7 @@ public abstract class Condition implements Executable{
return tag;
}
@Override
public void setTag(String tag) {
this.tag = tag;
}