Files
orico-official-website/app/openapi/model/ProductPurchasePlatformModel.php
2025-05-22 13:53:49 +08:00

16 lines
273 B
PHP

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