二次值转换为一次值

This commit is contained in:
xy
2024-08-14 14:04:41 +08:00
parent 703a145bb3
commit 2f1e899be7
8 changed files with 152 additions and 21 deletions

View File

@@ -390,6 +390,14 @@ public class MqttMessageHandler {
return "APF模块 5";
case "6":
return "APF模块 6";
case "7":
return "APF模块 7";
case "8":
return "APF模块 8";
case "9":
return "APF模块 9";
case "10":
return "APF模块 10";
default:
break;
}