【新增功能】 设备数据存储和展示
This commit is contained in:
@@ -30,7 +30,7 @@ public enum IotProductFunctionTypeEnum implements IntArrayValuable {
|
||||
*/
|
||||
private final String description;
|
||||
|
||||
public static IotProductFunctionTypeEnum valueOf(Integer type) {
|
||||
public static IotProductFunctionTypeEnum valueOfType(Integer type) {
|
||||
for (IotProductFunctionTypeEnum value : values()) {
|
||||
if (value.getType().equals(type)) {
|
||||
return value;
|
||||
|
Reference in New Issue
Block a user