feat: 产品
refactor: 产品详情页seo
This commit is contained in:
15
app/index/model/ProductInquiryModel.php
Normal file
15
app/index/model/ProductInquiryModel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace app\index\model;
|
||||
|
||||
use app\common\model\ProductInquiryBaseModel;
|
||||
|
||||
/**
|
||||
* 产品询盘表模型
|
||||
* @mixin \think\Model
|
||||
*/
|
||||
class ProductInquiryModel extends ProductInquiryBaseModel
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user