wip
This commit is contained in:
@@ -2,12 +2,15 @@ package vclaimsep
|
||||
|
||||
import (
|
||||
ecore "simrs-vx/internal/domain/base-entities/core"
|
||||
evsh "simrs-vx/internal/domain/bpjs-entities/vclaim-sep-hist"
|
||||
)
|
||||
|
||||
type CreateDto struct {
|
||||
Encounter_Id *uint `json:"encounter_id"`
|
||||
Number *string `json:"number" validate:"maxLength=19"`
|
||||
RequestPayload []byte `json:"requestPayload" validate:"maxLength=1024"`
|
||||
|
||||
VclaimSepHist evsh.CreateDto
|
||||
}
|
||||
|
||||
type ReadListDto struct {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
package vclaimsep
|
||||
Reference in New Issue
Block a user