|
- using BPASmartClient.JXJFoodBigStation.Model.Siemens;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmartClient.JXJFoodBigStation.Model.MQTT.Message
- {
- public class MessageDefine
- {
- public readonly static Dictionary<int, Type> MSG = new Dictionary<int, Type>()
- {
- { MessageID.RecipeDosingFeedback,typeof(DL_Finish_DB)}
-
- };
- }
- }
|