From 8d0cd9c2b8201cf9a231adfb2ee864f5434b7615 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Wed, 7 Jan 2026 14:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=89=80=E6=9C=89=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E9=83=A8=E9=97=A8=E6=A0=91=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=B1=BB=E5=9E=8B=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/zcloud/basic/info/dto/DepartmentTreeQry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-client/src/main/java/com/zcloud/basic/info/dto/DepartmentTreeQry.java b/web-client/src/main/java/com/zcloud/basic/info/dto/DepartmentTreeQry.java index 5d7198ec..7e34cb74 100644 --- a/web-client/src/main/java/com/zcloud/basic/info/dto/DepartmentTreeQry.java +++ b/web-client/src/main/java/com/zcloud/basic/info/dto/DepartmentTreeQry.java @@ -31,7 +31,7 @@ public class DepartmentTreeQry { private Long eqCorpinfoId; @ApiModelProperty(value = "父id", name = "eqParentId") private Long eqParentId; - @ApiModelProperty(value = "企业类型列表", name = "corpinfoTypeList") + @ApiModelProperty(value = "企业类型(0-普通企业,1-集团单位,2-股份单位,3-相关方企业,4-货主单位,5-驻港单位)", name = "corpinfoTypeList") private List corpinfoTypeList;