mirror of
https://shylinux.com/x/community
synced 2025-04-25 09:38:06 +08:00
17 lines
336 B
Go
17 lines
336 B
Go
package renzhengshouquan
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
"shylinux.com/x/enterprise/src/guanlixitong"
|
|
)
|
|
|
|
type userAuth struct{ Table }
|
|
|
|
func init() { ice.TeamCtxCmd(userAuth{}) }
|
|
|
|
type UserAuthRole = guanlixitong.UserGroupRole
|
|
|
|
var UserAuthCreator = guanlixitong.UserGroupCreator
|
|
var UserAuthRoleList = guanlixitong.UserGroupRoleList
|