|
|
|
@@ -0,0 +1,20 @@ |
|
|
|
alter table wx_bill_daily |
|
|
|
add column `service_charge_pay` BIGINT (12) NULL DEFAULT 0 COMMENT '手续费费'; |
|
|
|
|
|
|
|
alter table wx_bill_other |
|
|
|
add column `service_charge_pay` BIGINT (12) NULL DEFAULT 0 COMMENT '手续费费'; |
|
|
|
|
|
|
|
alter table wx_bill_other_deposit |
|
|
|
add column `service_charge_pay` BIGINT (12) NULL DEFAULT 0 COMMENT '手续费费'; |
|
|
|
|
|
|
|
alter table wx_bill_property |
|
|
|
add column `service_charge_pay` BIGINT (12) NULL DEFAULT 0 COMMENT '手续费费'; |
|
|
|
|
|
|
|
alter table wx_bill_property_deposit |
|
|
|
add column `service_charge_pay` BIGINT (12) NULL DEFAULT 0 COMMENT '手续费费'; |
|
|
|
|
|
|
|
alter table wx_bill_rent |
|
|
|
add column `service_charge_pay` BIGINT (12) NULL DEFAULT 0 COMMENT '手续费费'; |
|
|
|
|
|
|
|
alter table wx_bill_rent_deposit |
|
|
|
add column `service_charge_pay` BIGINT (12) NULL DEFAULT 0 COMMENT '手续费费'; |