给单据增加接口:Excel导入明细

This commit is contained in:
季圣华
2023-05-12 00:47:49 +08:00
parent 8b3c4215f7
commit a3f1040a20
4 changed files with 178 additions and 8 deletions

View File

@@ -217,4 +217,11 @@ public interface DepotItemMapperEx {
List<DepotItem> getDepotItemByBatchNumber(
@Param("batchNumber") String batchNumber);
List<MaterialVo4Unit> getBillItemByParam(
@Param("barCodes") String barCodes);
BigDecimal getCurrentStockByParam(
@Param("depotId") Long depotId,
@Param("mId") Long mId);
}