From 7a1e4d9fe3fe2172d5c4fba524f17ffd73ffbb3e Mon Sep 17 00:00:00 2001 From: linwe <872216996@qq.com> Date: Mon, 08 Jul 2024 10:39:26 +0800 Subject: [PATCH] 公安添加时间过滤 --- src/main/java/org/springblade/modules/house/excel/ImportHouseholdExcel.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/org/springblade/modules/house/excel/ImportHouseholdExcel.java b/src/main/java/org/springblade/modules/house/excel/ImportHouseholdExcel.java index a477374..1ac5b53 100644 --- a/src/main/java/org/springblade/modules/house/excel/ImportHouseholdExcel.java +++ b/src/main/java/org/springblade/modules/house/excel/ImportHouseholdExcel.java @@ -29,7 +29,7 @@ * 门牌地址编码 */ @ColumnWidth(25) - @ExcelProperty( "门牌地址编码") + @ExcelProperty( "门牌地址编码*") private String houseCode; /** 姓名 */ -- Gitblit v1.9.3