修改修改公共beans包路径
This commit is contained in:
@@ -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"` // 集合名:数据所在的集合名称
|
||||
|
||||
Reference in New Issue
Block a user