master
chentaisen 2024-08-25 10:31:23 +08:00
parent a0830a76c4
commit d9163228ba
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ public enum SysRuleYesNo {
this.info = info; this.info = info;
} }
public String getCode() { public String getCode() {
return code; return code;
} }