using Kean.Domain.Wcs.Models; using System.Collections.Generic; namespace Kean.Domain.Wcs.Commands { /// /// 扫描输入命令 /// public class ScanInputsCommand : ICommand { /// /// 输入指令 /// [Output] public IEnumerable Inputs { get; private set; } } }