ThStock.php 212 B

1234567891011121314151617
  1. <?php
  2. declare (strict_types = 1);
  3. namespace app\admin\listener;
  4. class ThStock
  5. {
  6. /**
  7. * 事件监听处理
  8. *
  9. * @return mixed
  10. */
  11. public function handle($event)
  12. {
  13. //
  14. }
  15. }