liyong
7 天以前 1a63cb713ae5a547109e7c22b59cb3691d99d686
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);
}