buhuazhen
75 分钟以前 5de00e436cb41dee07b75c20391db7bc0a5b3660
src/main/java/com/ruoyi/production/mapper/ProductStructureMapper.java
@@ -13,5 +13,7 @@
@Mapper
public interface ProductStructureMapper  extends BaseMapper<ProductStructure> {
    List<ProductStructureDto> listBybomId(@Param("bomId") Long bomId);
    List<ProductStructureDto> listBybomId(@Param("bomId") Integer bomId);
    List<ProductStructureDto> listBybomAndProcess(@Param("bomId") Integer bomId, @Param("processId") Long processId);
}