创建版本
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php namespace Gdoo\Approach\Services;
|
||||
|
||||
use DB;
|
||||
use Gdoo\Index\Services\BadgeService;
|
||||
|
||||
class ApproachService
|
||||
{
|
||||
/**
|
||||
* 获取待办的进店申请
|
||||
*/
|
||||
public static function getBadge()
|
||||
{
|
||||
return BadgeService::getModelTodo('approach');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user