feat: 自动化代码可自行配置mod
This commit is contained in:
@@ -10,6 +10,7 @@ type SysAutoCodePackage struct {
|
||||
Label string `json:"label" gorm:"comment:展示名"`
|
||||
Template string `json:"template" gorm:"comment:模版"`
|
||||
PackageName string `json:"packageName" gorm:"comment:包名"`
|
||||
Module string `json:"-" example:"模块"`
|
||||
}
|
||||
|
||||
func (s *SysAutoCodePackage) TableName() string {
|
||||
|
Reference in New Issue
Block a user