refactor: 删除未使用的Category_attribute接口

该接口未被项目使用且功能可由其他现有接口替代,移除以减少代码冗余
This commit is contained in:
qingfeng1121
2025-10-18 10:29:23 +08:00
parent ffea3e85ae
commit bd6b240f52

View File

@@ -1,6 +0,0 @@
package com.qf.myafterprojecy.repository;
import org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter;
public interface Category_attribute extends JpaAttributeConverter<Category_attribute, Integer> {
}