初始版本
This commit is contained in:
12
server/app/common/model/shop/ShopCoachApply.php
Executable file
12
server/app/common/model/shop/ShopCoachApply.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace app\common\model\shop;
|
||||
use app\common\model\BaseModel;
|
||||
|
||||
/**
|
||||
* 店铺申请模型类
|
||||
* Class ShopCoachApply
|
||||
* @package app\common\model\shop
|
||||
*/
|
||||
class ShopCoachApply extends BaseModel{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user