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