add column support
支持列名导出
This commit is contained in:
@@ -123,6 +123,7 @@ func (m *_Model) genTableElement(cols []ColumnsInfo) (el []genstruct.GenElement)
|
||||
|
||||
}
|
||||
|
||||
tmp.ColumnName = v.Name // 列名
|
||||
el = append(el, tmp)
|
||||
|
||||
// ForeignKey
|
||||
|
||||
Reference in New Issue
Block a user