feat: 代码生成
This commit is contained in:
+8
-2
@@ -1,10 +1,16 @@
|
||||
package v1
|
||||
|
||||
import "sundynix-go/api/v1/system"
|
||||
import (
|
||||
"sundynix-go/api/v1/codegen"
|
||||
"sundynix-go/api/v1/order"
|
||||
"sundynix-go/api/v1/system"
|
||||
)
|
||||
|
||||
var ApiGroupApp = new(ApiGroup)
|
||||
|
||||
// ApiGroup 路由组
|
||||
type ApiGroup struct {
|
||||
SystemApiGroup system.ApiGroup
|
||||
SystemApiGroup system.ApiGroup
|
||||
CodegenApiGroup codegen.ApiGroup
|
||||
OrderApiGroup order.ApiGroup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user