projectbuendia / client

Android client app
Apache License 2.0
38 stars 23 forks source link

Put uuid in the base Model class. #456

Closed zestyping closed 5 years ago

zestyping commented 5 years ago

Previously some models used the id field and some had a null id. All model objects have a uuid field, so it makes more sense to put that in the base class. We also don't need the type parameter anymore.