refactor: 删除未使用的Category_attribute接口
该接口未被项目使用且功能可由其他现有接口替代,移除以减少代码冗余
This commit is contained in:
@@ -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> {
|
||||
}
|
||||
Reference in New Issue
Block a user