| | |
| | | package com.ycl.vo.depart; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.ycl.api.BasePageVO; |
| | | import com.ycl.entity.depart.DepartManager; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | private String departDes; |
| | | |
| | | @ApiModelProperty("部门类型") |
| | | private byte departType; |
| | | private Integer departType; |
| | | |
| | | @ApiModelProperty("父级id,默认0") |
| | | private Long parentId; |
| | |
| | | private String departDes; |
| | | |
| | | @ApiModelProperty("部门类型") |
| | | private byte departType; |
| | | private Integer departType; |
| | | |
| | | @ApiModelProperty("父级id,默认0") |
| | | private Long parentId; |