15 lines
238 B
PHP
Executable File
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
|
|
{
|
|
|
|
|
|
} |