13 lines
207 B
Smarty
13 lines
207 B
Smarty
package {{PackageTableName}}mod
|
|
|
|
import (
|
|
"time"
|
|
|
|
"go.mongodb.org/mongo-driver/bson/primitive"
|
|
)
|
|
|
|
// {{StructName}}Info 移动端返回内容
|
|
type {{StructName}}Info struct {
|
|
{{AppRespStructFields}}
|
|
}
|