新增部门角色

This commit is contained in:
momo
2023-11-14 11:45:25 +08:00
parent 3bde233e8a
commit 8542091977
23 changed files with 791 additions and 15 deletions

View File

@@ -1,6 +1,10 @@
package config
import "github.com/zeromicro/go-zero/rest"
import (
"fusenapi/server/ldap-admin/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf