fix: 修复导出excel数据中名字字段数据为空的问题

This commit is contained in:
曹鹏飞 2024-04-29 09:52:55 +08:00
parent fa51e7dacd
commit 10e545f6d1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class DQbomExcelVO extends BaseImportExcelDTO {
private String drawingNo; private String drawingNo;
@ExcelColumn("名称") @ExcelColumn("名称")
private String materialName; private String materialDesc;
@ExcelColumn("材料") @ExcelColumn("材料")
private String materialTexture; private String materialTexture;