新火炬后端单体项目初始化代码
Houjie
昨天 e236f121b6f6b885cea9814423b6d87b97ae7ad3
src/main/java/org/jeecg/modules/lsw/service/ILswMaterialInventoryService.java
@@ -4,6 +4,7 @@
import org.jeecg.modules.lsw.entity.LswMaterialInventory;
import org.jeecg.modules.lsw.vo.LswMaterialInventoryVo;
import org.jeecg.modules.lsw.vo.MaterialInventoryStatisticsVO;
import org.jeecg.modules.lsw.vo.MaterialInventoryVO;
import java.util.List;
@@ -32,4 +33,11 @@
     * @return
     */
    LswMaterialInventory queryByMaterialNumberAndBatchNumber(String materialNumber, String batchNumber, String warehouseId);
    /**
     * 查询物料库存
     * @param factoryId
     * @return
     */
    List<MaterialInventoryVO> queryMaterialInventory(String factoryId);
}