From fc9b49413f21cf5952e42116f789eda6a1a87d84 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Thu, 20 Feb 2025 13:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=91=E5=81=87=E5=AE=9E=E4=BD=93=E7=B1=BB?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=98=AF=E5=90=A6=E5=90=8C=E6=AD=A5=E3=80=81?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/bonus/boot/manager/manager/entity/EvectionBean.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/com/bonus/boot/manager/manager/entity/EvectionBean.java b/src/main/java/com/bonus/boot/manager/manager/entity/EvectionBean.java index 00ae384..61a2a50 100644 --- a/src/main/java/com/bonus/boot/manager/manager/entity/EvectionBean.java +++ b/src/main/java/com/bonus/boot/manager/manager/entity/EvectionBean.java @@ -197,4 +197,9 @@ public class EvectionBean { @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date updateTime; + /**是否修改*/ + private String isUpdate; + /**是否同步*/ + private String isSync; + }