This commit is contained in:
wyf
2025-08-16 11:01:17 +08:00
parent 79cbdb3fa2
commit 2e1ce8f9d7
13 changed files with 174 additions and 50 deletions

View File

@@ -47,6 +47,7 @@ class RepairController extends GetControllerEx<RepairModel> {
RxString phone = "".obs;
List<String>? deviceListId = [];
List<String>? deviceListIdLabel = [];
List<String>? deviceListName = [];
RxList repairHistory = [].obs;