Files
kami_backend/internal/controller/common/common_new.go
2023-11-15 14:31:37 +08:00

16 lines
371 B
Go

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package common
import (
"kami/api/common"
)
type ControllerV1 struct{}
func NewV1() common.ICommonV1 {
return &ControllerV1{}
}