FlexJobApi.Core/Entities/Tasks/TaskInfo.cs
@@ -4,6 +4,7 @@ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; @@ -115,6 +116,7 @@ /// <summary> /// 经度 /// </summary> [Column(TypeName = "decimal(18,6)")] public decimal? Longitude { get; set; } /// <summary>