|
|
@@ -0,0 +1,16 @@
|
|
|
+<?php
|
|
|
+
|
|
|
+namespace pt\controllers;
|
|
|
+
|
|
|
+use Yii;
|
|
|
+use common\components\util;
|
|
|
+
|
|
|
+class PtItemCatRelateController extends BaseController
|
|
|
+{
|
|
|
+ //批量设置为建议花材 sssh 20240127
|
|
|
+ public function actionBatchSet()
|
|
|
+ {
|
|
|
+ util::complete();
|
|
|
+ }
|
|
|
+
|
|
|
+}
|