update.sql 126 B

12
  1. ALTER TABLE `zh_material`
  2. ADD COLUMN `rate_tp` decimal(30, 8) NULL DEFAULT NULL COMMENT '建筑含税总金额' AFTER `rate`;