From ed312d44a0037f32f657da31474775427620be1e Mon Sep 17 00:00:00 2001 From: liu Date: Thu, 14 Dec 2023 11:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=88=9D=E6=AD=A5=E8=AF=8A?= =?UTF-8?q?=E6=96=AD=E5=9B=9E=E6=98=BE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/supervision/pojo/vo/ChooseNode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual-patient-web/src/main/java/com/supervision/pojo/vo/ChooseNode.java b/virtual-patient-web/src/main/java/com/supervision/pojo/vo/ChooseNode.java index 9cd0e571..6361124f 100644 --- a/virtual-patient-web/src/main/java/com/supervision/pojo/vo/ChooseNode.java +++ b/virtual-patient-web/src/main/java/com/supervision/pojo/vo/ChooseNode.java @@ -14,5 +14,5 @@ public class ChooseNode { * 是否选中 */ @ApiModelProperty("是否选中") - private boolean isChecked; + private boolean checkedFlag; }