PLCStaionGating.cs 344 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Rcs.Application.MessageBus.Commands.PlatformInteraction
{
    public class PLCStaionGating : MessageBase
    {
        public string? EquipmentCode { get; set; }
        public int? Operation { get; set; }
    }
}