Commit 99dbbe5d authored by 罗超's avatar 罗超

1

parent e4787f74
import request from '../../utils/request'
/**
* 营收报表
*/
export function getRevenueReportPageList(data) {
//参数信息AccountType AccountId
return request({
url: '/finance/GetRevenueReportPageList',
method: 'post',
data
})
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment