Explorar el Código

feat(types): 变更指引类型

vian hace 5 años
padre
commit
5f99e04a6a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }