You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.7 KiB
41 lines
1.7 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码已从模板生成。
|
|
//
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace MESClassLibrary.EFModel
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class fine_workflow_task_impl
|
|
{
|
|
public string id { get; set; }
|
|
public Nullable<bool> alerted { get; set; }
|
|
public string completeState { get; set; }
|
|
public Nullable<System.DateTime> createTime { get; set; }
|
|
public Nullable<int> currentNodeIdx { get; set; }
|
|
public Nullable<System.DateTime> deadLine { get; set; }
|
|
public string frTaskId { get; set; }
|
|
public string name { get; set; }
|
|
public Nullable<bool> 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<int> reportOffset { get; set; }
|
|
public Nullable<System.DateTime> sendTime { get; set; }
|
|
public string sender { get; set; }
|
|
public string senderId { get; set; }
|
|
public string sonTaskId { get; set; }
|
|
public Nullable<int> state { get; set; }
|
|
public string taskId { get; set; }
|
|
}
|
|
}
|
|
|