index.js 252 B

123456
  1. import {GetApi, PostApi} from "@/api/request"
  2. export const getStockList = new PostApi('/stock/current/getStockList')
  3. export const getUseList = new PostApi('/stock/current/getUseList')
  4. export const updateById = new PostApi('/stock/current/updateById')