Showing
2 changed files
with
4 additions
and
0 deletions
... | ... | @@ -660,6 +660,7 @@ public class TkDeviceServiceImpl extends AbstractBaseService<DeviceMapper, TkDev |
660 | 660 | attribute.put("identifier", dto.getIdentifier()); |
661 | 661 | attribute.put("detail", functionJson); |
662 | 662 | attribute.put("accessMode",dto.getAccessMode()); |
663 | + attribute.put("extensionDesc",dto.getExtensionDesc()); | |
663 | 664 | attributes.add(attribute); |
664 | 665 | } |
665 | 666 | } | ... | ... |