feat: 提交配送中心点与门店地址映射全量变更
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 42s

This commit is contained in:
2026-02-19 16:12:36 +08:00
parent d5b22a8d85
commit ad245078a2
10 changed files with 7899 additions and 0 deletions

View File

@@ -42,4 +42,14 @@ public sealed class StoreDeliverySetting : MultiTenantEntityBase
/// 半径梯度配置 JSON。
/// </summary>
public string? RadiusTiersJson { get; set; }
/// <summary>
/// 半径配送中心点纬度。
/// </summary>
public decimal? RadiusCenterLatitude { get; set; }
/// <summary>
/// 半径配送中心点经度。
/// </summary>
public decimal? RadiusCenterLongitude { get; set; }
}