feat: add a book by scanning
This commit is contained in:
parent
72fd0b66a9
commit
981dce5bfe
14 changed files with 264 additions and 59 deletions
5
lib/domain/models/bal.dart
Normal file
5
lib/domain/models/bal.dart
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class Bal {
|
||||
Bal({required this.id});
|
||||
|
||||
int id;
|
||||
}
|
||||
Reference in a new issue