update entity

This commit is contained in:
wayanrivan
2026-02-18 14:39:53 +07:00
parent d84c24b09a
commit 836cfeecc3
3 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,4 @@
export enum RegistrationOutPatientStatus {
RESERVED = "RESERVED",
REGISTERED = "REGISTERED",
}