boot_enums.go 339 B

12345678910111213
  1. // ================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // ================================================================================
  4. package boot
  5. import (
  6. "github.com/gogf/gf/v2/util/gtag"
  7. )
  8. func init() {
  9. gtag.SetGlobalEnums(`{}`)
  10. }