prize_base_info_new.go 423 B

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