| | |
| | | package com.consum.base.service; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Propagation; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import com.consum.base.core.utils.IdUtil; |
| | | import com.consum.base.pojo.response.FormInventoryGoodsVO; |
| | | import com.consum.model.po.LWhFormInventoryGoods; |
| | | import com.walker.jdbc.service.BaseServiceImpl; |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Propagation; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | /** |
| | | * @Description 盘点单物品 |
| | |
| | | inventoryGoods.setWhFormInventoryId(id); |
| | | return this.select(inventoryGoods); |
| | | } |
| | | |
| | | |
| | | public List<FormInventoryGoodsVO> add(List<FormInventoryGoodsVO> inventoryGoodsList, Long inventoryId) { |
| | | List<LWhFormInventoryGoods> goodsList = new ArrayList<>(); |
| | |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | /** |
| | | * @Description 根据盘点单id删除盘点单物品 |
| | | * @Author 卢庆阳 |
| | | * @Date 2023/10/31 |
| | | */ |
| | | public void delByFormInventoryId(Long id) { |
| | | |
| | | } |
| | | |
| | | |
| | | } |