优化excel导出

This commit is contained in:
JaguarJack
2020-05-26 22:55:02 +08:00
parent a5a05b1e88
commit 5face1c077
3 changed files with 21 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace catcher\library\excel;
interface ShouldTaskContract
{
public function name();
}