catchAdmin/extend/catcher/library/excel/ShouldTaskContract.php

7 lines
100 B
PHP
Raw Normal View History

2020-05-26 22:55:02 +08:00
<?php
namespace catcher\library\excel;
interface ShouldTaskContract
{
public function name();
}