更新界面布局

This commit is contained in:
wyf
2025-06-04 11:54:01 +08:00
parent 40732066fe
commit 857317caf1
34 changed files with 4961 additions and 459 deletions

View File

@@ -47,6 +47,8 @@ class PersonController extends GetControllerEx<PersonModel> {
RxString height = "".obs;
DateTime? dateTime = DateTime.now(); //选择时间
RxList diseaseList = [].obs;
RxString update_person_mac = "".obs;
var after_deveice;
Future<ApiResponse> savePersonData() async {
try {