查询所有企业部门树,添加企业类型条件
parent
08fd4da6eb
commit
8d0cd9c2b8
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue