update eform type

This commit is contained in:
2025-08-19 07:30:57 +07:00
parent 49604ca9a4
commit 980914161d
10 changed files with 186 additions and 11 deletions

View File

@ -32,7 +32,7 @@ export enum EformRequestRequestorType {
}
export enum EformGender {
"man" = "man",
"male" = "male",
"female" = "female",
}