fix(excel): 修复法院名称字段的Excel表头别名配置
- 为courtName字段添加了缺失的"法院"表头别名 - 确保Excel导入时能够正确识别法院列的数据
This commit is contained in:
@@ -47,7 +47,7 @@ public class CreditCourtAnnouncementImportParam implements Serializable {
|
|||||||
private String involvedAmount2;
|
private String involvedAmount2;
|
||||||
|
|
||||||
@Excel(name = "法院")
|
@Excel(name = "法院")
|
||||||
@ExcelHeaderAlias({"公告人","执行法院"})
|
@ExcelHeaderAlias({"公告人","执行法院","法院"})
|
||||||
private String courtName;
|
private String courtName;
|
||||||
|
|
||||||
@Excel(name = "数据状态")
|
@Excel(name = "数据状态")
|
||||||
|
|||||||
Reference in New Issue
Block a user