111
lkk
2024-12-11 d0f3de49a4dc9078df8f3dcabfdbc6ead6583d4a
src/api/system/examcharge.js
@@ -34,4 +34,13 @@
        method: 'post',
        data
    })
}
// 获取体检费用
export function getPrintSetUp() {
    return request({
        url: '/hosp/summary/getPrintSetUp',
        method: 'get',
    })
}