mirror of
https://shylinux.com/x/enterprise
synced 2025-05-13 00:10:15 +08:00
8 lines
126 B
Go
8 lines
126 B
Go
package gongyinglian
|
|
|
|
import "shylinux.com/x/ice"
|
|
|
|
type Warehouse struct{ Shop }
|
|
|
|
func init() { ice.TeamCtxCmd(Warehouse{}) }
|