@@ -162,7 +162,13 @@ namespace WCS.Entity.Protocol.RGV
/// 保持维修
/// </summary>
[Description("保持维修")]
- KeepInRepair = 4
+ KeepInRepair = 4,
+
+ /// <summary>
+ /// 保持维修
+ /// </summary>
+ [Description("保持维修")]
+ Alarm = 5
}
/// <summary>
@@ -20,4 +20,8 @@
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="HUB\" />
+ </ItemGroup>
</Project>