调整结算管理

This commit is contained in:
2026-08-25 22:34:49 +08:00
parent fa58ce052d
commit 8075d3bf4d
22 changed files with 287 additions and 66 deletions
@@ -0,0 +1,3 @@
-- 结算调整单增加附件材料字段
ALTER TABLE `blade_settlement_adjustment`
ADD COLUMN `attachments_json` longtext COLLATE utf8mb4_general_ci NULL COMMENT '附件材料JSON' AFTER `kingdee_sync_status`;