修改修改公共beans包路径
This commit is contained in:
@@ -3,14 +3,14 @@ package entity
|
||||
import (
|
||||
"time"
|
||||
|
||||
"gitee.com/red-future---jilin-g/common/do"
|
||||
"gitee.com/red-future---jilin-g/common/beans"
|
||||
)
|
||||
|
||||
// OrderMonthlyStatistics 订单月统计数据实体
|
||||
type OrderMonthlyStatistics struct {
|
||||
do.MongoBaseDO `bson:",inline"`
|
||||
ReportDate time.Time `bson:"report_date" json:"report_date"` // 统计日期(月份第一天)
|
||||
Period string `bson:"period" json:"period"` // 统计周期描述: 2024-01
|
||||
beans.MongoBaseDO `bson:",inline"`
|
||||
ReportDate time.Time `bson:"report_date" json:"report_date"` // 统计日期(月份第一天)
|
||||
Period string `bson:"period" json:"period"` // 统计周期描述: 2024-01
|
||||
|
||||
// 订单基础统计
|
||||
TotalOrders int64 `bson:"total_orders" json:"total_orders"` // 总订单数
|
||||
|
||||
Reference in New Issue
Block a user