//------------------------------------------------------------------------------ // <auto-generated> // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // </auto-generated> //------------------------------------------------------------------------------ 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<bool> editable { get; set; } public Nullable<int> fileClearCount { get; set; } public Nullable<System.DateTime> nextFireTime { get; set; } public string outputStr { get; set; } public Nullable<System.DateTime> preFireTime { get; set; } public Nullable<int> repeatTime { get; set; } public Nullable<int> repeatTimes { get; set; } public string scheduleOutput { get; set; } public Nullable<bool> sendBackupFile { get; set; } public Nullable<int> 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<int> taskState { get; set; } public Nullable<int> taskType { get; set; } public string templatePath { get; set; } public string triggerGroup { get; set; } public string userGroup { get; set; } } }