This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPASmartClient
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
样式分支
fyf
2 years ago
parent
115049b288
commit
7b8ed24414
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
BPASmartClient.Compiler/Config.cs
+6
-0
BPASmartClient.MessageName/MessageName.cs
+ 5
- 0
BPASmartClient.Compiler/Config.cs
View File
@@ -8,6 +8,11 @@ using Unvell.ReoScript;
namespace BPASmartClient.Compiler
{
/// <summary>
/// 编译器
/// 创建人:奉友福
/// 创建时间:20220824
/// </summary>
public class Config
{
#region 单例模式
+ 6
- 0
BPASmartClient.MessageName/MessageName.cs
View File
@@ -63,9 +63,15 @@ namespace BPASmartClient.MessageName
/// </summary>
SilosRunStatus,
/// <summary>
/// 物料仓数据设置
/// </summary>
SilosSetData,
/// <summary>
/// 滚动线运行状态
/// </summary>
ConveyorBeltRunStatus,
}
}
Write
Preview
Loading…
Cancel
Save