liyong
8 天以前 9d4cf882be7a2ad8d3cc422bcd0dbc461f626f58
src/main/java/com/ruoyi/procurementrecord/mapper/ProcurementRecordMapper.java
@@ -46,4 +46,7 @@
    BigDecimal getSumQuantity(@Param("productModelId") Long productModelId);
    IPage<ProcurementPageDto> listPageByProductProduction(Page page, @Param("req") ProcurementPageDto procurementDto);
}