ALTER TABLE `warehouse_in_out_info` ADD COLUMN `deduction_weight` float(11, 4) NULL COMMENT '扣重(吨)' AFTER `unit_price`;