ALTER TABLE `payment_management` ADD COLUMN `customer_phone` varchar(200) NULL COMMENT '手机号' AFTER `customer_name`;