兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-31 2c9daae15362e9c759324e10abffe4f5c111523f
1
2
3
4
5
6
7
8
9
export {};
declare module 'axios' {
  interface AxiosResponse<T = any> {
    code: number;
    msg: string;
    rows: T;
    total: number;
  }
}