Merge branch 'dev' of github.com:dikstub-rssa/simrs-be into feat/bpjs-api-70

This commit is contained in:
dpurbosakti
2025-10-16 17:22:21 +07:00
6 changed files with 167 additions and 1 deletions

No files matched your search

@@ -78,6 +78,11 @@ type UpdateDto struct {
CreateDto
}
type UpdateStatusDto struct {
Id uint16 `json:"id"`
StatusCode erc.DataStatusCode `json:"status_code"`
}
type DeleteDto struct {
Id uint16 `json:"id"`
}