wt1.1.2e NumberPicker
This commit is contained in:
@@ -18,6 +18,7 @@ class Exercise {
|
||||
Exercise({this.exerciseTypeId, this.customerId, this.quantity, this.dateAdd});
|
||||
|
||||
Exercise.fromJson(Map json) {
|
||||
this.exerciseId = json['exerciseId'];
|
||||
this.exerciseTypeId = json['exerciseTypeId'];
|
||||
this.customerId = json['customerId'];
|
||||
this.quantity = json['quantity'];
|
||||
|
||||
@@ -5,6 +5,7 @@ class ExercisePlanDetailChange {
|
||||
static const String delete = "delete";
|
||||
static const String update = "update";
|
||||
static const String deleted = "deleted";
|
||||
static const String saved = "saved";
|
||||
}
|
||||
|
||||
class ExercisePlanDetail {
|
||||
|
||||
Reference in New Issue
Block a user