gongchunyi
2 天以前 0b4c9f2a37a825a84725cb66ecf04060831ac5d0
src/main/java/com/ruoyi/production/mapper/ProductStructureMapper.java
@@ -12,5 +12,8 @@
@Mapper
public interface ProductStructureMapper  extends BaseMapper<ProductStructure> {
    List<ProductStructure> listByProductId(@Param("productId") Long productId);
    List<ProductStructureDto> listByBomId(@Param("bomId") Integer bomId);
    List<ProductStructureDto> listByBomAndProcess(@Param("bomId") Integer bomId, @Param("processId") Long processId);
}