From 260dc82756b46832ca21e66e2bd58c10869382e0 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Tue, 9 May 2023 17:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=83=A8=E9=97=A8=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ink/wgink/service/department/pojo/vos/DepartmentVO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-department/src/main/java/ink/wgink/service/department/pojo/vos/DepartmentVO.java b/service-department/src/main/java/ink/wgink/service/department/pojo/vos/DepartmentVO.java index ac958b3d..c728d43d 100644 --- a/service-department/src/main/java/ink/wgink/service/department/pojo/vos/DepartmentVO.java +++ b/service-department/src/main/java/ink/wgink/service/department/pojo/vos/DepartmentVO.java @@ -27,8 +27,8 @@ public class DepartmentVO { private String departmentNameOther; @ApiModelProperty(name = "departmentNo", value = "组织部门编号") private String departmentNo; - @ApiModelProperty(name = "departmentType", value = "组织部门类型,1:机构,2:部门") - @CheckNumberAnnotation(name = "组织部门类型", types = {"1", "2"}) + @ApiModelProperty(name = "departmentType", value = "组织部门类型") + @CheckNumberAnnotation(name = "组织部门类型") private Integer departmentType; @ApiModelProperty(name = "departmentState", value = "组织部门状态,1:正常,2:异常,3:停用") @CheckNumberAnnotation(name = "组织部门状态", types = {"1", "2", "3"})