AuditTrail: added module type for room

This commit is contained in:
Maksim Chegulov 2023-02-02 11:30:27 +03:00
parent c1cdfba6ad
commit d2b5ea72a5

View File

@ -29,5 +29,6 @@ public enum ModuleType
Reports,
ProjectsSettings,
General,
Products
Products,
Rooms
}