qinxianzhangyao
2023-11-15 1c2ff3d97d19398a00340e72b4642de16f98458a
src/api/system/examcharge.js
@@ -34,4 +34,13 @@
        method: 'post',
        data
    })
}
// 获取体检费用
export function getPrintSetUp() {
    return request({
        url: '/hosp/summary/getPrintSetUp',
        method: 'get',
    })
}