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