1 Star 2 Fork 0

unsafe-rust / go-zero-gva

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sys_auto_code_histories.go 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
unsafe-rust 提交于 2021-10-05 16:43 . create
package svc
var SysAutoCodeHistoriesDao = sysAutoCodeHistoriesDao{}
type sysAutoCodeHistoriesDao struct {
Insert func(arg SysAutoCodeHistories) int //插入一条记录
Update func(arg SysAutoCodeHistories) int //更新一条记录
Delete func(arg SysAutoCodeHistories) int //删除一条记录
Select func(arg SysAutoCodeHistories) SysAutoCodeHistories //获取一条记录
}
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

搜索帮助

53164aa7 5694891 3bd8fe86 5694891