1 Star 2 Fork 0

unsafe-rust / go-zero-gva

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
exa_customers.go 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
unsafe-rust 提交于 2021-10-05 16:43 . create
package svc
var ExaCustomersDao = exaCustomersDao{}
type exaCustomersDao struct {
Insert func(arg ExaCustomers) int //插入一条记录
Update func(arg ExaCustomers) int //更新一条记录
Delete func(arg ExaCustomers) int //删除一条记录
Select func(arg ExaCustomers) ExaCustomers //获取一条记录
}
Go
1
https://gitee.com/unsafe-rust/go-zero-gva.git
git@gitee.com:unsafe-rust/go-zero-gva.git
unsafe-rust
go-zero-gva
go-zero-gva
v0.1.0-beta

搜索帮助