修改修改公共beans包路径

This commit is contained in:
2025-12-31 11:03:21 +08:00
parent 183ce252b7
commit e51ee8c0bf
4 changed files with 26 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
package entity
import (
"gitee.com/red-future---jilin-g/common/do"
"gitee.com/red-future---jilin-g/common/beans"
)
// OperationLog 操作日志实体 - 用于记录数据增删改操作行为
type OperationLog struct {
do.MongoBaseDO `bson:",inline"`
beans.MongoBaseDO `bson:",inline"`
ServiceName string `bson:"service_name" json:"service_name"` // 服务名:具体的微服务名称
Collection string `bson:"collection" json:"collection"` // 集合名:数据所在的集合名称