From ce8cb72035593058a572b905bedd327cad579f18 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 19 六月 2025 13:58:17 +0800 Subject: [PATCH] Revert "首页本月三保、下月三保、下下月三保统计调整" --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentDocument.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentDocument.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentDocument.java index 7a3586e..d96ca75 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentDocument.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentDocument.java @@ -46,8 +46,9 @@ /**鏂囨。绫诲瀷*/ @Excel(name = "鏂囨。绫诲瀷", width = 15) @ApiModelProperty(value = "鏂囨。绫诲瀷") - @Dict(dicCode = "common_upload_type") - private String type; +// @Dict(dicCode = "common_upload_type") + @Dict(dictTable = "mom_eam_document_type",dicCode = "id",dicText = "name") + private String fileType; /**澶囩敤瀛楁1*/ @Excel(name = "澶囩敤瀛楁1", width = 15) -- Gitblit v1.9.3