1 Star 0 Fork 0

BOBO/电商竞品分析核心库

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
config_group.go 836 Bytes
Copy Edit Raw Blame History
zhouyp authored 2024-07-10 14:55 . 初始化服务
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. Created at 2024-06-26 10:51:33
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)
// ConfigGroup is the golang structure of table config_group for DAO operations like Where/Data.
type ConfigGroup struct {
g.Meta `orm:"table:config_group, do:true"`
Id interface{} // 配置组ID
Name interface{} // 配置组名
GroupName interface{} // 配置组关联名:basic基础配置
Description interface{} // 详情
Pid interface{} // 父级ID
UpdateAt *gtime.Time // 更新时间
CreateAt *gtime.Time // 创建时间
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/bobo-rs/ecomp-analyzer-services.git
git@gitee.com:bobo-rs/ecomp-analyzer-services.git
bobo-rs
ecomp-analyzer-services
电商竞品分析核心库
v1.0.0

Search