From 930cc37132a8d1e9764ca6dbf98e8efa417be32d Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 25 Feb 2025 18:38:39 +0800 Subject: [PATCH] =?UTF-8?q?2/25=20=E4=B8=9A=E5=8A=A1=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=B1=BB=E5=9E=8B1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/glxp/api/res/basic/SysWorkplaceDocumentResponse.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/com/glxp/api/res/basic/SysWorkplaceDocumentResponse.java b/src/main/java/com/glxp/api/res/basic/SysWorkplaceDocumentResponse.java index f37a1be3f..316f069fa 100644 --- a/src/main/java/com/glxp/api/res/basic/SysWorkplaceDocumentResponse.java +++ b/src/main/java/com/glxp/api/res/basic/SysWorkplaceDocumentResponse.java @@ -173,4 +173,9 @@ public class SysWorkplaceDocumentResponse { private String uploadDocumentTypeCode; private Boolean autoHandle; + + + private Integer busType; + + }