You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

1 lines
218 B

ALTER TABLE `lkt_order_config` ADD `customer` VARCHAR(255) NULL DEFAULT NULL COMMENT '快递100公司编号' AFTER `unit`, ADD `kdkey` VARCHAR(255) NULL DEFAULT NULL COMMENT '快递100客户授权key' AFTER `customer`;