diff --git a/src/api/dept.ts b/src/api/dept.ts index b650c24c..9bd46739 100644 --- a/src/api/dept.ts +++ b/src/api/dept.ts @@ -119,6 +119,8 @@ export interface DeptForm { id?: number; /** 部门名称 */ name?: string; + /** 部门编号 */ + code?: string; /** 父部门ID */ parentId: number; /** 排序 */