初始版本
This commit is contained in:
16
server/app/common/model/coach/Collect.php
Executable file
16
server/app/common/model/coach/Collect.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user