From 020899e465f13e60b1215df465252bcc014c9449 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sat, 21 May 2022 10:15:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.2=E3=80=91=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/api/pojo/organization/HrOrganizationRequest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel-s-system/system-api/src/main/java/cn/stylefeng/roses/kernel/system/api/pojo/organization/HrOrganizationRequest.java b/kernel-s-system/system-api/src/main/java/cn/stylefeng/roses/kernel/system/api/pojo/organization/HrOrganizationRequest.java index 7583b6b06..24ed491d1 100644 --- a/kernel-s-system/system-api/src/main/java/cn/stylefeng/roses/kernel/system/api/pojo/organization/HrOrganizationRequest.java +++ b/kernel-s-system/system-api/src/main/java/cn/stylefeng/roses/kernel/system/api/pojo/organization/HrOrganizationRequest.java @@ -102,6 +102,12 @@ public class HrOrganizationRequest extends BaseRequest { @ChineseDescription("状态:1-启用,2-禁用") private Integer statusFlag; + /** + * 组织机构类型:1-公司,2-部门 + */ + @ChineseDescription("组织机构类型:1-公司,2-部门") + private Integer orgType; + /** * 描述 */