初始版本
This commit is contained in:
13
server/app/common/model/coach/CoachGoodsIndex.php
Executable file
13
server/app/common/model/coach/CoachGoodsIndex.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace app\common\model\coach;
|
||||
use app\common\model\BaseModel;
|
||||
|
||||
/**
|
||||
* 技师服务关联模型类
|
||||
* Class CoachGoodsIndex
|
||||
* @package app\common\model\coach
|
||||
*/
|
||||
class CoachGoodsIndex extends BaseModel
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user