ENH: add new part: extinguish

JIRA: [STUDIO-11578]
Change-Id: I39dc15fe022f38d8c775c2675120bbbce05f95f3
(cherry picked from commit 25dc4e37e3681a840df9af7d98bbb134082492ab)
This commit is contained in:
xin.zhang
2025-08-06 10:33:02 +08:00
committed by Noisyfox
parent 561f4ebfbd
commit eb1eb7e81a
6 changed files with 72 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ public:
bool isAirPump() const { return product_name.Contains("Air Pump"); }
bool isLaszer() const { return product_name.Contains("Laser"); }
bool isCuttingModule() const { return product_name.Contains("Cutting Module"); }
bool isExtinguishSystem() const { return product_name.Contains("Extinguishing System"); }
};