alter table bm_project_lot
add longitude varchar(255) null comment '经度';
add latitude varchar(255) null comment '纬度';
add address varchar(255) null comment '地址';