[]
如果命令包含子命令(例如循环命令),则需要实现该接口。
public interface ISubListCommand
子命令列表。
List<Command> CommandList { get; }