1 |
- import{ax as a}from"./index-b9299550.js";const i={getPtProfitPage:async t=>await a.get({url:"/distri/pt-profit/page",params:t}),getPtProfit:async t=>await a.get({url:"/distri/pt-profit/get?id="+t}),createPtProfit:async t=>await a.post({url:"/distri/pt-profit/create",data:t}),updatePtProfit:async t=>await a.put({url:"/distri/pt-profit/update",data:t}),deletePtProfit:async t=>await a.delete({url:"/distri/pt-profit/delete?id="+t}),exportPtProfit:async t=>await a.download({url:"/distri/pt-profit/export-excel",params:t})};export{i as P};
|