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