Files
anmo/server/app/coachapi/logic/IndexLogic.php
2025-08-19 14:16:51 +08:00

11 lines
201 B
PHP
Executable File

<?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
{
}