This commit is contained in:
xiaozhiyong
2023-05-06 15:45:59 +08:00
parent 2774be4bb9
commit 29ee331456
10 changed files with 821 additions and 159 deletions

View File

@@ -0,0 +1,11 @@
import request from '@/utils/request'
export default {
getByPage (data) {
return request({
url: '/oil-finance/oilCompanyAccount/getByPage',
method: 'post',
data:data
})
}
}