fix: fix misspell word primary

This commit is contained in:
changle
2021-06-08 11:30:56 +08:00
parent 96794856b6
commit 824d25fb3a
8 changed files with 12 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ type funDef struct {
TableName string
PreloadList []PreloadInfo // 外键列表,(生成关联数据)
Em []EmInfo // index 列表
Primay []FList // primay unique
Primary []FList // primary unique
Index []FList // index
}