添加执行利率接口

This commit is contained in:
wkc
2026-01-22 15:04:40 +08:00
parent 50178923f8
commit c102714f92
13 changed files with 586 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
-- 为 loan_pricing_workflow 表添加执行利率字段
-- 执行日期: 2025-01-22
ALTER TABLE `loan_pricing_workflow`
ADD COLUMN `execute_rate` varchar(20) DEFAULT NULL COMMENT '执行利率(%)' AFTER `loan_rate`;