From 206ec99911cc5bb4670067bfe0b5b3ea16561cd7 Mon Sep 17 00:00:00 2001 From: liup Date: Sat, 11 May 2024 09:54:09 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=B0=E9=87=8D?= =?UTF-8?q?=E6=A0=A1=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deploymentTargetSelector.xml | 10 ++ .idea/gradle.xml | 2 +- .idea/migrations.xml | 10 ++ .idea/misc.xml | 1 - .../com/bonait/bnframework/HBL/Unity.java | 14 +- .../business/ExecuteTheRecipe.java | 27 +++- .../bonait/bnframework/business/PLCName.java | 2 +- .../bnframework/common/base/BaseActivity.java | 1 + .../common/constant/ConfigName.java | 1 + .../bnframework/common/helper/ActiveMax.java | 5 + .../home/fragment/MakeGoodFragment.java | 10 +- .../home/fragment/from/DzcjyActivity.java | 2 +- .../home/fragment/mode/add_silos_ck.java | 13 +- .../home/fragment/mode/silos_jiaoyan.java | 132 +++++++++--------- app/src/main/res/layout/fragment_gongneng.xml | 27 ++-- .../item/layout/dialog_add_silos_ck.xml | 9 +- .../item/layout/silos_jiaoyan_item_edit.xml | 69 ++++++--- app/src/main/res/mipmap-xxxhdpi/yxz.png | Bin 0 -> 1731 bytes 18 files changed, 225 insertions(+), 110 deletions(-) create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/migrations.xml create mode 100644 app/src/main/res/mipmap-xxxhdpi/yxz.png diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 00000000..b268ef36 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 804e304a..0897082f 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@