给单据增加接口:Excel导入明细
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user