|
|
@@ -28,6 +28,9 @@ use app\common\{
|
|
|
use app\common\service\FileService;
|
|
|
use app\common\service\GiftCardQrCodeService;
|
|
|
use PhpOffice\PhpSpreadsheet\Worksheet\Drawing;
|
|
|
+use app\common\lists\ListsExcelTrait;
|
|
|
+use app\common\lists\ListsSearchTrait; // 修正命名空间
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
@@ -36,7 +39,7 @@ use PhpOffice\PhpSpreadsheet\Worksheet\Drawing;
|
|
|
* Class GoodsLists
|
|
|
* @package app\adminapi\lists\goods
|
|
|
*/
|
|
|
-class GiftCardInfoLists extends BaseAdminDataLists
|
|
|
+class GiftCardInfoLists extends BaseAdminDataLists implements ListsExcelInterface
|
|
|
{
|
|
|
// ... existing code ...
|
|
|
use ListsSearchTrait;
|