查询所有企业部门树,添加企业类型条件

main
zhaokai 2026-01-07 14:55:14 +08:00
parent 08fd4da6eb
commit 8d0cd9c2b8
1 changed files with 1 additions and 1 deletions

View File

@ -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<Integer> corpinfoTypeList;