feat: 开放API产品相关
This commit is contained in:
15
app/openapi/model/ProductPurchasePlatformModel.php
Normal file
15
app/openapi/model/ProductPurchasePlatformModel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace app\openapi\model;
|
||||
|
||||
use app\common\model\ProductPurchasePlatformBaseModel;
|
||||
|
||||
/**
|
||||
* 产品购买链接平台模型
|
||||
* @mixin \think\Model
|
||||
*/
|
||||
class ProductPurchasePlatformModel extends ProductPurchasePlatformBaseModel
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user