祖安之光
5 天以前 050ee6d982a8ae40011f1f723198d23fedae40b3
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
export function getCompanyCount(params) {
    return request({
        url: '/statistic/companyStatistic',
        method: 'get',
        params: params
    })
}