feat: 批量购买

This commit is contained in:
2025-04-22 14:30:04 +08:00
parent 8335196e3f
commit b9435f5faf
10 changed files with 319 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare (strict_types = 1);
namespace app\index\model;
use app\common\model\BulkPurchaseInquiryBaseModel;
/**
* 批量购买询单模型
* @mixin \think\Model
*/
class BulkPurchaseInquiryModel extends BulkPurchaseInquiryBaseModel
{
//
}