info_new.go 473 B

123456789101112131415161718192021
  1. // =================================================================================
  2. // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
  3. // =================================================================================
  4. package info
  5. import (
  6. "debrisProduct/api/info"
  7. )
  8. type ControllerV1 struct{}
  9. func NewV1() info.IInfoV1 {
  10. return &ControllerV1{}
  11. }
  12. type ControllerV2 struct{}
  13. func NewV2() info.IInfoV2 {
  14. return &ControllerV2{}
  15. }