master
chentaisen 2024-09-04 12:06:46 +08:00
parent efeeb55953
commit ae549eb6dd
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ public interface RuleService extends IService<Rule> {
List<Rule> select(Rule rule); List<Rule> select(Rule rule);
List<Rule> selects(Rule rule);
} }