Loading...
定义job interface,代码参考<?php /** * JobInterface.php class file. * @author karnc * @date 2020/12/31 */ namespace common\drivers\interfaces; interface JobInterface { /** * 任务处理方法 ...