提交 6cfee6e4 authored 作者: Matrix's avatar Matrix

fix(核查模块): 丰富了refresh接口里的信息

- devInLib 增加俩字段 - devNotInLib 增加俩字段
上级 8b5ca585
......@@ -49,4 +49,7 @@ public class DeviceInLibVo {
private String lifeStatusName;
private String matchingRangeName;
private Integer isPart;
}
......@@ -48,4 +48,8 @@ public class DeviceNotInLibVo {
private String secretLevelName;
private String lifeStatusName;
private String matchingRangeName;
private Integer isPart;
}
......@@ -401,7 +401,9 @@ public class ObjTransUtil {
device.getInvisibleRangeName(),
device.getTypeName(),
device.getSecretLevelName(),
device.getLifeStatusName()
device.getLifeStatusName(),
device.getMatchingRangeName(),
device.getIsPart()
);
}
......@@ -423,7 +425,9 @@ public class ObjTransUtil {
device.getInvisibleRangeName(),
device.getTypeName(),
device.getSecretLevelName(),
device.getLifeStatusName()
device.getLifeStatusName(),
device.getMatchingRangeName(),
device.getIsPart()
);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论