upd: ready to lex the command

This commit is contained in:
2023-12-13 04:42:33 +00:00
parent af3d49c3d3
commit 132eeded36
6 changed files with 139 additions and 6 deletions

View File

@ -140,4 +140,21 @@ class OperationLogItemClass {
char command[256];
int fid;
};
enum OperationType {
__Ksu,
__Klogout,
__Kregister,
__Kpasswd,
__Kuseradd,
__Kdelete,
__Kshow,
__Kbuy,
__Kselect,
__Kmodify,
__Kimport,
__Kshowfinance,
__Klog,
__Kreport,
};
#endif // PROTECTOR_UTILITY_H