/** 部门列表 */ export type DepartmentListData = { id: string, /** 部门编号 */ code: string, /** 部门名称 */ name: string, /** 创建时间 */ createTime: string };