Ben Lin
2024-08-28 0a8a3f71f2e50f0603077197d9b1971431a64b36
src/api/tigerapi/model/basModel.ts
@@ -157,4 +157,5 @@
  GetCustData: () => {};
  GetRightMenuList: (node: EventDataNode, ...args) => ContextMenuItem[];
  GetNewRow: (type: string) => {};
  InitCrudFormSchema: (type: string, ...args) => {};
}