refactor: 产品分类
This commit is contained in:
15
app/index/model/SysBannerProdCateMappingModel.php
Normal file
15
app/index/model/SysBannerProdCateMappingModel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace app\index\model;
|
||||
|
||||
use app\common\model\SysBannerProdCateMappingBaseModel;
|
||||
|
||||
/**
|
||||
* banner与产品分类关联表模型
|
||||
* @mixin \think\Model
|
||||
*/
|
||||
class SysBannerProdCateMappingModel extends SysBannerProdCateMappingBaseModel
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user