|
@@ -448,11 +448,6 @@ public class DeviceInfoDataImpl implements IDeviceInfoData, IJPACommData<DeviceI
|
|
|
return new Paging<>(ret.getTotalElements(), MapstructUtils.convert(ret.getContent(), DeviceInfo.class));
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public List<DeviceInfo> findAllByCondition(DeviceInfo data) {
|
|
|
- return Collections.emptyList();
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
public DeviceInfo findOneByCondition(DeviceInfo data) {
|
|
|
return null;
|