This commit is contained in:
eson
2023-06-19 10:12:58 +08:00
parent c5ecca3da2
commit 038d2d36a4
225 changed files with 419 additions and 314 deletions

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"errors"

View File

@@ -1,5 +1,5 @@
// Code generated by goctl. DO NOT EDIT.
package model
package gmodel
import (
"context"

View File

@@ -1,4 +1,4 @@
package model
package gmodel
{{if .Cache}}import (
"github.com/zeromicro/go-zero/core/stores/cache"

View File

@@ -1,4 +1,4 @@
package model
package gmodel
import (
"time"