This commit is contained in:
2024-02-21 17:39:53 +08:00
parent 3dea08f1e4
commit 5266255f35
72 changed files with 432 additions and 826 deletions

2
data/view/genstruct/def.go Normal file → Executable file
View File

@@ -2,7 +2,7 @@ package genstruct
// GenElement element of sturct.元素类
type GenElement struct {
Name string // Name.元素名
Name string // ChainType.元素名
ColumnName string // table name.表名
Type string // Type.类型标记
Notes string // Notes.注释