Files
orico-official-website/app/index/model/ProductPurchasePlatformModel.php
jsasg e2265629f9 feat: 产品
refactor: 产品详情页seo
2025-04-27 16:46:05 +08:00

16 lines
265 B
PHP

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