账单付款记录

This commit is contained in:
魏啾
2024-07-01 15:10:27 +08:00
parent c05707e6f0
commit 402c1ad237
2 changed files with 99 additions and 20 deletions

View File

@@ -261,4 +261,12 @@ export function stockStateChanges(params) {
...params
}
});
}
// 账单付款记录
export function tbShopPurveyorTransacttransactPayInfos(params) {
return request({
url: `/api/tbShopPurveyorTransact/transactPayInfos`,
method: "get",
params
});
}