From 7b8ed2441481b0970c115c87898b5e2ecab2010b Mon Sep 17 00:00:00 2001 From: fyf Date: Wed, 24 Aug 2022 15:08:38 +0800 Subject: [PATCH] 1 --- BPASmartClient.Compiler/Config.cs | 5 +++++ BPASmartClient.MessageName/MessageName.cs | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/BPASmartClient.Compiler/Config.cs b/BPASmartClient.Compiler/Config.cs index b2f51e33..1b6cbea0 100644 --- a/BPASmartClient.Compiler/Config.cs +++ b/BPASmartClient.Compiler/Config.cs @@ -8,6 +8,11 @@ using Unvell.ReoScript; namespace BPASmartClient.Compiler { + /// + /// 编译器 + /// 创建人:奉友福 + /// 创建时间:20220824 + /// public class Config { #region 单例模式 diff --git a/BPASmartClient.MessageName/MessageName.cs b/BPASmartClient.MessageName/MessageName.cs index b0c5f4ac..4eb5ea81 100644 --- a/BPASmartClient.MessageName/MessageName.cs +++ b/BPASmartClient.MessageName/MessageName.cs @@ -63,9 +63,15 @@ namespace BPASmartClient.MessageName /// SilosRunStatus, /// + /// 物料仓数据设置 + /// + SilosSetData, + /// /// 滚动线运行状态 /// ConveyorBeltRunStatus, + + } } \ No newline at end of file