- import { cache } from "react";
- import "server-only";
- // import { serverFetchJson } from "@/app/utils/fetchUtil";
- // import { BASE_API_URL } from "@/config/api";
- import { serverFetchJson } from "../../utils/fetchUtil";
- import { BASE_API_URL } from "../../../config/api";
-
- export interface QrCodeInfo {
- stockInLineId?: number;
- itemId: number
- warehouseId?: number
- lotNo?: string
- }
|