1、完善发货模板

2、完善运输计划
3、完善运单管理
This commit is contained in:
2026-08-05 15:51:44 +08:00
parent d47d6b4b23
commit 58726a675e
18 changed files with 544 additions and 35 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `blade_waybill`
MODIFY COLUMN `estimated_start_time` date DEFAULT NULL COMMENT '预计发货日期',
MODIFY COLUMN `estimated_end_time` date DEFAULT NULL COMMENT '预计完成日期';