From 22e5e49a83c630370fdc4fd620eb3f18fc329635 Mon Sep 17 00:00:00 2001 From: ymq Date: Wed, 26 Aug 2026 15:40:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20product=5Finterface=20import=20=E8=A1=A5?= =?UTF-8?q?=20spec=5Flist=20=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- storage_resource/product_interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/storage_resource/product_interface.py b/storage_resource/product_interface.py index 59a64bd..05feeb9 100644 --- a/storage_resource/product_interface.py +++ b/storage_resource/product_interface.py @@ -9,6 +9,7 @@ from ahserver.serverenv import ServerEnv from .init import ( get_storage_spec, + storres_spec_list, storres_pricing_map_list, get_storage_ppid, )