Compare commits

...

2 Commits

Author SHA1 Message Date
LiuJiaNan 816bb2d071 优化LeftTree、SelectTree类型 2025-11-04 09:21:21 +08:00
LiuJiaNan 4d04bbbe51 1.0.39 2025-11-04 08:40:12 +08:00
2 changed files with 2 additions and 2 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;

View File

@ -1,7 +1,7 @@
{
"name": "zy-react-library",
"private": false,
"version": "1.0.38",
"version": "1.0.39",
"type": "module",
"description": "",
"author": "LiuJiaNan",