From e6363625858442f3ffef6be81d9dfda0bad333b7 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Sun, 13 Nov 2022 13:50:11 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20#2878=20=E3=80=90=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E3=80=91OA=E6=8F=90=E4=BA=A4=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E7=94=B3=E8=AF=B7=E6=8E=A5=E5=8F=A3=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=8F=90=E5=8D=95=E8=80=85=E6=8F=90=E5=8D=95=E9=83=A8=E9=97=A8?= =?UTF-8?q?id(choose=5Fdepartment)=E7=9A=84=E8=AF=B7=E6=B1=82=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chanjar/weixin/cp/bean/oa/WxCpOaApplyEventRequest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/WxCpOaApplyEventRequest.java b/weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/WxCpOaApplyEventRequest.java index 503a873b3..8aebb6600 100644 --- a/weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/WxCpOaApplyEventRequest.java +++ b/weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/WxCpOaApplyEventRequest.java @@ -37,6 +37,12 @@ public class WxCpOaApplyEventRequest implements Serializable { @SerializedName("use_template_approver") private Integer useTemplateApprover; + /** + * 提单者提单部门id,不填默认为主部门 + */ + @SerializedName("choose_department") + private Integer chooseDepartment; + /** * 审批流程信息,用于指定审批申请的审批流程,支持单人审批、多人会签、多人或签,可能有多个审批节点,仅use_template_approver为0时生效。 */