自动代码功能更新

This commit is contained in:
pixel
2020-03-24 17:58:13 +08:00
parent cecda36cbc
commit 05af0789e2
3 changed files with 8 additions and 9 deletions

View File

@@ -3,7 +3,6 @@ package autoCodeModel
//开发中功能,若您发现这块代码可以研究,可以无视
type AutoCodeStruct struct {
StructName string `json:"structName"`
StructType []string `json:"structType"`
Components []Component `json:"components"`
}