@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
* @date: 2021-08-30 14:44:45
*/
@Mapper
-@Component("ICustomMaterialMapper")
+@Component("IComponentMaterialMapper")
public interface IComponentMaterialMapper extends IBaseMapper<CustomComponentMaterialEntity> {