Commit 4b40027b authored by 潘栩锋's avatar 潘栩锋 🚴

添加 dynarea PosMm, 以后界面不需要 initparam.Encoder1_mmpp 转换器

parent b7e6b3e8
...@@ -35,7 +35,10 @@ namespace FLY.Thick.Base.Common ...@@ -35,7 +35,10 @@ namespace FLY.Thick.Base.Common
/// 编码器1 位置 脉冲 /// 编码器1 位置 脉冲
/// </summary> /// </summary>
public int Position { get; set; } public int Position { get; set; }
/// <summary>
/// 测厚仪位置mm
/// </summary>
public double PosMm { get; set; }
/// <summary> /// <summary>
/// AD值 /// AD值
/// </summary> /// </summary>
......
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="AutoMapper"> <PackageReference Include="AutoMapper">
<Version>9.0.0</Version> <Version>10.1.1</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Newtonsoft.Json"> <PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version> <Version>12.0.3</Version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment