【代码评审】IoT:产品脚本的逻辑

This commit is contained in:
YunaiV
2025-03-25 20:42:21 +08:00
parent 0ae893272b
commit eeb1dc4a07
20 changed files with 111 additions and 75 deletions

View File

@@ -43,4 +43,5 @@ public enum IotProductScriptLanguageEnum implements ArrayValuable<String> {
.findFirst()
.orElse(null);
}
}

View File

@@ -6,6 +6,7 @@ import lombok.Getter;
import java.util.Arrays;
// TODO @haohao要不复用 commonstatus
/**
* IoT 产品脚本状态枚举
*