From a4fc1b7c9c94a3503886d83c025dc2787f362183 Mon Sep 17 00:00:00 2001 From: zhangzhuo Date: Mon, 2 Jun 2025 17:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=9F=E8=83=BD=EF=BC=9A?= =?UTF-8?q?=201=E3=80=81=E5=A2=9E=E5=8A=A0=E5=8F=AF=E9=80=89=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E4=B8=8A=E4=BC=A0=E8=87=B3=E7=94=B2=E6=96=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=202=E3=80=81=E5=A2=9E=E5=8A=A0AGV=E5=BA=93?= =?UTF-8?q?=E4=BD=8D=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.idea.Seyounth.Hyosung/.idea/avalonia.xml | 1 + .../.idea/dataSources.xml | 7 ++++ Seyounth.Hyosung.Ava/App.axaml.cs | 4 +- .../ViewModels/AgvBinManagerViewModel.cs | 36 ++++++++++++++++++ .../ViewModels/HomeViewModel.cs | 10 +++++ .../ViewModels/MainWindowViewModel.cs | 6 +++ .../Views/AgvBinManagerPage.axaml | 28 ++++++++++++++ .../Views/AgvBinManagerPage.axaml.cs | 24 ++++++++++++ Seyounth.Hyosung.Ava/Views/HomePage.axaml | 23 ++++++++--- Seyounth.Hyosung.Ava/Views/HomePage.axaml.cs | 1 + .../Plc/HyosungPlcService.cs | 5 ++- .../Plc/IHyosungPlcService.cs | 2 +- .../Entities/AgvBinEntity.cs | 3 +- Seyounth.Hyosung.Data/Models/AgvBin.cs | 38 +++++++++++++++++++ .../Services/AgvBinService.cs | 34 +++++++++++++---- Seyounth.Hyosung.Data/Services/DictService.cs | 25 ++++++++++-- .../Services/IAgvBinService.cs | 4 ++ .../Services/IDictService.cs | 2 + Seyounth.Hyosung.Runtime/HyosungRuntime.cs | 24 ++++++++++-- Seyounth.Hyosung.Runtime/IHyosungRuntime.cs | 4 ++ 20 files changed, 255 insertions(+), 26 deletions(-) create mode 100644 Seyounth.Hyosung.Ava/ViewModels/AgvBinManagerViewModel.cs create mode 100644 Seyounth.Hyosung.Ava/Views/AgvBinManagerPage.axaml create mode 100644 Seyounth.Hyosung.Ava/Views/AgvBinManagerPage.axaml.cs create mode 100644 Seyounth.Hyosung.Data/Models/AgvBin.cs diff --git a/.idea/.idea.Seyounth.Hyosung/.idea/avalonia.xml b/.idea/.idea.Seyounth.Hyosung/.idea/avalonia.xml index 4a277e5..e384d7b 100644 --- a/.idea/.idea.Seyounth.Hyosung/.idea/avalonia.xml +++ b/.idea/.idea.Seyounth.Hyosung/.idea/avalonia.xml @@ -4,6 +4,7 @@