import request from "@/utils/request.js"; export const getCounterPartListInterface = () => { } export const addCounterPartInterface = (id) => { } export const getCounterPartTableInterface = () => { } export const editCounterPartInterface = (id) => {} export const deleteCounterPartInterface = (id) => {} export const resetCounterPartInterface = (id) => {} export const getCounterPartItemInterface = (id) => {} export const getAllUser = () => {}