This commit is contained in:
李子铭 2025-03-04 18:09:40 +08:00
parent f7136f5827
commit 2f8750b1b1
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ var ProviderRepoImplSet = wire.NewSet(
NewOrderRepoImpl, NewOrderRepoImpl,
NewOrderWechatRepoImpl, NewOrderWechatRepoImpl,
NewProductRepoImpl, NewProductRepoImpl,
NewOrderNotifyRepoImpl,
) )