From bb2a091d33875fdf170bfb3c7bf39cbe293450ce Mon Sep 17 00:00:00 2001 From: Jackwang Date: Wed, 29 Sep 2021 15:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E4=BC=9A=E7=BB=84=E7=BB=87=E6=94=B9?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/elink/esua/epdc/volunteer/AppVactApplyDTO.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epdc-cloud-heart-client/src/main/java/com/elink/esua/epdc/volunteer/AppVactApplyDTO.java b/epdc-cloud-heart-client/src/main/java/com/elink/esua/epdc/volunteer/AppVactApplyDTO.java index 37db795..bb5ce6a 100644 --- a/epdc-cloud-heart-client/src/main/java/com/elink/esua/epdc/volunteer/AppVactApplyDTO.java +++ b/epdc-cloud-heart-client/src/main/java/com/elink/esua/epdc/volunteer/AppVactApplyDTO.java @@ -17,6 +17,8 @@ public class AppVactApplyDTO implements Serializable { private String id; + private Long orgId; + private String title; private Date actStartTime;