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