sunpengfei
2025-08-08 61aad62d817ddb6494f52a531fccb7e82bcfd13c
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,11 +116,13 @@
        /// <summary>
        /// 经度
        /// </summary>
        [Column(TypeName = "decimal(18,6)")]
        public decimal? Longitude { get; set; }
        /// <summary>
        /// 纬度
        /// </summary>
        [Column(TypeName = "decimal(18,6)")]
        public decimal? Latitude { get; set; }
        /// <summary>