jingganjiaoyu b841e63f13 opt some
2024-09-01 23:44:29 +08:00

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