fix: 🐛 部门编号类型缺失补充

This commit is contained in:
郝先瑞
2024-06-26 18:30:51 +08:00
parent 71b2cc1410
commit 41c98d3c40

View File

@@ -119,6 +119,8 @@ export interface DeptForm {
id?: number;
/** 部门名称 */
name?: string;
/** 部门编号 */
code?: string;
/** 父部门ID */
parentId: number;
/** 排序 */