add decision

This commit is contained in:
2025-12-02 12:39:54 +07:00
parent 720dc6ac6f
commit b1a3804dd6
4 changed files with 68 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export enum StatusDocument {
"checker" = 1,
"approval" = 2,
"disposition" = 3,
"decision" = 4,
};
export enum TypeDocument {