소스 검색

单位 类型

Luka 1 개월 전
부모
커밋
b3258702f0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/types/global.d.ts

+ 1 - 0
src/types/global.d.ts

@@ -5,6 +5,7 @@ export interface IOptions {
 
 export interface TreeOptions {
 	id: string;
+	strId: string;
 	parentId: string;
 	label: string;
 	weight: number;