colname add ``

给导出列名添加``符
This commit is contained in:
xxj
2021-02-19 18:03:04 +08:00
parent ea7c73db90
commit 0e2a3e4553
4 changed files with 7 additions and 5 deletions

View File

@@ -106,6 +106,7 @@ type EmInfo struct {
Notes string // 注释
Type string // 类型
ColName string // 列名
ColNameEx string // `列名`
ColStructName string // 列结构体
}