feat: product item
This commit is contained in:
@@ -32,3 +32,8 @@ func (s *ProductServer) Edit(ctx context.Context, in *product.EditReq) (*product
|
||||
l := logic.NewEditLogic(ctx, s.svcCtx)
|
||||
return l.Edit(in)
|
||||
}
|
||||
|
||||
func (s *ProductServer) Items(ctx context.Context, in *product.ItemsReq) (*product.ItemsResp, error) {
|
||||
l := logic.NewItemsLogic(ctx, s.svcCtx)
|
||||
return l.Items(in)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user