You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
232 B

  1. <?php
  2. namespace App\Service;
  3. use Hyperf\DbConnection\Db;
  4. use Hyperf\HttpServer\Contract\RequestInterface;
  5. use Hyperf\Di\Annotation\Inject;
  6. use Hyperf\Paginator\Paginator;
  7. class CouponRebate implements CouponRebateInterface
  8. {
  9. }