This commit is contained in:
昔念
2026-02-05 19:59:20 +08:00
parent 09a295db34
commit 7ba3ff191e

View File

@@ -61,6 +61,9 @@ func NewItemService() *ItemService {
&cool.Service{ &cool.Service{
Model: model.NewItemGift(), Model: model.NewItemGift(),
PageQueryOp: &cool.QueryOp{
KeyWordField: []string{"remark"},
},
}, },
} }
} }