REQ-3345: 同步消息
This commit is contained in:
parent
cd86ae220a
commit
3d5f90fb80
@ -23,4 +23,8 @@ public enum YesOrNo implements CodeDefinition<String> {
|
||||
public static YesOrNo valueOf(boolean value) {
|
||||
return value ? YES : NO;
|
||||
}
|
||||
|
||||
public boolean booleanValue() {
|
||||
return this == YES;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user