1 |
- import{r as e}from"./index.DXluV3p1.js";const r="/api/system/warehouse/";function u(t){return e({url:r,method:"get",params:t})}function n(t){return e({url:r,method:"post",data:t})}function o(t){return e({url:r+t.id+"/",method:"put",data:t})}function s(t){return e({url:r+t+"/",method:"delete",data:{id:t}})}function d(){return e({url:r,method:"get"})}export{n as A,s as D,d as G,o as U,u as a};
|