gomod引用

This commit is contained in:
2025-12-19 10:20:30 +08:00
parent ed0e384907
commit dcfd6fec21
8 changed files with 32 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
package entity
import (
"cid/model/config"
"gitee.com/red-future---jilin-g/common/do"
)
@@ -41,7 +43,7 @@ type AdPosition struct {
DisplayRules *DisplayRules `bson:"displayRules" json:"displayRules"` // 展示规则
// 限制配置
RestrictionConfig `bson:",inline" json:",inline"` // 内联限制配置
config.RestrictionConfig `bson:",inline" json:",inline"` // 内联限制配置
// 其他状态
IsExclusive bool `bson:"isExclusive" json:"isExclusive"` // 是否独占广告位