优化LeftTree、SelectTree类型

master
LiuJiaNan 2025-11-04 09:21:21 +08:00
parent 4d04bbbe51
commit 816bb2d071
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import type { BasicLeftTreeProps } from "../../Basic";
export interface Params {
/** 企业id */
eqCorpInfoId?: string;
eqCorpinfoId?: string;
/** 父级部门id */
eqParentId?: string;
[key: string]: any;