service/codecreate/generator/gensource.go

11 lines
171 B
Go
Raw Permalink Normal View History

2023-12-21 22:17:40 +08:00
package generator
type GenSource struct {
EntityName string
ModuleName string
EntityCNName string
ErrCodeSeq string
InPath string
OutPath string
}