package sqltemplate var Error = `package model import "zero/core/stores/sqlx" var ( ErrNotFound = sqlx.ErrNotFound ) `