初始版本
This commit is contained in:
11
server/app/coachapi/logic/IndexLogic.php
Executable file
11
server/app/coachapi/logic/IndexLogic.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\coachapi\logic;
|
||||
use app\common\logic\BaseLogic;
|
||||
use app\common\model\coach\Coach;
|
||||
use app\common\service\ConfigService;
|
||||
use think\Exception;
|
||||
|
||||
class IndexLogic extends BaseLogic
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user