ALTER TABLE `weighing_management` ADD COLUMN `management_type` varchar(20) NULL COMMENT '管理类型(1收购业务管理3出库管理)' AFTER `contract_no`;