buhuazhen
23 小时以前 e19b7b5d6b4a7658a7e172527017052a68b49f4d
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);
}