mirror of
https://shylinux.com/x/enterprise
synced 2025-05-09 23:18:09 +08:00
16 lines
293 B
Go
16 lines
293 B
Go
package xiangmuguanli
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
"shylinux.com/x/enterprise/src/guanlixitong"
|
|
)
|
|
|
|
type userProject struct{ Table }
|
|
|
|
func init() { ice.TeamCtxCmd(userProject{}) }
|
|
|
|
type UserProjectRole = guanlixitong.UserGroupRole
|
|
|
|
var UserProjectRoleList = guanlixitong.UserGroupRoleList
|