mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	钱包 review 修改
This commit is contained in:
		| @@ -8,8 +8,8 @@ CREATE TABLE `pay_wallet` | ||||
|     `user_id`        bigint   NOT NULL COMMENT '用户编号', | ||||
|     `user_type`      tinyint  NOT NULL DEFAULT 0 COMMENT '用户类型', | ||||
|     `balance`        int      NOT NULL DEFAULT 0 COMMENT '余额,单位分', | ||||
|     `total_expense`  bigint      NOT NULL DEFAULT 0 COMMENT '累计支出,单位分', | ||||
|     `total_recharge` bigint      NOT NULL DEFAULT 0 COMMENT '累计充值,单位分', | ||||
|     `total_expense`  int      NOT NULL DEFAULT 0 COMMENT '累计支出,单位分', | ||||
|     `total_recharge` int      NOT NULL DEFAULT 0 COMMENT '累计充值,单位分', | ||||
|     `creator`        varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT '' COMMENT '创建者', | ||||
|     `create_time`    datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', | ||||
|     `updater`        varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT '' COMMENT '更新者', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jason
					jason