车辆列表

This commit is contained in:
BOOL\25024
2024-02-27 15:45:49 +08:00
parent 5524ede69d
commit dfe61226fc
2 changed files with 59 additions and 9 deletions

View File

@@ -95,4 +95,13 @@ export function removeMemberFromMemberGroup(data) {
method: 'post',
data: data
})
}
// 查询会员组中车辆消费记录
export function queryMemberGroupConsumptionList(data) {
return request({
url: '/member/memberGroup/queryMemberGroupConsumptionList',
method: 'post',
data: data
})
}