From 048db32d9a965f1ef398a8aa02a012e9b968a6b1 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 08 十一月 2024 18:39:04 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatArchiveImport.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java b/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java index 2e4d0a2..8c9203f 100644 --- a/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java +++ b/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java @@ -35,7 +35,7 @@ * 璇佷欢鍙风爜 */ @ApiModelProperty("璇佷欢鍙风爜") - @Excel(name = "璇佷欢鍙风爜(蹇呭~)",cellType = Excel.ColumnType.NUMERIC) + @Excel(name = "璇佷欢鍙风爜(蹇呭~)",cellType = Excel.ColumnType.STRING) private String idcardno; /** @@ -49,7 +49,7 @@ * 鎵规鍚嶇О */ @ApiModelProperty("鎵规鍚嶇О") - @Excel(name = "鎵规鍚嶇О锛堝繀濉級",cellType = Excel.ColumnType.STRING) + @Excel(name = "鎵规鍚嶇О",cellType = Excel.ColumnType.STRING) private String batchName; -- Gitblit v1.9.3