v1_new.go 389 B

123456789101112131415
  1. // =================================================================================
  2. // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
  3. // =================================================================================
  4. package v1
  5. import (
  6. "cris/api/v1"
  7. )
  8. type ControllerCommon struct{}
  9. func NewCommon() v1.IV1Common {
  10. return &ControllerCommon{}
  11. }