From b406e9eb695db675929ffd52edddb9675f123873 Mon Sep 17 00:00:00 2001 From: chen <1216142052@qq.com> Date: Wed, 14 Sep 2022 17:48:29 +0800 Subject: [PATCH] =?UTF-8?q?2022-09-09=201.1.3=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jeecg/modules/zystylemodule/entity/NewStyleModule.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/zystylemodule/entity/NewStyleModule.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/zystylemodule/entity/NewStyleModule.java index 00a5da4e..bb3b35ff 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/zystylemodule/entity/NewStyleModule.java +++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/zystylemodule/entity/NewStyleModule.java @@ -15,17 +15,14 @@ public class NewStyleModule { private String id; /**类型id*/ @Excel(name = "类型id", width = 15, dictTable = "zy_cloths_type", dicText = "id", dicCode = "type_name") - @Dict(dictTable = "zy_cloths_type", dicText = "id", dicCode = "type_name") @ApiModelProperty(value = "类型id") private String typeId; /**款式id*/ @Excel(name = "款式id", width = 15, dictTable = "zy_cloths_style", dicText = "id", dicCode = "style_names") - @Dict(dictTable = "zy_cloths_style", dicText = "id", dicCode = "style_names") @ApiModelProperty(value = "款式id") private String styleId; /**模块id*/ @Excel(name = "模块id", width = 15, dictTable = "zy_cloths_modular ", dicText = "id", dicCode = "modular_name") - @Dict(dictTable = "zy_cloths_modular ", dicText = "id", dicCode = "modular_name") @ApiModelProperty(value = "模块id") private String modularId;