using Aitex.Core.RT.Fsm; using MECF.Framework.RT.Core.Equipments; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CyberX8_RT.Schedulers { public class SchedulerSyncModuleMessage { public IModuleEntity ModuleEntity { get; set; } public string ModuleMsg { get; set; } } }