feat: 自动化代码可自行配置mod

This commit is contained in:
pixelmaxQM
2024-10-17 23:15:59 +08:00
parent efac72ecbb
commit a847ad292f
20 changed files with 44 additions and 37 deletions

View File

@@ -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 {