123456789101112131415161718192021 |
- // =================================================================================
- // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
- // =================================================================================
- package info
- import (
- "debrisProduct/api/info"
- )
- type ControllerV1 struct{}
- func NewV1() info.IInfoV1 {
- return &ControllerV1{}
- }
- type ControllerV2 struct{}
- func NewV2() info.IInfoV2 {
- return &ControllerV2{}
- }
|