feat(app): update
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
package req
|
||||
|
||||
import (
|
||||
"servicebase/pkg/constant"
|
||||
"servicebase/pkg/tools"
|
||||
"errors"
|
||||
|
||||
"gitea.ddegame.cn/open/servicebase/pkg/constant"
|
||||
"gitea.ddegame.cn/open/servicebase/pkg/tools"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
package req
|
||||
|
||||
import "servicebase/pkg/datasource/fields"
|
||||
import "gitea.ddegame.cn/open/servicebase/pkg/datasource/fields"
|
||||
|
||||
type News struct {
|
||||
ID string `gorm:"column:id;type:char(32);not null;uniqueIndex:id,priority:1;comment:业务ID" json:"id"` // 业务ID
|
||||
|
||||
@ -2,7 +2,8 @@ package req
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"servicebase/pkg/datasource/fields"
|
||||
|
||||
"gitea.ddegame.cn/open/servicebase/pkg/datasource/fields"
|
||||
)
|
||||
|
||||
type SystemSettingPageReq struct {
|
||||
|
||||
@ -2,7 +2,8 @@ package req
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"servicebase/pkg/datasource/fields"
|
||||
|
||||
"gitea.ddegame.cn/open/servicebase/pkg/datasource/fields"
|
||||
)
|
||||
|
||||
// 登录请求对象
|
||||
|
||||
@ -2,7 +2,8 @@ package req
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"servicebase/pkg/datasource/fields"
|
||||
|
||||
"gitea.ddegame.cn/open/servicebase/pkg/datasource/fields"
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
)
|
||||
|
||||
@ -3,7 +3,8 @@ package req
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"servicebase/pkg/log"
|
||||
|
||||
"gitea.ddegame.cn/open/servicebase/pkg/log"
|
||||
)
|
||||
|
||||
type CommonAuthReq struct {
|
||||
|
||||
Reference in New Issue
Block a user