enterprise/src/gongyinglian/warehouse.go
jingganjiaoyu 7a3d5f238d pot some
2024-08-18 23:10:09 +08:00

8 lines
126 B
Go

package gongyinglian
import "shylinux.com/x/ice"
type Warehouse struct{ Shop }
func init() { ice.TeamCtxCmd(Warehouse{}) }