chore: 钱包重构

This commit is contained in:
xiaojunnuo
2026-05-27 01:49:43 +08:00
parent 969b6e3288
commit c7a9363422
4 changed files with 4 additions and 3 deletions
@@ -29,7 +29,7 @@ CREATE TABLE `cd_user_wallet`
(
`id` bigint PRIMARY KEY AUTO_INCREMENT NOT NULL,
`user_id` bigint,
`available_amount` bigint NOT NULL DEFAULT 0,
`total_amount` bigint NOT NULL DEFAULT 0,
`frozen_amount` bigint NOT NULL DEFAULT 0,
`total_income_amount` bigint NOT NULL DEFAULT 0,
`total_consumed_amount` bigint NOT NULL DEFAULT 0,