Skip to content

Commit

Permalink
任务表缺少备注
Browse files Browse the repository at this point in the history
  • Loading branch information
liukuo362573 committed May 23, 2020
1 parent af2853b commit bf73d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions YiSha.Entity/YiSha.Entity/SystemManage/AutoJobEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ public class AutoJobEntity : BaseExtensionEntity
/// <returns></returns>
[JsonConverter(typeof(DateTimeJsonConverter))]
public DateTime? NextStartTime { get; set; }
/// <summary>
/// 备注
/// </summary>
public string Remark { get; set; }
}
}

0 comments on commit bf73d62

Please sign in to comment.