- // =================================================================================
- // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
- // =================================================================================
- package v1
- import (
- "cris/api/v1"
- )
- type ControllerCommon struct{}
- func NewCommon() v1.IV1Common {
- return &ControllerCommon{}
- }
|