md
This commit is contained in:
parent
41bf37bdae
commit
f822e0ded1
@ -9,6 +9,14 @@ export function listEmisSettleBill(query) {
|
||||
})
|
||||
}
|
||||
|
||||
export function queryPayBackStatList(query) {
|
||||
return request({
|
||||
url: '/emis/emisSettleBill/queryPayBackStatList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
export function queryBillPayStatInfoList(query) {
|
||||
return request({
|
||||
url: '/emis/emisSettleBill/queryBillPayStatInfoList',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user