stbz_private.go 228 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 package stbz_private import "gitlab.jxhh.com/zhaoxueru/cloud-warehouse.git/app/system/demo/store" var Client = new(stbzPrivate) type stbzPrivate struct { } func (ds *stbzPrivate)Users() store.UserStore { return newUser() }