feat: 产品

refactor: 产品详情页seo
This commit is contained in:
2025-04-24 10:21:45 +08:00
parent b64b1ef02a
commit 96ee2dda93
43 changed files with 592 additions and 63 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare (strict_types = 1);
namespace app\index\model;
use app\common\model\ProductPurchasePlatformBaseModel;
/**
* 产品购买平台模型
* @mixin \think\Model
*/
class ProductPurchasePlatformModel extends ProductPurchasePlatformBaseModel
{
//
}