no message

This commit is contained in:
2025-02-04 23:47:15 +03:00
parent 13cda78d47
commit dd90100bfa
9 changed files with 41 additions and 53 deletions

View File

@@ -130,6 +130,10 @@ public enum ServerCode {
return "Скачивание пакета тестирования DVM с сервера";
case ReceiveComponent:
return "Скачивание компонента с сервера";
case DeleteObjectByPK:
return "Удаление объекта с сервера";
case CheckSubscriberRole:
return "Проверка роли подписчика на сервере";
default:
return this.toString();
}