feat: 添加产品询盘分页接口

This commit is contained in:
2025-03-14 11:45:39 +08:00
parent 91cb6124a3
commit d797850feb
5 changed files with 102 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ class ProductInquiryBaseModel extends BaseModel
'phone' => 'string',
'country_name' => 'string',
'industry' => 'string',
'referer_url' => 'string',
'message' => 'string',
'created_at' => 'datetime'
];