fix: 修复导出excel数据中名字字段数据为空的问题
This commit is contained in:
parent
fa51e7dacd
commit
10e545f6d1
|
|
@ -24,7 +24,7 @@ public class DQbomExcelVO extends BaseImportExcelDTO {
|
|||
private String drawingNo;
|
||||
|
||||
@ExcelColumn("名称")
|
||||
private String materialName;
|
||||
private String materialDesc;
|
||||
|
||||
@ExcelColumn("材料")
|
||||
private String materialTexture;
|
||||
|
|
|
|||
Loading…
Reference in New Issue