Ben Lin
2024-06-27 b4496ad2462843c575a3902c94a87694426f29a3
src/api/tigerapi/model/basModel.ts
@@ -108,6 +108,7 @@
  color: string;
  url: string;
  action: string;
  isStep: boolean;
}
export type MaterialInfoPageListGetResultModel = BasicFetchResult<MaterialInfoListItem>;
@@ -133,5 +134,6 @@
  CreateIcon: (params: Recordable<any>) => string;
  SelectNode: (selectedNodes: Ref<any[]>) => {};
  GetNavItems: () => NavItem[];
  naveChangeItem: (action: any, ...args) => void;
  navChangeItem: (action: any, ...args) => void;
  GetUseModals: () => {};
}