go_dreamfactory/cmd/v2/model/gen.go
2022-08-18 09:29:05 +08:00

11 lines
113 B
Go

package model
type GenTool struct {
ClientDir string
InputDir string
OutputDir string
GenType int32
}