bee/internal/app/module/beegopro/schema_render.go

12 lines
204 B
Go
Raw Permalink Normal View History

2020-07-05 06:54:26 +00:00
package beegopro
type RenderInfo struct {
Module string
ModelName string
Option UserOption
Content ModelInfos
Descriptor Descriptor
TmplPath string
GenerateTime string
}