init
This commit is contained in:
19
Backend/internal/model/do/containment_repo.go
Normal file
19
Backend/internal/model/do/containment_repo.go
Normal 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 // 部门
|
||||
}
|
||||
Reference in New Issue
Block a user