lchjczw

Results 19 issues of lchjczw

建议菜单文件改成文件夹,每组菜单,改成一个文件,这样可以灵活的,去判断每个菜单,存在不改,不存在,则导入 这样做的好处是,以后新增的菜单会自动更新到数据库,现在的情况是,如果菜单已经导入过一次,以后就只能手动导入了

演示站用户管理里面的搜索查询不生效

下面的代码全部来自`internal/app/model/impl/gorm/internal/entity/e_demo.go` ``` // Demo demo实体 type Demo struct { Model RecordID string `gorm:"column:record_id;size:36;index;"` // 记录内码 Code *string `gorm:"column:code;size:50;index;"` // 编号 Name *string `gorm:"column:name;size:100;index;"` // 名称 Memo *string `gorm:"column:memo;size:200;"` // 备注...

后端消息队列可以改成接口吗,后面有些情况下,可以用其他消息队列

I hope the official can add a new command to automatically generate RESTful API

New Feature Request
Scaffold
good first issue

不知道你说需要改进的有哪些地方,能不能更新一下,大家也好一起开发