You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
ALTER TABLE `bs_sgc_jsjd_bui_cost_change_rule`
|
|
|
|
ADD COLUMN `current_amount` varchar(20) NULL COMMENT '当前金额' AFTER `status`;
|
|
|
|
|