PtItemCatRelateController.php 256 B

12345678910111213141516
  1. <?php
  2. namespace pt\controllers;
  3. use Yii;
  4. use common\components\util;
  5. class PtItemCatRelateController extends BaseController
  6. {
  7. //批量设置为建议花材 sssh 20240127
  8. public function actionBatchSet()
  9. {
  10. util::complete();
  11. }
  12. }