update bookstore example for generation prototype
This commit is contained in:
5
tools/goctl/model/sql/gen/testmodel/cache/vars.go
vendored
Normal file
5
tools/goctl/model/sql/gen/testmodel/cache/vars.go
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package cache
|
||||
|
||||
import "github.com/tal-tech/go-zero/core/stores/sqlx"
|
||||
|
||||
var ErrNotFound = sqlx.ErrNotFound
|
||||
Reference in New Issue
Block a user