enhancement update encounter status code

This commit is contained in:
vanilia
2025-10-15 13:59:04 +07:00
parent a77ff4d6aa
commit 360543cfa7
6 changed files with 167 additions and 1 deletions
@@ -66,6 +66,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"`
}