From 7eb50bd50112356775a5853ab81555ec2e00cd3d Mon Sep 17 00:00:00 2001 From: hxh Date: Tue, 11 Mar 2025 21:22:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98id?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shuili-system/src/main/java/com/kms/yxgh/df/domain/DfYhV2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuili-system/src/main/java/com/kms/yxgh/df/domain/DfYhV2.java b/shuili-system/src/main/java/com/kms/yxgh/df/domain/DfYhV2.java index b593ba6e..75e3a1ec 100644 --- a/shuili-system/src/main/java/com/kms/yxgh/df/domain/DfYhV2.java +++ b/shuili-system/src/main/java/com/kms/yxgh/df/domain/DfYhV2.java @@ -30,7 +30,7 @@ public class DfYhV2 extends SyBaseEntity { * 缺陷id */ @ApiModelProperty("缺陷id") - private String defectId; + private String problemId; /** * 文档 */