feat(sep): add service vclaim dpjp

This commit is contained in:
riefive
2025-10-20 10:25:34 +07:00
parent 65b6de2e6f
commit a95bdfcdb4
6 changed files with 75 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
// Base
import * as base from './_crud-base'
const path = '/api/vclaim/dokter-dpjp'
const name = 'doctor-attending'
export function getList(params: any = null) {
return base.getList(path, params, name)
}