//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace MESClassLibrary.EFModel
{
using System;
using System.Collections.Generic;
public partial class fine_schedule_task
{
public string id { get; set; }
public string backupFilePath { get; set; }
public string conditionParameter { get; set; }
public string creator { get; set; }
public Nullable editable { get; set; }
public Nullable fileClearCount { get; set; }
public Nullable nextFireTime { get; set; }
public string outputStr { get; set; }
public Nullable preFireTime { get; set; }
public Nullable repeatTime { get; set; }
public Nullable repeatTimes { get; set; }
public string scheduleOutput { get; set; }
public Nullable sendBackupFile { get; set; }
public Nullable showType { get; set; }
public string taskCondition { get; set; }
public string taskDescription { get; set; }
public string taskName { get; set; }
public string taskParameter { get; set; }
public Nullable taskState { get; set; }
public Nullable taskType { get; set; }
public string templatePath { get; set; }
public string triggerGroup { get; set; }
public string userGroup { get; set; }
}
}