Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-07-21 13:18:39 +08:00
4 changed files with 25 additions and 6 deletions

View File

@@ -6008,9 +6008,9 @@ CREATE TABLE `blade_common_address` (
`site_code` varchar(30) DEFAULT NULL COMMENT '站点编码',
`detail_address` varchar(255) NOT NULL COMMENT '详细地址',
`region_code` varchar(32) DEFAULT NULL COMMENT '行政区划编码',
`region_name` varchar(100) DEFAULT NULL COMMENT '行政区划',
`longitude` decimal(12,6) DEFAULT NULL COMMENT '经度',
`latitude` decimal(12,6) DEFAULT NULL COMMENT '纬度',
`region_name` varchar(100) NOT NULL COMMENT '行政区划',
`longitude` decimal(12,6) NOT NULL COMMENT '经度',
`latitude` decimal(12,6) NOT NULL COMMENT '纬度',
`dept_id` bigint(20) NOT NULL COMMENT '所属组织ID',
`dept_name` varchar(100) NOT NULL COMMENT '所属组织',
`contact_name` varchar(50) DEFAULT NULL COMMENT '联系人',