GetCylinderStatu.cs
346 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 GetCylinderStatu : MessageBase
{
public string? LocationCode { get; set; }
// public int? Operation { get; set; }
}
}