@@ -101,12 +101,6 @@ public interface StructureMapper extends BaseMapper<Structure> {
*/
List<StructureVO> selectAllByProductId(Integer productId);
- /**
- * 根据架构名称模糊查询数据
- *
- * @param structureName 架构名称
- * @return 返回查询到的数据
- */
- List<Structure> getStandardByStructureName(String structureName);
+
}