Files
anmo/server/app/common/model/coach/CoachServerTime.php
2025-08-19 14:16:51 +08:00

15 lines
238 B
PHP
Executable File

<?php
namespace app\common\model\coach;
use app\common\model\BaseModel;
use app\common\service\FileService;
/**
* 技师服务时间
* Class UserCoach
* @package app\common\model\coach
*/
class CoachServerTime extends BaseModel
{
}