<?php
/**
* Created by PhpStorm.
*
* Date: 2022/8/3
* Time: 17:05
*/
namespace business\common\notice;
use Illuminate\Support\Collection;
use Illuminate\Container\Container;
class NoticeProductCollection extends Container
{
}