enterprise/src/main.go
2024-08-06 01:33:27 +08:00

12 lines
177 B
Go

package main
import (
"shylinux.com/x/ice"
_ "shylinux.com/x/enterprise/src/guanlixitong"
)
func main() { print(ice.Run()) }
func init() { ice.Info.Titles = "云办公" }