refactor: 系统模块角色分配相关优化

This commit is contained in:
meilin.huang
2023-12-18 22:39:32 +08:00
parent 574d27f6da
commit 1f6c14ee2f
28 changed files with 695 additions and 386 deletions

View File

@@ -11,6 +11,7 @@ const (
And = "AND"
Or = "OR"
In = "IN"
NotIn = "NOT IN"
Not = "NOT"
Like = "LIKE"
Eq = "="