sunpengfei
2025-08-08 c69ab569de2794952a864ba2a855b4bc395d4972
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>