liding
4 天以前 1946aa0712f623dd5e0221ef2481bc3d8d224e74
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);
}