1 Star 0 Fork 0

tomatomeatman/GolangRepository

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TableKeyLocal.go 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
laowei 提交于 2024-09-02 10:39 . 1
package tablekeylocal
import "gitee.com/tomatomeatman/golang-repository/bricks/model/dbinfo"
/**
* 记录编号序列管理表'TableKeyLocal'表结构体
* 警告:非数据库字段禁止在此添加,应该创建扩展结构体中添加
* @author HuangXinBian
*/
type TableKeyLocal struct {
TableKeyLocalBase
}
/**
* 创建结构实体,并赋予默认值
*/
func (TableKeyLocal) New() dbinfo.Entity {
return &TableKeyLocal{}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tomatomeatman/golang-repository.git
git@gitee.com:tomatomeatman/golang-repository.git
tomatomeatman
golang-repository
GolangRepository
4fd775f1d16e

搜索帮助

0d507c66 1850385 C8b1a773 1850385