16 lines
237 B
PHP
Executable File
16 lines
237 B
PHP
Executable File
<?php
|
|
namespace app\common\model\coach;
|
|
use app\common\model\BaseModel;
|
|
use app\common\service\FileService;
|
|
|
|
/**
|
|
* 技师收藏模型类
|
|
* Class CoachCollect
|
|
* @package app\common\model\coach
|
|
*/
|
|
class Collect extends BaseModel
|
|
{
|
|
|
|
|
|
|
|
} |