gongchunyi
4 天以前 bbdaa26536663fe9d85d45c734acf3638393a7db
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);
}