This commit is contained in:
2026-01-18 18:20:40 +08:00
commit 20ed44aa74
178 changed files with 13789 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
)
// ContainmentRepo is the golang structure of table containment_repo for DAO operations like Where/Data.
type ContainmentRepo struct {
g.Meta `orm:"table:containment_repo, do:true"`
Id any // auto-increment primary key
AnomalyName any // name of the anomaly (异常体的名字)
AgentName any // agent (特工)
RepoName any // containment repository name or code (收容库)
Department any // 部门
}