mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-03 02:54:41 +08:00
d61f94cd3b
表单组件是下拉框,但是没有选择字段前端就会报错 status默认值置为1,不然表单添加的时候没有默认值 单选按钮组件在table也使用tag渲染 选择了字典类型后可清空 删除代码生成的时间
15 lines
426 B
Go
15 lines
426 B
Go
// Package genrouter
|
|
// @Link https://github.com/bufanyun/hotgo
|
|
// @Copyright Copyright (c) @{NowYear} HotGo CLI
|
|
// @Author Ms <133814250@qq.com>
|
|
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
|
|
// @AutoGenerate Version @{.hgVersion}
|
|
//
|
|
package genrouter
|
|
|
|
import "@{.importController}"
|
|
|
|
func init() {
|
|
LoginRequiredRouter = append(LoginRequiredRouter, @{.templateGroup}.@{.varName}) // @{.tableComment}
|
|
}
|