ThStock.php 201 B

12345678910111213141516
  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. }