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:
@@ -1019,6 +1019,8 @@ public sealed class TakeoutAppDbContext(
|
||||
builder.Property(x => x.FreeDeliveryThreshold).HasPrecision(10, 2);
|
||||
builder.Property(x => x.MaxDeliveryDistance).HasPrecision(10, 2);
|
||||
builder.Property(x => x.RadiusTiersJson).HasColumnType("text");
|
||||
builder.Property(x => x.RadiusCenterLatitude).HasPrecision(10, 7);
|
||||
builder.Property(x => x.RadiusCenterLongitude).HasPrecision(10, 7);
|
||||
builder.HasIndex(x => new { x.TenantId, x.StoreId }).IsUnique();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user