improve command init and gen ctrl (#2785)

This commit is contained in:
John Guo
2023-07-20 20:05:40 +08:00
committed by GitHub
parent 16a5318d32
commit 0d52386236
3 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@
package consts
const TemplateGenCtrlControllerEmpty = `
// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package {Module}
`

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long