自动化代码体验优化

This commit is contained in:
QM303176530
2020-11-08 12:47:55 +08:00
parent 829fa4dac5
commit cf9002a377
11 changed files with 28 additions and 838 deletions

View File

@@ -1,5 +1,7 @@
package model
import "errors"
// 初始版本自动化代码工具
type AutoCodeStruct struct {
StructName string `json:"structName"`
@@ -24,3 +26,5 @@ type Field struct {
FieldSearchType string `json:"fieldSearchType"`
DictType string `json:"dictType"`
}
var AutoMoveErr error = errors.New("创建代码成功并移动文件成功")