修改修改公共beans包路径

This commit is contained in:
2026-03-12 08:51:19 +08:00
parent 183ce252b7
commit e51ee8c0bf
4 changed files with 26 additions and 25 deletions
+2 -2
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"` // 集合名:数据所在的集合名称