体征传感器
This commit is contained in:
@@ -25,10 +25,14 @@ class SleepReportModel {
|
||||
}
|
||||
|
||||
class SleepReportController extends GetControllerEx<SleepReportModel> {
|
||||
|
||||
Rx<DateTime?> selectedDate = Rx<DateTime?>(null);
|
||||
RxMap sleepReport = RxMap();
|
||||
RxMap<String, dynamic> sleepReport = <String, dynamic>{}.obs;
|
||||
|
||||
var isLoading = false.obs;
|
||||
|
||||
// 每种类型对应一份数据
|
||||
|
||||
SleepReportController() {
|
||||
attr = GetModel(SleepReportModel()).obs;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user