| | |
| | | import com.ruoyi.system.domain.TOrderStock; |
| | | import com.ruoyi.system.dto.TOrderSaleDTO; |
| | | import com.ruoyi.system.dto.TOrderStockDTO; |
| | | import com.ruoyi.system.query.TDataGeneratorQuery; |
| | | import com.ruoyi.system.query.TDataGeneratorStockQuery; |
| | | import com.ruoyi.system.query.TOrderStockQuery; |
| | | import com.ruoyi.system.vo.TDataGeneratorVO; |
| | | import com.ruoyi.system.vo.TOrderStockVO; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | List<TOrderStockVO> stockGeneratorExport(TDataGeneratorStockQuery query); |
| | | |
| | | /** |
| | | * 编辑生成进货单接口 |
| | | * @param dto |
| | | */ |
| | | void editGenerator(TOrderStockDTO dto); |
| | | |
| | | /** |
| | | * 删除 |
| | | * @param shopId |
| | | */ |
| | | void deleteByShopId(Long shopId); |
| | | } |