fix: 🐛 部门编号类型缺失补充
This commit is contained in:
@@ -119,6 +119,8 @@ export interface DeptForm {
|
||||
id?: number;
|
||||
/** 部门名称 */
|
||||
name?: string;
|
||||
/** 部门编号 */
|
||||
code?: string;
|
||||
/** 父部门ID */
|
||||
parentId: number;
|
||||
/** 排序 */
|
||||
|
||||
Reference in New Issue
Block a user