first commit

This commit is contained in:
陈现府
2025-11-20 10:45:16 +08:00
commit 8355431361
2643 changed files with 291314 additions and 0 deletions
@@ -0,0 +1,9 @@
/*
注意!如果其他项目或生成环境需要执行此脚本,需要修改数据库名字和表名前缀:比如说cheben_swzl_system 需要把test修改为cheben
*/
USE test_szwl_user;
ALTER TABLE user_shipper
ADD COLUMN authorized_quota DECIMAL(20,2) COMMENT '授权额度',
ADD COLUMN settlement_day INT COMMENT '结算天数',
ADD COLUMN authorized_used_amount DECIMAL(20, 2) NOT NULL DEFAULT 0.00 COMMENT '已授权使用金额';