Przeglądaj źródła

feat(types): 变更指引类型

vian 5 lat temu
rodzic
commit
5f99e04a6a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/billGuide.ts

+ 1 - 0
types/src/interface/billGuide.ts

@@ -64,4 +64,5 @@ export interface IBillGuideItem extends ITreeScm {
   name: string;
   type: BillGuideItemType;
   rationID?: number;
+  select?: boolean;
 }