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