operation/src/production/userStory.go
2024-09-18 13:32:53 +08:00

18 lines
370 B
Go

package production
import (
"shylinux.com/x/ice"
"shylinux.com/x/operation/src/operation"
)
type userStory struct{ Table }
func init() { ice.TeamCtxCmd(userStory{}) }
type UserStoryRole = operation.UserCloudRole
var UserStoryCreator = operation.UserCloudCreator
var UserStoryLeader = operation.UserCloudLeader
var UserStoryRoleList = operation.UserCloudRoleList