feat: 提交配送中心点与门店地址映射全量变更
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 42s
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 42s
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user