HotSearchController.php 427 B

123456789101112131415161718
  1. <?php
  2. namespace addons\TinyShop\merchant\modules\common\controllers;
  3. use addons\TinyShop\merchant\modules\common\forms\HotSearchForm;
  4. /**
  5. * Class HotSearchController
  6. * @package addons\TinyShop\merchant\modules\common\controllers
  7. * @author jianyan74 <751393839@qq.com>
  8. */
  9. class HotSearchController extends BaseSettingController
  10. {
  11. /**
  12. * @var HotSearchForm
  13. */
  14. public $modelClass = HotSearchForm::class;
  15. }
粤ICP备19079148号