去掉开发中的模块

This commit is contained in:
2021-04-12 02:54:21 +08:00
parent 107b6bff21
commit de8a7e82be
14 changed files with 0 additions and 2297 deletions
@@ -1,18 +0,0 @@
<?php namespace Gdoo\Workflow\Services;
use DB;
use Auth;
class WorkflowService
{
/**
* 获取待办工作流程
*/
public static function getBadge()
{
$rows = [];
$ret['total'] = sizeof($rows);
$ret['data'] = $rows;
return $ret;
}
}