提交 83ba3f72 authored 作者: zhoushaopan's avatar zhoushaopan

feat(装备模块): 方法的提取

方法的提取
上级 8534fab8
......@@ -1664,6 +1664,10 @@ public class DeviceLibraryServiceImpl implements DeviceLibraryService {
return list;
}
/**
* 抽取方法进行数据json的转换
* @param deviceLibraryPosition 实体
*/
private void toJson(DeviceLibraryPosition deviceLibraryPosition){
if (deviceLibraryPosition.getDeviceLibraryPositionMessage() != null){
deviceLibraryPosition.setDeviceLibraryPositionMessageVo(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论