huminmin
4 天以前 52e4610b008f7643f84c5f37a110c081123caf69
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);
}