enterprise/src/xiangmuguanli/userProject.go
2025-05-08 11:58:43 +08:00

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