This commit is contained in:
2026-07-23 17:17:56 +08:00
parent 35afec99f6
commit af8c9ac2e6
29 changed files with 251 additions and 43 deletions

View File

@@ -7558,6 +7558,8 @@ CREATE TABLE [dbo].[blade_port_terminal] (
[parent_name] nvarchar(100) NULL,
[country] nvarchar(50) NULL,
[city] nvarchar(50) NULL,
[region_code] nvarchar(32) NULL,
[detail_address] nvarchar(255) NULL,
[longitude] decimal(12,6) NULL,
[latitude] decimal(12,6) NULL,
[data_source] nvarchar(20) DEFAULT '手工导入' NULL,