mirror of
https://shylinux.com/x/operation
synced 2025-04-25 09:08:07 +08:00
18 lines
370 B
Go
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
|