更新睡眠报告
This commit is contained in:
@@ -27,6 +27,7 @@ class SleepReportModel {
|
||||
class SleepReportController extends GetControllerEx<SleepReportModel> {
|
||||
|
||||
Rx<DateTime?> selectedDate = Rx<DateTime?>(null);
|
||||
RxMap sleepReport = RxMap();
|
||||
SleepReportController() {
|
||||
attr = GetModel(SleepReportModel()).obs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user