Ai 2 Star 0 Fork 0

ccait-dev/fast-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
join.go 169 Bytes
一键复制 编辑 原始数据 按行查看 历史
草耑 提交于 2024-09-13 16:11 +08:00 . update doc
package entity
type Join struct {
Table string `json:"table"`
Alias string `json:"alias"`
JoinMode string `json:"joinMode"`
OnList []On `json:"onList"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ccait-dev/fast-api.git
git@gitee.com:ccait-dev/fast-api.git
ccait-dev
fast-api
fast-api
v1.0.58

搜索帮助