feat(sep): add service vclaim dpjp
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user