PLCStationConvingExtend.cs
352 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 PLCStationConvingExtend : MessageBase
{
public string? EquipmentCode { get; set; }
public int? Operation { get; set; }
}
}