Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- namespace BPASmartClient.DosingSystem.Model.MQTT.Messages
- {
- public class MessageID
- {
- public const int DevcieControl = 1;//出入库命令控制ID
- public const int WorkOrderIssued = 2;//工单下发ID
- public const int StatusChange = 3;//配料流程修改ID
- public const int MakeDown = 4;//工单配方下发ID
- public const int DeviceDataUpdate = 5;//设备数据更新ID
- public const int HandControlComm = 6;//手动控制命令
- public const int DataActualTimeUpdate = 7;//设备数据实时更新
- public const int UiChangeNotify = 8;//UI操作更新
- public const int StoreStockTaking = 9;//库存盘点
- public const int LogInfoNotify = 10;//业务服务日志消息通知
- }
- }
|