|
@@ -1011,6 +1011,16 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
|
|
return R.ok(Boolean.TRUE);
|
|
return R.ok(Boolean.TRUE);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 复制私库商品到设备
|
|
|
|
+ * @param mercId
|
|
|
|
+ * @param deviceInfos
|
|
|
|
+ */
|
|
|
|
+ public void copyGoodsToDevice(Long mercId , List<DeviceInfo> deviceInfos){
|
|
|
|
+// GoodsDeviceDto.SelectList selectList
|
|
|
|
+// goodsDeviceService.list(new GoodsDeviceDto.ListDto().setMercId(mercId));
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 解绑机器 回收
|
|
* 解绑机器 回收
|
|
*
|
|
*
|