From 48e370a1ede60c3d03390ceec54cb69f5a0d5535 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Thu, 11 Jan 2024 16:46:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2080635=20=E4=BC=81=E6=A0=87=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=AB=8B=E9=A1=B9/=E5=8F=98=E6=9B=B4=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=20--=E9=9B=B6=E9=83=A8=E4=BB=B6=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=9B=9E=E6=98=BE=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../process/esInitChange/entity/ProcessEsInitChange.java | 1 + 1 file changed, 1 insertion(+) diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/esInitChange/entity/ProcessEsInitChange.java b/laws-modules/src/main/java/com/jero/modules/activiti/process/esInitChange/entity/ProcessEsInitChange.java index 26e27c97..6a8c528d 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/esInitChange/entity/ProcessEsInitChange.java +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/esInitChange/entity/ProcessEsInitChange.java @@ -287,6 +287,7 @@ public class ProcessEsInitChange implements Serializable { /** * 零部件名称 */ + @Dict(dicCode = "part_name") @ApiModelProperty(value = "零部件名称") private String componentName;