This commit is contained in:
孟帅
2023-02-23 17:53:04 +08:00
parent 7cf1b8ce8e
commit 61d0988d2c
402 changed files with 18340 additions and 35547 deletions

View File

@@ -3,8 +3,8 @@
// @Copyright Copyright (c) 2023 HotGo CLI
// @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.1.2
// @AutoGenerate Date 2023-02-08 17:47:32
// @AutoGenerate Version 2.1.4
// @AutoGenerate Date 2023-02-20 16:41:58
//
package sysin
@@ -18,7 +18,7 @@ import (
// CurdDemoEditInp 修改/新增生成演示
type CurdDemoEditInp struct {
entity.Test
entity.SysGenCurdDemo
}
func (in *CurdDemoEditInp) Filter(ctx context.Context) (err error) {
@@ -48,7 +48,7 @@ func (in *CurdDemoViewInp) Filter(ctx context.Context) (err error) {
}
type CurdDemoViewModel struct {
entity.Test
entity.SysGenCurdDemo
}
// CurdDemoListInp 获取生成演示列表