fixing earchive
This commit is contained in:
@ -15,6 +15,21 @@ export enum TypeDocument {
|
||||
"Surat_Izin_Prinsip" = "SIP"
|
||||
};
|
||||
|
||||
export enum BranchCode {
|
||||
"Bussiness_Department" = "BSN",
|
||||
"Operation_Department" = "OPR",
|
||||
"Risk_Management" = "RMC",
|
||||
"Credit_Risk" = "CRR",
|
||||
"Complain_Function" = "CMP"
|
||||
};
|
||||
|
||||
export enum TypeCredential {
|
||||
"Kerahasiaan" = "KR",
|
||||
"Biasa" = "B",
|
||||
"Rahasia" = "R",
|
||||
"Sangat_Rahasia" = "SR"
|
||||
};
|
||||
|
||||
export enum TypeReceiver {
|
||||
"Personal" = "P",
|
||||
"Department" = "D",
|
||||
|
||||
Reference in New Issue
Block a user