qinxianzhangyao
2024-06-26 279153c8fe809aebb1a2227ae5bd9c9a79e2c359
src/api/system/examcharge.js
@@ -34,4 +34,13 @@
        method: 'post',
        data
    })
}
// 获取体检费用
export function getPrintSetUp() {
    return request({
        url: '/hosp/summary/getPrintSetUp',
        method: 'get',
    })
}