mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-26 19:00:53 +08:00 
			
		
		
		
	chore(excel/fastexcel): 移除 ExcelListConverter 中的冗余注解
This commit is contained in:
		| @@ -24,7 +24,6 @@ import cn.idev.excel.metadata.GlobalConfiguration; | ||||
| import cn.idev.excel.metadata.data.ReadCellData; | ||||
| import cn.idev.excel.metadata.data.WriteCellData; | ||||
| import cn.idev.excel.metadata.property.ExcelContentProperty; | ||||
| import org.springframework.stereotype.Component; | ||||
| import top.continew.starter.core.constant.StringConstants; | ||||
|  | ||||
| import java.util.List; | ||||
| @@ -39,7 +38,6 @@ import java.util.List; | ||||
|  * @author Charles7c | ||||
|  * @since 2.0.2 | ||||
|  */ | ||||
| @Component | ||||
| public class ExcelListConverter implements Converter<List> { | ||||
|  | ||||
|     @Override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user