refactor: 产品分类

This commit is contained in:
2025-05-15 18:07:38 +08:00
parent 5741e5d58e
commit 27c69c47e2
13 changed files with 331 additions and 608 deletions

View 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
{
//
}