This commit is contained in:
dpurbosakti
2025-10-14 14:31:40 +07:00
parent 2d813408e4
commit d3f441dd56
2 changed files with 4 additions and 0 deletions
@@ -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