feat:完善活动信息
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"SciencesServer/cmd/ctl/command/controller"
|
||||
"SciencesServer/cmd/ctl/command/model"
|
||||
"SciencesServer/config"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
@ -14,6 +14,7 @@ var rootCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(controller.ControllerCommand)
|
||||
rootCmd.AddCommand(model.ModelCommand)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user