[]
数据表中的工作流信息。
public interface IWorkflowInfo
是否启用工作流。
bool IsEnabled { get; }
工作流中的状态集合。
IEnumerable<string> StateList { get; }