feat: managing returns
This commit is contained in:
parent
ca1eeafd8f
commit
6947bcfb01
11 changed files with 521 additions and 22 deletions
1
lib/domain/models/enums.dart
Normal file
1
lib/domain/models/enums.dart
Normal file
|
|
@ -0,0 +1 @@
|
|||
enum ReturnType { books, money, all }
|
||||
Reference in a new issue