1、修复业务模块bug

2、完善凭证管理
This commit is contained in:
2026-08-13 17:54:35 +08:00
parent 31dbd731dd
commit 323ce61136
20 changed files with 569 additions and 15 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `blade_waybill`
ADD COLUMN `route_json` text DEFAULT NULL COMMENT '路线信息' AFTER `process_json`;