1 Star 2 Fork 0

unsafe-rust / go-zero-gva

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

搜索帮助