@@ -0,0 +1,12 @@
|
||||
package {{PackageTableName}}mod
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"go.mongodb.org/mongo-driver/bson/primitive"
|
||||
)
|
||||
|
||||
// {{StructName}}Info 移动端返回内容
|
||||
type {{StructName}}Info struct {
|
||||
{{AppRespStructFields}}
|
||||
}
|
||||
Reference in New Issue
Block a user