//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace MESClassLibrary.EFModel { using System; using System.Collections.Generic; public partial class fine_workflow_task_impl { public string id { get; set; } public Nullable alerted { get; set; } public string completeState { get; set; } public Nullable createTime { get; set; } public Nullable currentNodeIdx { get; set; } public Nullable deadLine { get; set; } public string frTaskId { get; set; } public string name { get; set; } public Nullable needAllComplete { get; set; } public string nodeRoute { get; set; } public string note { get; set; } public string operatorJSON { get; set; } public string operatorOffset { get; set; } public string operatorOffsetName { get; set; } public string parentId { get; set; } public string processId { get; set; } public Nullable reportOffset { get; set; } public Nullable sendTime { get; set; } public string sender { get; set; } public string senderId { get; set; } public string sonTaskId { get; set; } public Nullable state { get; set; } public string taskId { get; set; } } }