Browse Source

model包更新

样式分支
pry 2 years ago
parent
commit
0c30ff9696
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      BPASmartClient.MorkF/Control_MorkF.cs
  2. +1
    -1
      BPASmartClient.MorkS/BPASmartClient.MorkS.csproj

+ 1
- 0
BPASmartClient.MorkF/Control_MorkF.cs View File

@@ -7,6 +7,7 @@ using BPASmartClient.Message;
using BPASmartClient.Model;
using BPASmartClient.Model.PLC;
using static BPASmartClient.EventBus.EventBus;
using BPA.Models;

namespace BPASmartClient.MorkF
{


+ 1
- 1
BPASmartClient.MorkS/BPASmartClient.MorkS.csproj View File

@@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BPA.Models" Version="1.0.9" />
<PackageReference Include="BPA.Models" Version="1.0.10" />
</ItemGroup>

<ItemGroup>


Loading…
Cancel
Save