cmb
This commit is contained in:
parent
b62bf1c793
commit
e6f3d59205
|
|
@ -3,7 +3,7 @@ package repoimpl
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"voucher/internal/biz/bo"
|
"voucher/internal/biz/bo"
|
||||||
"voucher/internal/biz/repository"
|
"voucher/internal/biz/repo"
|
||||||
"voucher/internal/data/model"
|
"voucher/internal/data/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@ type OrderRepoImpl struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewOrderRepoImpl 创建一个新的 OrderRepoImpl 实例
|
// NewOrderRepoImpl 创建一个新的 OrderRepoImpl 实例
|
||||||
func NewOrderRepoImpl() repository.OrderRepo {
|
func NewOrderRepoImpl() repo.OrderRepo {
|
||||||
return &OrderRepoImpl{}
|
return &OrderRepoImpl{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue