1.相同物料同时出库 不同物料分批次出库 相邻两次亮灯颜色为绿色、蓝色、绿色、蓝色
This commit is contained in:
16
WCS.BLL/Config/LocalStatic.cs
Normal file
16
WCS.BLL/Config/LocalStatic.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WCS.BLL.Config
|
||||
{
|
||||
public static class LocalStatic
|
||||
{
|
||||
/// <summary>
|
||||
/// 0x02绿色 0x04蓝色
|
||||
/// </summary>
|
||||
public static byte CurrentOutStoreColor = 0x02;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user