From 685c8f92c76760da1ff3a5d88f34201c7e0006bd Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期五, 05 十二月 2025 16:07:05 +0800
Subject: [PATCH] yys  修改巡检模块,通知管理

---
 src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
index ab500b7..62da339 100644
--- a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
+++ b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -26,7 +26,7 @@
     // 鍏ュ簱鏃堕棿
     @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     @DateTimeFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "鍏ュ簱鏃堕棿")
+    @Excel(name = "鍏ュ簱鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd")
     private Date inboundDate;
 
     /**

--
Gitblit v1.9.3