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