huminmin
6 天以前 ca9120482042ad53be6a0532ac4f394c7d822581
src/main/java/com/ruoyi/production/mapper/ProductStructureMapper.java
@@ -12,5 +12,5 @@
@Mapper
public interface ProductStructureMapper  extends BaseMapper<ProductStructure> {
    List<ProductStructure> listByProductId(@Param("productId") Long productId);
    List<ProductStructureDto> listByproductModelId(@Param("productModelId") Long productModelId);
}