ALTER TABLE `order` ADD COLUMN `random_orderno` varchar(30) NULL COMMENT '随机订单号' AFTER `ordernumber`;