yuan
19 小时以前 11bd127f2e80f8c2eb8d1b4e618e59dcf9d95834
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);
}