Executable
+12
@@ -0,0 +1,12 @@
|
||||
package aitemplatemodulemod
|
||||
|
||||
import (
|
||||
"go.mongodb.org/mongo-driver/bson/primitive"
|
||||
)
|
||||
|
||||
// AiTemplateModuleInfo 移动端返回内容
|
||||
type AiTemplateModuleInfo struct {
|
||||
ID primitive.ObjectID `json:"id"` // 文档id
|
||||
Type int `json:"type"` // 模块类型
|
||||
Name string `json:"name"` // 模块名称
|
||||
}
|
||||
Reference in New Issue
Block a user