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