v0.0.3
- Добавлено модальное окно редактирования номера
This commit is contained in:
parent
cf3962d71d
commit
c0290cd753
12 changed files with 294 additions and 128 deletions
|
@ -22,6 +22,11 @@ struct GroupDB {
|
|||
string comment;
|
||||
}
|
||||
|
||||
struct ListDB {
|
||||
string name;
|
||||
string comment;
|
||||
}
|
||||
|
||||
struct NumberDB {
|
||||
string number;
|
||||
string group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue