zhangwei
8 天以前 3324a54fa4d0840f8a5dc8adb21753180ecd3f3c
src/api/types.ts
@@ -1,3 +1,5 @@
import type { TenderInfo } from "@/views/system/dept/utils/types";
export type Result = {
  success: boolean;
  result: Array<any>;
@@ -117,3 +119,10 @@
  code: string | number;
  result: RoleItem[];
};
export type ChangeDetail = {
  message: string;
  success: boolean;
  code: string | number;
  result: TenderInfo;
};