优化仲裁

This commit is contained in:
yml2213
2026-07-29 18:59:07 +08:00
parent c9d0803b53
commit 8c2431c4f2
15 changed files with 387 additions and 142 deletions
@@ -0,0 +1,9 @@
-- +goose Up
ALTER TABLE rental_orders
ADD COLUMN actual_extra_item_amount_cent BIGINT NOT NULL DEFAULT 0 COMMENT '最终实际额外物品金额(分)' AFTER actual_pure_coin_discount_cent;
-- +goose Down
ALTER TABLE rental_orders
DROP COLUMN actual_extra_item_amount_cent;