创建版本
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user