using Kean.Domain.Wcs.Models;
using System.Collections.Generic;
namespace Kean.Domain.Wcs.Commands
{
///
/// 监控站台变化命令
///
public class ScanStationCommand : ICommand
{
///
/// 输入指令
///
[Output]
public IEnumerable UnsyncedStationModels
{ get; private set; }
}
}