From 0c820746a96a1193a64532b3b17b08d52e4ff1be Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 11 Sep 2023 19:13:15 +0800
Subject: [PATCH] 1. 登录记录新增 2. 用户6个月,1年未登录定时任务新增 3. 脱敏 aop 注解新增

---
 src/main/java/org/springblade/modules/information/excel/InforExcel.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/information/excel/InforExcel.java b/src/main/java/org/springblade/modules/information/excel/InforExcel.java
index 0c8571a..1d4e158 100644
--- a/src/main/java/org/springblade/modules/information/excel/InforExcel.java
+++ b/src/main/java/org/springblade/modules/information/excel/InforExcel.java
@@ -60,7 +60,7 @@
 
 	@ColumnWidth(15)
 	@ExcelProperty("成立日期")
-	private String establishtime;
+	private Date establishtime;
 
 	@ColumnWidth(10)
 	@ExcelProperty("注册资本")
@@ -100,7 +100,7 @@
 	private String industry;
 
 	@ColumnWidth(20)
-	@ExcelProperty("类型")
+	@ExcelProperty("企业类型(自招保安单位/保安培训公司/保安服务公司/武装守押公司)")
 	private String stats;
 
 

--
Gitblit v1.9.3