- Добавлено модальное окно редактирования номера
This commit is contained in:
Alexander Zhirov 2023-06-01 01:10:08 +03:00
parent cf3962d71d
commit c0290cd753
12 changed files with 294 additions and 128 deletions

View file

@ -22,6 +22,11 @@ struct GroupDB {
string comment;
}
struct ListDB {
string name;
string comment;
}
struct NumberDB {
string number;
string group;