| | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.ruoyi.common.excel.annotation.ExcelDictFormat; |
| | | import com.ruoyi.common.excel.convert.ExcelDictConvert; |
| | | import com.ruoyi.system.domain.SysDept; |
| | | import io.github.linpeilie.annotations.AutoMapper; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serial; |
| | |
| | | /** |
| | | * 部门视图对象 sys_dept |
| | | * |
| | | * @author ruoyi |
| | | * @date 2023-01-31 |
| | | * @author Michelle.Chung |
| | | */ |
| | | @Data |
| | | @ExcelIgnoreUnannotated |
| | | @AutoMapper(target = SysDept.class) |
| | | public class SysDeptVo implements Serializable { |
| | | |
| | | @Serial |
| | |
| | | /** |
| | | * 显示顺序 |
| | | */ |
| | | private Long orderNum; |
| | | private Integer orderNum; |
| | | |
| | | /** |
| | | * 负责人 |