Compare commits

...

2 Commits

Author SHA1 Message Date
15856 17f36390ab Merge remote-tracking branch 'origin/dev' into dev 2024-12-16 10:11:28 +08:00
15856 e2c3a45180 南网补充合同新增菜单 2024-12-16 10:11:19 +08:00
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
alter table bm_project_lot
add longitude varchar(255) null comment '经度';
alter table bm_project_lot
add latitude varchar(255) null comment '纬度';
alter table bm_project_lot
add address varchar(255) null comment '地址';
alter table bm_project_lot
add province varchar(255) null comment '省份';
alter table bm_project_lot
add details_address varchar(255) null comment '省份后地址';