1 Star 0 Fork 0

tomatomeatman/GolangRepository

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IgnoreURL.go 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
laowei 提交于 2024-09-02 10:47 +08:00 . 1
package ignoreurl
import "gitee.com/tomatomeatman/golang-repository/bricks/model/dbinfo"
var IgnoreURL_tableName = ""
/**
* 拦截器忽略路径'IgnoreURL'表结构体
* 警告:非数据库字段禁止在此添加,应该创建扩展结构体中添加
* @author HuangXinBian
*/
type IgnoreURL struct {
IgnoreURLBase
GsMustLoginText string `json:"sMustLoginText" gorm:"<-:false;column:sMustLoginText"` //必须登录(布尔值,1:是;2:否)
}
/**
* 创建结构实体,并赋予默认值
*/
func (IgnoreURL) New() dbinfo.Entity {
return &IgnoreURL{}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tomatomeatman/golang-repository.git
git@gitee.com:tomatomeatman/golang-repository.git
tomatomeatman
golang-repository
GolangRepository
307ac0f25175

搜索帮助