From 95d5333db34b365edc8ce211418832f070d73e94 Mon Sep 17 00:00:00 2001 From: fyf <11621@LAPTOP-04QQU0AO> Date: Thu, 17 Mar 2022 15:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HBLConsole.MORKD/HBLConsole.MORKD.csproj | 4 +- .../KeepParameter/BatchingInfoPar.cs | 1 - HBLConsole/View/DebugView.xaml | 8 ++- HBLConsole/ViewModel/DebugViewModel.cs | 57 +++++++++++++++++++ 4 files changed, 66 insertions(+), 4 deletions(-) diff --git a/HBLConsole.MORKD/HBLConsole.MORKD.csproj b/HBLConsole.MORKD/HBLConsole.MORKD.csproj index 5066f68..0c59716 100644 --- a/HBLConsole.MORKD/HBLConsole.MORKD.csproj +++ b/HBLConsole.MORKD/HBLConsole.MORKD.csproj @@ -12,10 +12,10 @@ - ..\..\..\..\BPACommon_output\net5.0\BPA.Message.dll + ..\..\..\..\..\..\BPACommon_output\net5.0\BPA.Message.dll - ..\..\..\..\BPACommon_output\net5.0\BPA.Models.dll + ..\..\..\..\..\..\BPACommon_output\net5.0\BPA.Models.dll diff --git a/HBLConsole.Model/KeepParameter/BatchingInfoPar.cs b/HBLConsole.Model/KeepParameter/BatchingInfoPar.cs index 3d755e1..0a7c6ba 100644 --- a/HBLConsole.Model/KeepParameter/BatchingInfoPar.cs +++ b/HBLConsole.Model/KeepParameter/BatchingInfoPar.cs @@ -4,7 +4,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using BPA.Models; namespace HBLConsole.Model { diff --git a/HBLConsole/View/DebugView.xaml b/HBLConsole/View/DebugView.xaml index 2dc617f..4c327d4 100644 --- a/HBLConsole/View/DebugView.xaml +++ b/HBLConsole/View/DebugView.xaml @@ -212,7 +212,13 @@ Command="{Binding SimOrderCommand}" Content="模拟订单" Style="{StaticResource ButtonStyle}" /> - + +