maven
昨天 e0aaf2a1884e344d484adad5c3e5a271b9ced0d0
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);
}