mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
【修复】代码生成
This commit is contained in:
@@ -13,7 +13,7 @@ type DevGenTable struct {
|
||||
BusinessName string `gorm:"business_name" json:"businessName"` // 生成业务名
|
||||
FunctionName string `gorm:"function_name" json:"functionName"` // 生成功能名
|
||||
FunctionAuthor string `gorm:"function_author" json:"functionAuthor"` // 生成功能作者
|
||||
TreeCode string `gorm:"tree_code" json:"treeCode"`
|
||||
TreeCode string `gorm:"tree_code" json:"treeCode"`
|
||||
TreeParentCode string `gorm:"tree_parent_code" json:"treeParentCode"`
|
||||
TreeName string `gorm:"tree_name" json:"treeName"`
|
||||
Options string `gorm:"options" json:"options"` // 其它生成选项
|
||||
|
||||
Reference in New Issue
Block a user