ALTER TABLE `weighing_management` ADD COLUMN `contract_price` float(11, 4) NULL COMMENT '合同单价' AFTER `contract_no`;