diff --git a/QMPlusServer/model/autoCodeModel/autoCode.go b/QMPlusServer/model/autoCodeModel/autoCode.go index 912c66065f8afecad3d78a2919f176dbe87a1b2c..a01bdd5099c483ae24630412557a1fdcdc00b7cb 100644 --- a/QMPlusServer/model/autoCodeModel/autoCode.go +++ b/QMPlusServer/model/autoCodeModel/autoCode.go @@ -1,5 +1,6 @@ package autoCodeModel +//开发中功能,若您发现这块代码可以研究,可以无视 type AutoCodeStruct struct { StructName string `json:"structName"` StructType []string `json:"structType"` diff --git a/QMPlusVuePage/src/view/superAdmin/autoCode/index.vue b/QMPlusVuePage/src/view/superAdmin/autoCode/index.vue index 756a322873a5676a231824c8945b6dc71ce9df0d..f613084d156ccbf0835d4131b3fc4bc357503746 100644 --- a/QMPlusVuePage/src/view/superAdmin/autoCode/index.vue +++ b/QMPlusVuePage/src/view/superAdmin/autoCode/index.vue @@ -1,5 +1,6 @@