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