operation/src/dashboard/userClient.go
jingganjiaoyu 65a8e59689 opt some
2024-09-03 18:28:19 +08:00

16 lines
275 B
Go

package dashboard
import (
"shylinux.com/x/ice"
"shylinux.com/x/operation/src/operation"
)
type userClient struct{ Table }
func init() { ice.TeamCtxCmd(userClient{}) }
type UserClientRole = operation.UserCloudRole
var UserClientRoleList = operation.UserCloudRoleList