gongchunyi
5 天以前 ddf221c42135f70360c6ec29db4adf2ab952be3e
src/main/java/com/ruoyi/production/mapper/ProductOrderMapper.java
@@ -35,4 +35,6 @@
    IPage<FinishedPageDto> finishedPage(Page page, @Param("c") FinishedPageDto finishedPageDto);
    List<FinishedRatioDto> finishedRatio(@Param("productOrderId") Long productOrderId);
    ProductOrderDto getProductOrderDto(@Param("productOrderId") Long productOrderId);
}