ALTER TABLE `tz_order_item` ADD COLUMN `dvy_type` tinyint(4) NULL COMMENT '单个orderItem的配送类型 1:快递 2:自提 3:无需快递 4:同城配送' after `status`